Skip to content

Commit

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


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

Updates `org.slf4j:slf4j-api` from 1.7.36 to 2.0.9

Updates `org.slf4j:slf4j-simple` from 1.7.36 to 2.0.9

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent 3bc6aaa commit d01f16b
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 @@ -30,8 +30,8 @@
<project.jdk.version>17</project.jdk.version>

<!-- runtime dependencies -->
<api.version>1.2.0</api.version>
<slf4j.version>1.7.36</slf4j.version>
<api.version>1.3.0</api.version>
<slf4j.version>2.0.9</slf4j.version>

<!-- test dependencies -->
<junit.jupiter.version>5.8.2</junit.jupiter.version>
Expand Down

0 comments on commit d01f16b

Please sign in to comment.