Skip to content

Commit

Permalink
Bump the java-production-dependencies group across 1 directory with 2…
Browse files Browse the repository at this point in the history
… updates

Bumps the java-production-dependencies group with 2 updates in the / directory: [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) and [com.github.serceman:jnr-fuse](https://github.com/SerCeMan/jnr-fuse).


Updates `org.jetbrains:annotations` from 24.1.0 to 26.0.0
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](JetBrains/java-annotations@24.1.0...26.0.0)

Updates `com.github.serceman:jnr-fuse` from 0.5.7 to 0.5.8
- [Release notes](https://github.com/SerCeMan/jnr-fuse/releases)
- [Commits](SerCeMan/jnr-fuse@0.5.7...0.5.8)

---
updated-dependencies:
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: java-production-dependencies
- dependency-name: com.github.serceman:jnr-fuse
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: java-production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 01a9234 commit 107e38b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jfuse-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.github.serceman</groupId>
<artifactId>jnr-fuse</artifactId>
<version>0.5.7</version>
<version>0.5.8</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
<version>26.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 107e38b

Please sign in to comment.