Skip to content
Open
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
22 changes: 11 additions & 11 deletions LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -225,16 +225,16 @@ License Version 2.0:
- jakarta.inject-api-2.0.1
- jakarta.validation-api-3.0.2
- javassist-3.30.2-GA
- jetty-alpn-client-12.0.25
- jetty-client-12.0.25
- jetty-ee10-servlet-12.0.25
- jetty-ee10-servlets-12.0.25
- jetty-http-12.0.25
- jetty-io-12.0.25
- jetty-security-12.0.25
- jetty-server-12.0.25
- jetty-session-12.0.25
- jetty-util-12.0.25
- jetty-alpn-client-12.0.33
- jetty-client-12.0.33
- jetty-ee10-servlet-12.0.33
- jetty-ee10-servlets-12.0.33
- jetty-http-12.0.33
- jetty-io-12.0.33
- jetty-security-12.0.33
- jetty-server-12.0.33
- jetty-session-12.0.33
- jetty-util-12.0.33
- jose4j-0.9.6
- jspecify-1.0.0
- log4j-api-2.25.3
Expand Down Expand Up @@ -300,7 +300,7 @@ MIT License
- argparse4j-0.7.0, see: licenses/argparse-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
- slf4j-api-2.0.17, see: licenses/slf4j-MIT
- pcollections-4.0.2, see: licenses/pcollections-MIT

---------------------------------------
Expand Down
8 changes: 2 additions & 6 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,7 @@ versions += [
jacksonAnnotations: "2.21",
jacoco: "0.8.14",
javassist: "3.30.2-GA",
// Jetty 12.0.30+ introduced SLF4J 2.x fluent API usage (e.g. Logger.atDebug()) in production
// code, which causes NoSuchMethodError at runtime since Kafka uses SLF4J 1.7.x.
// 12.0.25 is the version that includes the CVE-2025-5115 fix while only using the
// SLF4J 2.x fluent API in test code, avoiding the runtime incompatibility.
jetty: "12.0.25",
jetty: "12.0.33",
jersey: "3.1.10",
jgit: "7.5.0.202512021534-r",
jline: "3.30.4",
Expand Down Expand Up @@ -128,7 +124,7 @@ versions += [
// https://github.com/scalameta/scalafmt/releases/tag/v3.1.0.
scalafmt: "3.10.2",
scoverage: "2.5.1",
slf4j: "1.7.36",
slf4j: "2.0.17",
snappy: "1.1.10.7",
spotbugs: "4.9.8",
mockOAuth2Server: "2.2.1",
Expand Down
Loading