-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto-update dependencies and plugins (#304)
## Updated Gradle * Gradle Wrapper `8.0.2 -> 8.7` ## Updated Gradle Plugins * `com.palantir.consistent-versions {-> 2.22.0}` * `com.google.cloud.tools.jib {-> 3.4.2}` * `io.github.gradle-nexus.publish-plugin {-> 2.0.0}` ## Updated Dependencies * `com.fasterxml.jackson.*:* 2.16.1 -> 2.17.0` * `org.apache.logging.log4j:* 2.23.0 -> 2.23.1` * `org.slf4j:* 2.0.12 -> 2.0.13` * `io.undertow:undertow-core 2.3.12.Final -> 2.3.13.Final` * `com.google.googlejavaformat:google-java-format 1.20.0 -> 1.22.0` * `com.markelliot.barista.tracing:barista-tracing 0.61.0 -> 0.65.0` * `com.google.guava:guava 33.0.0-jre -> 33.1.0-jre` * `com.markelliot.result:result 0.62.0 -> 0.67.0` * `com.palantir.conjure.java:* 8.8.0 -> 8.18.0` * `com.google.errorprone:error_prone_core 2.25.0 -> 2.26.1`
- Loading branch information
1 parent
c025558
commit 0ec44c2
Showing
4 changed files
with
49 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
com.auth0:java-jwt = 4.4.0 | ||
com.fasterxml.jackson.*:* = 2.16.1 | ||
com.fasterxml.jackson.*:* = 2.17.0 | ||
com.github.ben-manes.caffeine:caffeine = 3.1.8 | ||
com.google.auto.service:auto-service = 1.1.1 | ||
com.google.errorprone:error_prone_core = 2.25.0 | ||
com.google.googlejavaformat:google-java-format = 1.20.0 | ||
com.google.guava:guava = 33.0.0-jre | ||
com.google.errorprone:error_prone_core = 2.26.1 | ||
com.google.googlejavaformat:google-java-format = 1.22.0 | ||
com.google.guava:guava = 33.1.0-jre | ||
com.jakewharton.nopen:* = 1.0.1 | ||
com.markelliot.barista.tracing:barista-tracing = 0.61.0 | ||
com.markelliot.result:result = 0.62.0 | ||
com.palantir.conjure.java:* = 8.8.0 | ||
com.markelliot.barista.tracing:barista-tracing = 0.65.0 | ||
com.markelliot.result:result = 0.67.0 | ||
com.palantir.conjure.java:* = 8.18.0 | ||
com.squareup:javapoet = 1.13.0 | ||
io.undertow:undertow-core = 2.3.12.Final | ||
org.apache.logging.log4j:* = 2.23.0 | ||
io.undertow:undertow-core = 2.3.13.Final | ||
org.apache.logging.log4j:* = 2.23.1 | ||
org.assertj:assertj-core = 3.25.3 | ||
org.junit:junit-bom = 5.10.2 | ||
org.junit.jupiter:junit-jupiter-engine = 5.10.2 | ||
org.slf4j:* = 2.0.12 | ||
org.slf4j:* = 2.0.13 | ||
|