We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01e04e commit 1a453aeCopy full SHA for 1a453ae
pbj-core/hiero-dependency-versions/build.gradle.kts
@@ -9,7 +9,7 @@ val protobuf = "4.33.5"
9
val junit5 = "6.0.2"
10
val mockito = "5.21.0"
11
12
-dependencies { api(platform("io.netty:netty-bom:4.2.9.Final")) }
+dependencies { api(platform("io.netty:netty-bom:4.2.10.Final")) }
13
14
dependencies.constraints {
15
api("org.antlr:antlr4-runtime:$antlr") { because("org.antlr.antlr4.runtime") }
0 commit comments