Skip to content

Commit f9538e7

Browse files
authored
Update Dependencies.scala
1 parent 46f9381 commit f9538e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ object Dependencies {
2323

2424
val junitVersion = "4.13.2"
2525
val junit5Version = "5.10.1"
26-
val slf4jVersion = "2.0.11"
26+
val slf4jVersion = "2.0.12"
2727
// check agrona version when updating this
2828
val aeronVersion = "1.43.0"
2929
// needs to be inline with the aeron version, check
3030
// https://github.com/real-logic/aeron/blob/1.x.y/build.gradle
3131
val agronaVersion = "1.19.2"
3232
val nettyVersion = "4.1.106.Final"
33-
val protobufJavaVersion = "3.23.4"
33+
val protobufJavaVersion = "3.25.2"
3434
val logbackVersion = "1.3.14"
3535

3636
val jacksonCoreVersion = "2.16.1"

0 commit comments

Comments
 (0)