MINOR: Safe update dependencies (#19897)

These dependencies have been updated across both files:

    caffeine: From 3.1.8 to 3.2.0      javassist: From 3.29.2-GA to
3.30.2-GA      Jetty-related: All Jetty components have been updated
from 12.0.15 to 12.0.22, including:          jetty-alpn-client
jetty-client          jetty-ee10-servlet          jetty-ee10-servlets
jetty-http          jetty-io          jetty-security
jetty-server          jetty-session          jetty-util      jose4j:
From 0.9.4 to 0.9.6      Jersey-related: All Jersey components have been
updated from 3.1.9 to 3.1.10, including:          jersey-client
jersey-common          jersey-container-servlet
jersey-container-servlet-core          jersey-hk2          jersey-server
classgraph: From 4.8.173 to 4.8.179      jline: From 3.25.1 to 3.30.4
pcollections: From 4.0.1 to 4.0.2      re2j: From 1.7 to 1.8
snappy-java: From 1.1.10.5 to 1.1.10.7

New Dependency (LICENSE-binary only)

    A new dependency, jspecify-1.0.0, has been added to LICENSE-binary.

gradle/dependencies.gradle Specific Updates

These updates are only reflected in the gradle/dependencies.gradle file:

    bcpkix: From 1.78.1 to 1.80      bndlib: From 7.0.0 to 7.1.0 jacoco:
From 0.8.10 to 0.8.13      hamcrest: From 2.2 to 3.0      jqwik: From
1.8.3 to 1.9.2

Reviewers: Ken Huang <s7133700@gmail.com>, Chia-Ping Tsai
 <chia7712@gmail.com>
This commit is contained in:
YuChia Ma 2025-06-09 21:52:58 +08:00 committed by GitHub
parent d07aa37412
commit 948a91dfdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 40 additions and 39 deletions

View File

@ -205,7 +205,7 @@
This project bundles some components that are also licensed under the Apache
License Version 2.0:
- caffeine-3.1.8
- caffeine-3.2.0
- commons-beanutils-1.9.4
- commons-collections-3.2.2
- commons-digester-2.1
@ -225,18 +225,19 @@ License Version 2.0:
- jackson-module-jakarta-xmlbind-annotations-2.19.0
- jakarta.inject-api-2.0.1
- jakarta.validation-api-3.0.2
- javassist-3.29.2-GA
- jetty-alpn-client-12.0.15
- jetty-client-12.0.15
- jetty-ee10-servlet-12.0.15
- jetty-ee10-servlets-12.0.15
- jetty-http-12.0.15
- jetty-io-12.0.15
- jetty-security-12.0.15
- jetty-server-12.0.15
- jetty-session-12.0.15
- jetty-util-12.0.15
- jose4j-0.9.4
- javassist-3.30.2-GA
- jetty-alpn-client-12.0.22
- jetty-client-12.0.22
- jetty-ee10-servlet-12.0.22
- jetty-ee10-servlets-12.0.22
- jetty-http-12.0.22
- jetty-io-12.0.22
- jetty-security-12.0.22
- jetty-server-12.0.22
- jetty-session-12.0.22
- jetty-util-12.0.22
- jose4j-0.9.6
- jspecify-1.0.0
- log4j-api-2.24.3
- log4j-core-2.24.3
- log4j-slf4j-impl-2.24.3
@ -250,7 +251,7 @@ License Version 2.0:
- scala-library-2.13.16
- scala-logging_2.13-3.9.5
- scala-reflect-2.13.16
- snappy-java-1.1.10.5
- snappy-java-1.1.10.7
- snakeyaml-2.4
- swagger-annotations-2.2.25
@ -277,12 +278,12 @@ see: licenses/eclipse-public-license-2.0
- hk2-utils-3.0.6
- osgi-resource-locator-1.0.3
- aopalliance-repackaged-3.0.6
- jersey-client-3.1.9
- jersey-common-3.1.9
- jersey-container-servlet-3.1.9
- jersey-container-servlet-core-3.1.9
- jersey-hk2-3.1.9
- jersey-server-3.1.9
- jersey-client-3.1.10
- jersey-common-3.1.10
- jersey-container-servlet-3.1.10
- jersey-container-servlet-core-3.1.10
- jersey-hk2-3.1.10
- jersey-server-3.1.10
---------------------------------------
CDDL 1.1 + GPLv2 with classpath exception
@ -298,10 +299,10 @@ see: licenses/CDDL+GPL-1.1
MIT License
- argparse4j-0.7.0, see: licenses/argparse-MIT
- classgraph-4.8.173, see: licenses/classgraph-MIT
- classgraph-4.8.179, see: licenses/classgraph-MIT
- jopt-simple-5.0.4, see: licenses/jopt-simple-MIT
- slf4j-api-1.7.36, see: licenses/slf4j-MIT
- pcollections-4.0.1, see: licenses/pcollections-MIT
- pcollections-4.0.2, see: licenses/pcollections-MIT
---------------------------------------
BSD 2-Clause
@ -312,11 +313,11 @@ BSD 2-Clause
---------------------------------------
BSD 3-Clause
- jline-3.25.1, see: licenses/jline-BSD-3-clause
- jline-3.30.4, see: licenses/jline-BSD-3-clause
- protobuf-java-3.25.5, see: licenses/protobuf-java-BSD-3-clause
- jakarta.activation-2.0.1, see: licenses/jakarta-BSD-3-clause
---------------------------------------
Go License
- re2j-1.7, see: licenses/re2j-GO
- re2j-1.8, see: licenses/re2j-GO

View File

@ -53,23 +53,23 @@ versions += [
apacheda: "1.0.2",
apacheds: "2.0.0-M24",
argparse4j: "0.7.0",
bcpkix: "1.78.1",
caffeine: "3.1.8",
bndlib: "7.0.0",
bcpkix: "1.80",
caffeine: "3.2.0",
bndlib: "7.1.0",
checkstyle: project.hasProperty('checkstyleVersion') ? checkstyleVersion : "10.20.2",
commonsValidator: "1.9.0",
classgraph: "4.8.173",
classgraph: "4.8.179",
gradle: "8.14.1",
grgit: "4.1.1",
httpclient: "4.5.14",
jackson: "2.19.0",
jacoco: "0.8.10",
javassist: "3.29.2-GA",
jetty: "12.0.15",
jersey: "3.1.9",
jline: "3.25.1",
jacoco: "0.8.13",
javassist: "3.30.2-GA",
jetty: "12.0.22",
jersey: "3.1.10",
jline: "3.30.4",
jmh: "1.37",
hamcrest: "2.2",
hamcrest: "3.0",
scalaLogging: "3.9.5",
jaxAnnotation: "1.3.2",
jaxb: "2.3.1",
@ -77,9 +77,9 @@ versions += [
jakartaServletApi: "6.1.0",
jfreechart: "1.0.0",
jopt: "5.0.4",
jose4j: "0.9.4",
jose4j: "0.9.6",
junit: "5.10.2",
jqwik: "1.8.3",
jqwik: "1.9.2",
kafka_0110: "0.11.0.3",
kafka_10: "1.0.2",
kafka_11: "1.1.1",
@ -111,8 +111,8 @@ versions += [
mockito: "5.14.2",
opentelemetryProto: "1.0.0-alpha",
protobuf: "3.25.5", // a dependency of opentelemetryProto
pcollections: "4.0.1",
re2j: "1.7",
pcollections: "4.0.2",
re2j: "1.8",
rocksDB: "9.7.3",
// When updating the scalafmt version please also update the version field in checkstyle/.scalafmt.conf. scalafmt now
// has the version field as mandatory in its configuration, see
@ -120,7 +120,7 @@ versions += [
scalafmt: "3.7.14",
scoverage: "2.0.11",
slf4j: "1.7.36",
snappy: "1.1.10.5",
snappy: "1.1.10.7",
spotbugs: "4.8.6",
zinc: "1.9.2",
// When updating the zstd version, please do as well in docker/native/native-image-configs/resource-config.json