Skip to content

Commit 49d7b91

Browse files
authored
upgrade to protobuf-java 3.25 (#1105)
* Update Dependencies.scala * Update Dependencies.scala
1 parent 28c5b7c commit 49d7b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ object Dependencies {
3030
// https://github.com/real-logic/aeron/blob/1.x.y/build.gradle
3131
val agronaVersion = "1.19.2"
3232
val nettyVersion = "4.1.107.Final"
33-
val protobufJavaVersion = "3.23.4"
33+
val protobufJavaVersion = "3.25.3"
3434
val logbackVersion = "1.3.14"
3535

3636
val jacksonCoreVersion = "2.16.1"

0 commit comments

Comments
 (0)