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.3.0 to 1.3.1
- [Release notes](https://github.com/cryptomator/integrations-api/releases)
- [Commits](cryptomator/integrations-api@1.3.0...1.3.1)

Updates `org.slf4j:slf4j-api` from 2.0.11 to 2.0.12

Updates `org.slf4j:slf4j-simple` from 2.0.11 to 2.0.12

Updates `org.slf4j:slf4j-simple` from 2.0.11 to 2.0.12

---
updated-dependencies:
- dependency-name: org.cryptomator:integrations-api
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent e1c138a commit 342592c
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,9 +20,9 @@
<project.build.jdk>21</project.build.jdk>

<!-- dependencies -->
<integrations-api.version>1.3.0</integrations-api.version>
<integrations-api.version>1.3.1</integrations-api.version>
<jfuse.version>0.6.3</jfuse.version>
<slf4j.version>2.0.11</slf4j.version>
<slf4j.version>2.0.12</slf4j.version>
<caffeine.version>3.1.8</caffeine.version>

<!-- test dependencies -->
Expand Down

0 comments on commit 342592c

Please sign in to comment.