@@ -56,7 +56,7 @@ versions += [
5656 bcpkix : " 1.83" ,
5757 caffeine : " 3.2.0" ,
5858 bndlib : " 7.1.0" ,
59- checkstyle : project. hasProperty(' checkstyleVersion' ) ? checkstyleVersion : " 12.2.0 " ,
59+ checkstyle : project. hasProperty(' checkstyleVersion' ) ? checkstyleVersion : " 12.3.1 " ,
6060 commonsValidator : " 1.10.1" ,
6161 classgraph : " 4.8.179" ,
6262 gradle : " 9.4.1" ,
@@ -70,7 +70,7 @@ versions += [
7070 // (e.g. Logger.atDebug()) in production code, as Kafka uses SLF4J 1.7.x.
7171 jetty : " 12.0.34" ,
7272 jersey : " 3.1.10" ,
73- jgit : " 7.5 .0.202512021534 -r" ,
73+ jgit : " 7.6 .0.202603022253 -r" ,
7474 jline : " 3.30.4" ,
7575 jmh : " 1.37" ,
7676 hamcrest : " 3.0" ,
@@ -82,7 +82,7 @@ versions += [
8282 jfreechart : " 1.5.6" ,
8383 jopt : " 5.0.4" ,
8484 jose4j : " 0.9.6" ,
85- junit : " 5.13.1 " ,
85+ junit : " 5.14.3 " ,
8686 jqwik : " 1.9.2" ,
8787 kafka_0110 : " 0.11.0.3" ,
8888 kafka_10 : " 1.0.2" ,
@@ -125,19 +125,19 @@ versions += [
125125 // When updating the scalafmt version please also update the version field in checkstyle/.scalafmt.conf. scalafmt now
126126 // has the version field as mandatory in its configuration, see
127127 // https://github.com/scalameta/scalafmt/releases/tag/v3.1.0.
128- scalafmt : " 3.10.2 " ,
129- scoverage : " 2.5.1 " ,
128+ scalafmt : " 3.10.3 " ,
129+ scoverage : " 2.5.2 " ,
130130 slf4j : " 1.7.36" ,
131131 snappy : " 1.1.10.7" ,
132132 spotbugs : " 4.9.8" ,
133133 testcontainers : " 1.20.2" ,
134134 testcontainersKeycloak : " 3.5.1" ,
135- mockOAuth2Server : " 2.2.1 " ,
136- zinc : " 1.11 .0" ,
135+ mockOAuth2Server : " 2.3.0 " ,
136+ zinc : " 1.12 .0" ,
137137 // When updating the zstd version, please do as well in docker/native/native-image-configs/resource-config.json
138138 // Also make sure the compression levels in org.apache.kafka.common.record.CompressionType are still valid
139139 zstd : " 1.5.6-10" ,
140- junitPlatform : " 1.13.1 " ,
140+ junitPlatform : " 1.14.3 " ,
141141 hdrHistogram : " 2.2.2" ,
142142 hash4j : " 0.22.0"
143143]
0 commit comments