Skip to content

Commit

Permalink
chore(bump): bump netty version (datahub-project#12624)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored and Tobias Tekampe committed Feb 14, 2025
1 parent 8436e3e commit 745fb7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ subprojects {
implementation externalDependency.annotationApi
constraints {
implementation("com.google.googlejavaformat:google-java-format:$googleJavaFormatVersion")
implementation('io.netty:netty-all:4.1.116.Final')
implementation('io.netty:netty-all:4.1.118.Final')
implementation('org.apache.commons:commons-compress:1.27.1')
implementation('org.apache.velocity:velocity-engine-core:2.4')
implementation('org.hibernate:hibernate-validator:6.0.20.Final')
Expand Down
2 changes: 1 addition & 1 deletion datahub-frontend/play.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
play(externalDependency.jacksonDataBind)
play("com.typesafe.akka:akka-actor_$playScalaVersion:2.6.20")
play(externalDependency.jsonSmart)
play('io.netty:netty-all:4.1.114.Final')
play('io.netty:netty-all:4.1.118.Final')

implementation(externalDependency.commonsText) {
because("previous versions are vulnerable to CVE-2022-42889")
Expand Down

0 comments on commit 745fb7d

Please sign in to comment.