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.cryptomator:integrations-api](https://github.com/cryptomator/integrations-api) and [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations).


Updates `org.cryptomator:integrations-api` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/cryptomator/integrations-api/releases)
- [Commits](cryptomator/integrations-api@1.3.1...1.4.0)

Updates `org.jetbrains:annotations` from 24.1.0 to 26.0.1
- [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.1)

---
updated-dependencies:
- dependency-name: org.cryptomator:integrations-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-production-dependencies
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: java-production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 31417e7 commit adc8992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<project.build.jdk>22</project.build.jdk>

<!-- dependencies -->
<integrations-api.version>1.3.1</integrations-api.version>
<integrations-api.version>1.4.0</integrations-api.version>
<jfuse.version>0.7.0</jfuse.version>
<slf4j.version>2.0.16</slf4j.version>
<caffeine.version>3.1.8</caffeine.version>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
<version>26.0.1</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit adc8992

Please sign in to comment.