We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f9381 commit f9538e7Copy full SHA for f9538e7
project/Dependencies.scala
@@ -23,14 +23,14 @@ object Dependencies {
23
24
val junitVersion = "4.13.2"
25
val junit5Version = "5.10.1"
26
- val slf4jVersion = "2.0.11"
+ val slf4jVersion = "2.0.12"
27
// check agrona version when updating this
28
val aeronVersion = "1.43.0"
29
// needs to be inline with the aeron version, check
30
// https://github.com/real-logic/aeron/blob/1.x.y/build.gradle
31
val agronaVersion = "1.19.2"
32
val nettyVersion = "4.1.106.Final"
33
- val protobufJavaVersion = "3.23.4"
+ val protobufJavaVersion = "3.25.2"
34
val logbackVersion = "1.3.14"
35
36
val jacksonCoreVersion = "2.16.1"
0 commit comments