Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MINOR: Update dependencies #18648

Draft
wants to merge 7 commits into
base: trunk
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 31 additions & 31 deletions LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -214,23 +214,23 @@ commons-lang3-3.12.0
commons-logging-1.3.2
commons-validator-1.9.0
error_prone_annotations-2.14.0
jackson-annotations-2.16.2
jackson-core-2.16.2
jackson-databind-2.16.2
jackson-dataformat-csv-2.16.2
jackson-dataformat-yaml-2.16.2
jackson-datatype-jdk8-2.16.2
jackson-jakarta-rs-base-2.16.2
jackson-jakarta-rs-json-provider-2.16.2
jackson-jaxrs-base-2.16.2
jackson-jaxrs-json-provider-2.16.2
jackson-module-blackbird-2.16.2
jackson-module-jakarta-xmlbind-annotations-2.16.2
jackson-module-jaxb-annotations-2.16.2
jackson-module-scala_2.13-2.16.2
jackson-annotations-2.18.2
jackson-core-2.18.2
jackson-databind-2.18.2
jackson-dataformat-csv-2.18.2
jackson-dataformat-yaml-2.18.2
jackson-datatype-jdk8-2.18.2
jackson-jakarta-rs-base-2.18.2
jackson-jakarta-rs-json-provider-2.18.2
jackson-jaxrs-base-2.18.2
jackson-jaxrs-json-provider-2.18.2
jackson-module-blackbird-2.18.2
jackson-module-jakarta-xmlbind-annotations-2.18.2
jackson-module-jaxb-annotations-2.18.2
jackson-module-scala_2.13-2.18.2
jakarta.inject-api-2.0.1
jakarta.validation-api-3.0.2
javassist-3.29.2-GA
javassist-3.30.2-GA
jetty-alpn-client-12.0.15
jetty-client-12.0.15
jetty-continuation-9.4.56.v20240826
Expand All @@ -245,14 +245,14 @@ jetty-servlets-9.4.56.v20240826
jetty-session-12.0.15
jetty-util-12.0.15
jetty-util-ajax-9.4.56.v20240826
jose4j-0.9.4
log4j-api-2.24.1
log4j-core-2.24.1
log4j-core-test-2.24.1
log4j-slf4j-impl-2.24.1
log4j-1.2-api-2.24.1
jose4j-0.9.6
log4j-api-2.24.3
log4j-core-2.24.3
log4j-core-test-2.24.3
log4j-slf4j-impl-2.24.3
log4j-1.2-api-2.24.3
lz4-java-1.8.0
maven-artifact-3.9.6
maven-artifact-3.9.9
metrics-core-4.1.12.1
metrics-core-2.2.0
opentelemetry-proto-1.0.0-alpha
Expand All @@ -261,7 +261,7 @@ rocksdbjni-9.7.3
scala-library-2.13.15
scala-logging_2.13-3.9.5
scala-reflect-2.13.15
snappy-java-1.1.10.5
snappy-java-1.1.10.7
snakeyaml-2.2
swagger-annotations-2.2.25

Expand Down Expand Up @@ -289,12 +289,12 @@ hk2-utils-3.0.6
osgi-resource-locator-1.0.3
aopalliance-repackaged-3.0.6
jakarta.inject-2.6.1
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
Expand All @@ -319,13 +319,13 @@ pcollections-4.0.1, see: licenses/pcollections-MIT
---------------------------------------
BSD 2-Clause

zstd-jni-1.5.6-6 see: licenses/zstd-jni-BSD-2-clause
zstd-jni-1.5.6-9 see: licenses/zstd-jni-BSD-2-clause
HdrHistogram-2.2.2 see: licenses/hdrHistogram-BSD-2-clause

---------------------------------------
BSD 3-Clause

