33# If its classes are exposed in Javadoc, update offline links as well.
44#
55[versions ]
6- armeria = " 1.33.4 "
7- assertj = " 3.27.4 "
6+ armeria = " 1.34.0 "
7+ assertj = " 3.27.6 "
88awaitility = " 4.3.0"
9- bouncycastle = " 1.81 "
10- caffeine = " 3.2.2 "
9+ bouncycastle = " 1.83 "
10+ caffeine = " 3.2.3 "
1111checkstyle = " 10.3.3"
1212conscrypt = " 2.5.2"
1313controlplane = " 1.0.49"
@@ -19,17 +19,17 @@ curator = "5.9.0"
1919cron-utils = " 9.2.0"
2020diffutils = " 1.3.0"
2121download = " 5.6.0"
22- dropwizard-metrics = " 4.2.33 "
22+ dropwizard-metrics = " 4.2.37 "
2323eddsa = " 0.3.0"
2424findbugs = " 3.0.2"
2525futures-completable = " 0.3.6"
26- grpc-java = " 1.74 .0"
27- guava = " 33.4.8 -jre"
26+ grpc-java = " 1.77 .0"
27+ guava = " 33.5.0 -jre"
2828guava-failureaccess = " 1.0.1"
29- hamcrest-library = " 2.2 "
29+ hamcrest-library = " 3.0 "
3030hibernate-validator6 = " 6.2.5.Final"
31- hibernate-validator8 = " 8.0.1 .Final"
32- jackson = " 2.19.2 "
31+ hibernate-validator8 = " 8.0.3 .Final"
32+ jackson = " 2.20.1 "
3333javassist = " 3.30.2-GA"
3434javax-annotation = " 1.3.2"
3535javax-inject = " 1"
@@ -40,34 +40,35 @@ jetty-alpn-agent = "2.0.10"
4040# JGit 7.x.x requires Java 17
4141jgit6 = " 6.10.0.202406032230-r"
4242junit4 = " 4.13.2"
43- junit5 = " 5.13.4 "
43+ junit5 = " 5.14.1 "
4444junit-pioneer = " 2.3.0"
4545jsch = " 0.1.55"
4646# Don't update `json-path` version
4747json-path = " 2.2.0"
4848# 3.0.0 requires java 17
4949json-unit = " 2.38.0"
50- jsoup = " 1.21.1 " # JSoup is only used for Gradle script.
50+ jsoup = " 1.21.2 " # JSoup is only used for Gradle script.
5151jmh-core = " 1.37"
5252jmh-gradle-plugin = " 0.7.3"
5353jxr = " 0.2.1"
54- kubernetes-client = " 7.3.1 "
54+ kubernetes-client = " 7.4.0 "
5555logback15 = " 1.5.7"
56- micrometer = " 1.15.2 "
57- mina-sshd = " 2.15 .0"
58- mockito = " 5.18 .0"
59- nimbus-jose-jwt = " 10.5 "
56+ micrometer = " 1.16.0 "
57+ mina-sshd = " 2.16 .0"
58+ mockito = " 5.20 .0"
59+ nimbus-jose-jwt = " 10.6 "
6060nexus-publish-plugin = " 2.0.0"
6161node-gradle-plugin = " 7.1.0"
6262osdetector = " 1.7.3"
63- owasp = " 1.3.1"
64- proguard = " 7.4.2"
65- protobuf = " 3.25.5"
66- protobuf-gradle-plugin = " 0.8.19"
67- quartz = " 2.3.2"
63+ owasp = " 1.4.0"
64+ proguard = " 7.8.1"
65+ protobuf = " 3.25.8"
66+ protobuf-gradle-plugin = " 0.9.5"
67+ protoc-gen-validate = " 1.2.1"
68+ quartz = " 2.5.1"
6869reflections = " 0.9.11"
69- rocksdb = " 10.2.1 "
70- shadow-gradle-plugin = " 7.1.2 "
70+ rocksdb = " 10.4.2 "
71+ shadow-gradle-plugin = " 8.3.9 "
7172# Don't update `shiro` version
7273shiro = " 1.3.2"
7374slf4j2 = " 2.0.17"
@@ -76,15 +77,15 @@ slf4j2 = "2.0.17"
7677snappy = " 1.1.10.5"
7778sphinx = " 2.10.1"
7879spring-boot2 = " 2.7.18"
79- spring-boot3 = " 3.5.4 "
80+ spring-boot3 = " 3.5.8 "
8081spring-test-junit5 = " 1.5.0"
8182testcontainers = " 1.21.3"
8283thrift09 = { strictly = " 0.9.3-1" }
8384# Ensure that we use the same ZooKeeper version as what Curator depends on.
8485# See: https://github.com/apache/curator/blob/master/pom.xml
8586# (Switch to the right tag to find out the right version.)
8687zookeeper = " 3.9.3"
87- zstd = " 1.5.7-4 "
88+ zstd = " 1.5.7-6 "
8889
8990[boms ]
9091armeria = { module = " com.linecorp.armeria:armeria-bom" , version.ref = " armeria" }
@@ -109,6 +110,8 @@ module = "com.linecorp.armeria:armeria-saml"
109110module = " com.linecorp.armeria:armeria-thrift0.9"
110111[libraries .armeria-xds ]
111112module = " com.linecorp.armeria:armeria-xds"
113+ [libraries .armeria-xds-api ]
114+ module = " com.linecorp.armeria:armeria-xds-api"
112115
113116[libraries .assertj ]
114117module = " org.assertj:assertj-core"
@@ -378,6 +381,9 @@ version.ref = "protobuf"
378381[libraries .protobuf-gradle-plugin ]
379382module = " com.google.protobuf:protobuf-gradle-plugin"
380383version.ref = " protobuf-gradle-plugin"
384+ [libraries .pgv-java-stub ]
385+ module = " build.buf.protoc-gen-validate:pgv-java-stub"
386+ version.ref = " protoc-gen-validate"
381387
382388[libraries .quartz ]
383389module = " org.quartz-scheduler:quartz"
@@ -396,7 +402,7 @@ module = "org.rocksdb:rocksdbjni"
396402version.ref = " rocksdb"
397403
398404[libraries .shadow-gradle-plugin ]
399- module = " gradle.plugin. com.github.johnrengelman: shadow"
405+ module = " com.gradleup.shadow: com.gradleup. shadow.gradle.plugin "
400406version.ref = " shadow-gradle-plugin"
401407
402408[libraries .shiro-core ]
0 commit comments