We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01fe405 commit ac33e94Copy full SHA for ac33e94
build.sbt
@@ -120,7 +120,7 @@ val buildSettings = Seq(
120
"org.apache.commons" % "commons-compress" % "1.26.2",
121
"io.netty" % "netty-handler" % "4.1.114.Final",
122
"org.apache.jena" % "jena-core" % "5.2.0",
123
- "com.google.protobuf" % "protobuf-java" % "3.29.0",
+ "com.google.protobuf" % "protobuf-java" % "4.29.0",
124
"com.google.guava" % "guava" % "33.0.0-jre"
125
)
126
0 commit comments