jline-3.25.1, see: licenses/jline-BSD-3-clause
jline-3.28.0, see: licenses/jline-BSD-3-clause
jsr305-3.0.2, see: licenses/jsr305-BSD-3-clause
paranamer-2.8, see: licenses/paranamer-BSD-3-clause
protobuf-java-3.25.5, see: licenses/protobuf-java-BSD-3-clause
Expand Down
46 changes: 23 additions & 23 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,39 +50,39 @@ if ( !versions.scala.contains('-') ) {
// See https://issues.apache.org/jira/browse/KAFKA-12622 for steps to verify the LICENSE-binary file is correct.
versions += [
activation: "1.1.1",
apacheda: "1.0.2",
apacheda: "1.0.3",
apacheds: "2.0.0-M24",
argparse4j: "0.7.0",
bcpkix: "1.78.1",
bcpkix: "1.80",
// Version >=3.1.2 includes an improvement to prevent hash DOS attacks,
// but currently, tests are failing in >=3.1.2. Therefore, we are temporarily using version 3.1.1.
// The failing tests should be fixed under KAFKA-18089, allowing us to upgrade to >=3.1.2.
caffeine: "3.1.1",
bndlib: "7.0.0",
bndlib: "7.1.0",
checkstyle: project.hasProperty('checkstyleVersion') ? checkstyleVersion : "10.20.2",
commonsValidator: "1.9.0",
classgraph: "4.8.173",
dropwizardMetrics: "4.1.12.1",
gradle: "8.10.2",
grgit: "4.1.1",
httpclient: "4.5.14",
jackson: "2.16.2",
jacoco: "0.8.10",
javassist: "3.29.2-GA",
jackson: "2.18.2",
jacoco: "0.8.12",
javassist: "3.30.2-GA",
jetty: "12.0.15",
jersey: "3.1.9",
jline: "3.25.1",
jersey: "3.1.10",
jline: "3.28.0",
jmh: "1.37",
hamcrest: "2.2",
hamcrest: "3.0",
scalaLogging: "3.9.5",
jaxAnnotation: "1.3.2",
jaxb: "2.3.1",
jakartaRs: "3.1.0",
jakartaServletApi: "6.1.0",
jfreechart: "1.0.0",
jfreechart: "1.5.5",
jopt: "5.0.4",
jose4j: "0.9.4",
junit: "5.10.2",
jose4j: "0.9.6",
junit: "5.11.4",
jqwik: "1.8.3",
kafka_0110: "0.11.0.3",
kafka_10: "1.0.2",
Expand All @@ -106,30 +106,30 @@ versions += [
kafka_37: "3.7.2",
kafka_38: "3.8.1",
kafka_39: "3.9.0",
log4j2: "2.24.1",
log4j2: "2.24.3",
// When updating lz4 make sure the compression levels in org.apache.kafka.common.record.CompressionType are still valid
lz4: "1.8.0",
mavenArtifact: "3.9.6",
mavenArtifact: "3.9.9",
metrics: "2.2.0",
mockito: "5.14.2",
mockito: "5.15.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
// https://github.com/scalameta/scalafmt/releases/tag/v3.1.0.
scalafmt: "3.7.14",
scoverage: "2.0.11",
slf4j: "1.7.36",
snappy: "1.1.10.5",
slf4j: "2.0.16",
snappy: "1.1.10.7",
spotbugs: "4.8.6",
zinc: "1.9.2",
zinc: "1.10.7",
// When updating the zstd version, please do as well in docker/native/native-image-configs/resource-config.json
// Also make sure the compression levels in org.apache.kafka.common.record.CompressionType are still valid
zstd: "1.5.6-6",
junitPlatform: "1.10.2",
zstd: "1.5.6-9",
junitPlatform: "1.11.4",
hdrHistogram: "2.2.2"
]

Expand Down Expand Up @@ -225,7 +225,7 @@ libs += [
snappy: "org.xerial.snappy:snappy-java:$versions.snappy",
spotbugs: "com.github.spotbugs:spotbugs-annotations:$versions.spotbugs",
swaggerAnnotations: "io.swagger.core.v3:swagger-annotations:$swaggerVersion",
jfreechart: "jfreechart:jfreechart:$versions.jfreechart",
jfreechart: "org.jfree:jfreechart:$versions.jfreechart",
mavenArtifact: "org.apache.maven:maven-artifact:$versions.mavenArtifact",
zstd: "com.github.luben:zstd-jni:$versions.zstd",
httpclient: "org.apache.httpcomponents:httpclient:$versions.httpclient",
Expand Down
Loading