Skip to content

Commit 32c9b4d

Browse files
committed
Fix vulnarability detected in netty dependency
Issue was detected by Snuk. Related link https://security.snyk.io/vuln/SNYK-JAVA-IONETTY-12485149
1 parent a784cfc commit 32c9b4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ allprojects {
6969
resolutionStrategy {
7070
force 'com.google.protobuf:protobuf-java:3.25.5'
7171
force 'com.google.protobuf:protobuf-java-util:3.25.5'
72-
force 'io.netty:netty-codec-http2:4.1.118.Final'
72+
force 'io.netty:netty-codec-http2:4.1.125.Final'
7373
}
7474
}
7575
}

example-app/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ allprojects {
2828
resolutionStrategy {
2929
force 'com.google.protobuf:protobuf-java:3.25.5'
3030
force 'com.google.protobuf:protobuf-java-util:3.25.5'
31-
force 'io.netty:netty-codec-http2:4.1.118.Final'
31+
force 'io.netty:netty-codec-http2:4.1.125.Final'
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)