Skip to content

Commit

Permalink
Bump the java-production-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the java-production-dependencies group with 4 updates: [org.cryptomator:integrations-api](https://github.com/cryptomator/integrations-api), [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations), org.slf4j:slf4j-api and org.slf4j:slf4j-simple.


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

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

Updates `org.slf4j:slf4j-api` from 2.0.16 to 2.0.17

Updates `org.slf4j:slf4j-simple` from 2.0.16 to 2.0.17

Updates `org.slf4j:slf4j-simple` from 2.0.16 to 2.0.17

---
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-patch
  dependency-group: java-production-dependencies
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-production-dependencies
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: java-production-dependencies
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: java-production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2025
1 parent abb7067 commit 804fa2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- dependencies -->
<integrations-api.version>1.4.0</integrations-api.version>
<integrations-api.version>1.5.0</integrations-api.version>
<webdavservlet.version>1.2.6</webdavservlet.version>
<jetty.version>10.0.24</jetty.version>
<slf4j.version>2.0.16</slf4j.version>
<slf4j.version>2.0.17</slf4j.version>

<!-- test dependencies -->
<junit.jupiter.version>5.11.0</junit.jupiter.version>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>26.0.1</version>
<version>26.0.2</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 804fa2a

Please sign in to comment.