Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-waagboe committed Feb 3, 2025
1 parent ec25511 commit 01aa785
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,18 @@ dependencies {
require("3.9.3")
}
}
implementation("org.apache.mina:mina-core") {
because("io.confluent:kafka-schema-registry:$confluentVersion -> https://www.cve.org/CVERecord?id=CVE-2024-52046")
version {
require("2.2.4")
}
}
implementation("io.github.classgraph:classgraph") {
because("io.confluent:kafka-schema-registry:$confluentVersion -> https://www.cve.org/CVERecord?id=CVE-2021-47621")
version {
require("4.8.179")
}
}
implementation("org.eclipse.jetty:jetty-server") {
because("io.confluent:kafka-schema-registry:$confluentVersion -> https://www.cve.org/CVERecord?id=CVE-2023-36478")
version {
Expand Down

0 comments on commit 01aa785

Please sign in to comment.