Skip to content

Commit

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

Bumps the java-production-dependencies group with 4 updates in the / directory: [org.cryptomator:integrations-api](https://github.com/cryptomator/integrations-api), [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson), [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) and [me.fabriciorby:maven-surefire-junit5-tree-reporter](https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter).


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 `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.18.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.17.2 to 2.18.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.17.2 to 2.18.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `me.fabriciorby:maven-surefire-junit5-tree-reporter` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/releases)
- [Commits](fabriciorby/maven-surefire-junit5-tree-reporter@v1.3.0...v1.4.0)

---
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: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-production-dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-production-dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-production-dependencies
- dependency-name: me.fabriciorby:maven-surefire-junit5-tree-reporter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 5478dbc commit 8c86a8b
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 @@ -37,9 +37,9 @@
<project.jdk.version>22</project.jdk.version>

<!-- runtime dependencies -->
<api.version>1.4.0</api.version>
<api.version>1.5.0</api.version>
<slf4j.version>2.0.16</slf4j.version>
<jackson.version>2.17.2</jackson.version>
<jackson.version>2.18.2</jackson.version>

<!-- test dependencies -->
<junit.jupiter.version>5.10.3</junit.jupiter.version>
Expand Down Expand Up @@ -203,7 +203,7 @@
<dependency>
<groupId>me.fabriciorby</groupId>
<artifactId>maven-surefire-junit5-tree-reporter</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit 8c86a8b

Please sign in to comment.