Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhoon committed Aug 5, 2024
1 parent b8e7158 commit fc41ebb
Showing 1 changed file with 39 additions and 38 deletions.
77 changes: 39 additions & 38 deletions dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,100 +5,101 @@ akka-grpc-runtime = "1.0.3"
apache-httpclient5 = "5.3.1"
apache-httpclient4 = "4.5.14"
asm = "9.7"
assertj = "3.25.3"
assertj = "3.26.3"
awaitility = "4.2.1"
blockhound = "1.0.9.RELEASE"
bouncycastle = "1.70"
brave5 = "5.18.1"
brave6 = "6.0.3"
brotli4j = "1.16.0"
# Don"t upgrade bucket4j to 8.x that requires Java 11. The module name also has been changed to "com.bucket4j"
bucket4j = "7.6.0"
bucket4j = "7.6.1"
# Don"t upgrade Caffeine to 3.x that requires Java 11.
caffeine = "2.9.3"
cglib = "3.3.0"
checkerframework = "2.5.6"
checkstyle = "10.3.2"
controlplane = "1.0.45"
curator = "5.6.0"
curator = "5.7.0"
dagger = "2.51.1"
# Don't upgrade DGS to 9.x that requires GraphQL-Java 22
dgs = "8.6.1"
dropwizard1 = "1.3.29"
dropwizard2 = "2.1.12"
dropwizard-metrics = "4.2.25"
errorprone = "2.27.1"
errorprone-gradle-plugin = "3.1.0"
eureka = "2.0.2"
fastutil = "8.5.13"
dropwizard-metrics = "4.2.26"
errorprone = "2.29.2"
errorprone-gradle-plugin = "4.0.1"
eureka = "2.0.3"
fastutil = "8.5.14"
finagle = "24.2.0"
findbugs = "3.0.2"
futures-completable = "0.3.6"
futures-extra = "4.3.3"
gax-grpc = "2.46.1"
gax-grpc = "2.51.0"
# Don"t upgrade graphql-java to 21.0 that requires Java 11
graphql-java = "20.4"
graphql-kotlin = "7.1.1"
grpc-java = "1.64.0"
graphql-kotlin = "7.1.4"
grpc-java = "1.65.1"
grpc-kotlin = "1.4.1"
guava = "33.2.0-jre"
guava = "33.2.1-jre"
hamcrest = "2.2"
hbase = "1.2.6"
hibernate-validator6 = "6.2.5.Final"
hibernate-validator8 = "8.0.1.Final"
j2objc = "3.0.0"
jackson = "2.17.1"
jackson = "2.17.2"
jakarta-inject = "2.0.1"
jakarta-validation = "3.1.0"
jakarta-websocket = "2.2.0"
java-websocket = "1.5.6"
java-websocket = "1.5.7"
javax-annotation = "1.3.2"
javax-inject = "1"
javax-jsr311 = "1.1.1"
javax-validation = "2.0.1.Final"
jctools = "4.0.3"
jctools = "4.0.5"
# Find the latest version of the major 10 https://central.sonatype.com/artifact/org.eclipse.jetty/jetty-server/
jetty10 = "10.0.20"
# Find the latest version of the major 10 https://central.sonatype.com/artifact/org.eclipse.jetty/apache-jstl/
jetty10-jstl = "10.0.20"
jetty11 = "11.0.20"
jetty11 = "11.0.22"
jetty11-jstl = "11.0.0"
jetty12 = "12.0.8"
jetty12 = "12.0.12"
jetty93 = "9.3.30.v20211001"
jetty94 = "9.4.54.v20240208"
jetty94 = "9.4.55.v20240627"
jetty-alpn-api = "1.1.3.v20160715"
jkube = "1.16.2"
jmh-core = "1.37"
jmh-gradle-plugin = "0.7.2"
joor = "0.9.15"
# Don't upgrade json-unit to 3.0.0 that requires Java 17
json-unit = "2.38.0"
jsoup = "1.17.2"
jsoup = "1.18.1"
junit4 = "4.13.2"
junit5 = "5.10.2"
junit5 = "5.10.3"
# Don't upgrade junit-pioneer to 2.x.x that requires Java 11
junit-pioneer = "1.9.1"
jwt = "4.4.0"
kafka = "3.7.0"
kafka = "3.8.0"
kotlin = "1.9.23"
kotlin-coroutine = "1.8.1"
krotodc = "1.1.1"
ktlint-gradle-plugin = "12.1.1"
kubernetes-client = "6.12.1"
kubernetes-client = "6.13.1"
logback12 = "1.2.13"
logback13 = "1.3.14"
logback14 = "1.4.14"
micrometer = "1.13.0"
micrometer-tracing = "1.2.4"
micrometer = "1.13.2"
micrometer-tracing = "1.3.2"
micrometer-docs-generator = "1.0.2"
# Don't uprade mockito to 5.x.x that requires Java 11
mockito = "4.11.0"
monix = "3.4.1"
munit = "1.0.0"
netty = "4.1.110.Final"
netty = "4.1.112.Final"
netty-incubator-transport-native-io_uring = "0.0.25.Final"
nexus-publish = "2.0.0"
node-gradle-plugin = "7.0.2"
nullaway = "0.11.0"
nullaway = "0.11.1"
nullaway-gradle-plugin = "2.0.0"
okhttp2 = "2.7.5" # For testing
okhttp3 = { strictly = "3.14.9" } # Not just for testing. Used in the Retrofit mudule.
Expand All @@ -109,7 +110,7 @@ osdetector = "1.7.3"
# Used for kubernetes-chaos-tests
picocli = "4.7.6"
proguard = "7.4.2"
prometheus = "1.3.0"
prometheus = "1.3.1"
prometheus-legacy = "0.16.0"
# Ensure that we use the same Protobuf version as what gRPC depends on.
# See: https://github.com/grpc/grpc-java/blob/master/gradle/libs.versions.toml
Expand All @@ -120,7 +121,7 @@ protobuf-gradle-plugin = "0.8.19"
protobuf-jackson = "2.5.0"
reactive-grpc = "1.2.4"
reactive-streams = "1.0.4"
reactor = "3.6.6"
reactor = "3.6.8"
reactor-kotlin = "1.2.2"
# Upgrade once https://github.com/ronmamo/reflections/issues/279 is fixed.
reflections = "0.9.11"
Expand All @@ -133,26 +134,26 @@ resteasy-jboss-logging-annotations = "2.2.1.Final"
retrofit2 = "2.11.0"
rxjava2 = "2.2.21"
rxjava3 = "3.1.8"
sangria = "4.1.0"
sangria = "4.1.1"
sangria-slowlog = "3.0.0"
scala-collection-compat = "2.12.0"
scala-java8-compat = "1.0.2"
scala212 = "2.12.19"
scala213 = "2.13.14"
scala3 = "3.4.1"
scala3 = "3.4.2"
scalafmt-gradle-plugin = "1.16.2"
scalapb = "0.11.15"
scalapb = "0.11.17"
scalapb-json = "0.12.1"
shadow-gradle-plugin = "7.1.2"
# Don"t upgrade to 8.x that requires Java 11.
shibboleth-utilities = "7.5.2"
snappy = "1.1.10.5"
slf4j = "1.7.36"
slf4j2 = "2.0.12"
spring6 = "6.1.8"
slf4j2 = "2.0.13"
spring6 = "6.1.11"
spring-boot2 = "2.7.18"
spring-boot3 = "3.3.0"
testcontainers = "1.19.8"
spring-boot3 = "3.3.2"
testcontainers = "1.20.1"
thrift09 = { strictly = "0.9.3-1" }
thrift012 = { strictly = "0.12.0" }
thrift013 = { strictly = "0.13.0" }
Expand All @@ -164,8 +165,8 @@ thrift018 = { strictly = "0.18.1" }
thrift019 = { strictly = "0.19.0" }
thrift020 = { strictly = "0.20.0" }
tomcat8 = "8.5.100"
tomcat9 = "9.0.87"
tomcat10 = "10.1.20"
tomcat9 = "9.0.91"
tomcat10 = "10.1.26"
xml-apis = "1.4.01"
# Ensure that we use the same ZooKeeper version as what Curator depends on.
# See: https://github.com/apache/curator/blob/master/pom.xml
Expand Down Expand Up @@ -298,7 +299,7 @@ version.ref = "brotli4j"
[libraries.bucket4j]
module = "com.github.vladimir-bukhtoyarov:bucket4j-core"
version.ref = "bucket4j"
javadocs = "https://javadoc.io/doc/com.github.vladimir-bukhtoyarov/bucket4j-core/7.6.0/"
javadocs = "https://javadoc.io/doc/com.github.vladimir-bukhtoyarov/bucket4j-core/7.6.1/"

[libraries.caffeine]
module = "com.github.ben-manes.caffeine:caffeine"
Expand Down

0 comments on commit fc41ebb

Please sign in to comment.