Skip to content

Commit 507c8ec

Browse files
chore: bump netty, log4j (#92)
1 parent aa52e10 commit 507c8ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hypertrace-gatewayservice = "0.3.9"
1010
hypertrace-entityservice = "0.8.86"
1111
hypertrace-configservice = "0.1.74"
1212
jetty = "11.0.24"
13-
netty = "4.1.125.Final"
13+
netty = "4.1.130.Final"
1414

1515
junit = "5.10.0"
1616
mockito = "5.8.0"
@@ -50,7 +50,7 @@ netty-bom = { module = "io.netty:netty-bom", version.ref = "netty" }
5050
protobuf-java = { module = "com.google.protobuf:protobuf-java", version.ref = "protoc" }
5151
protobuf-javautil = { module = "com.google.protobuf:protobuf-java-util", version.ref = "protoc" }
5252
slf4j2-api = { module = "org.slf4j:slf4j-api", version = "2.0.7" }
53-
log4j-slf4j2-impl = { module = "org.apache.logging.log4j:log4j-slf4j2-impl", version = "2.20.0" }
53+
log4j-slf4j2-impl = { module = "org.apache.logging.log4j:log4j-slf4j2-impl", version = "2.25.3" }
5454
javax-annotation = { module = "javax.annotation:javax.annotation-api", version = "1.3.2" }
5555
rxjava3 = { module = "io.reactivex.rxjava3:rxjava", version = "3.1.7" }
5656
uuidcreator = { module = "com.github.f4b6a3:uuid-creator", version = "5.3.2" }

0 commit comments

Comments
 (0)