File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ object Dependencies {
23
23
24
24
val junitVersion = " 4.13.2"
25
25
val junit5Version = " 5.10.2"
26
- val slf4jVersion = " 2.0.11 "
26
+ val slf4jVersion = " 2.0.12 "
27
27
// check agrona version when updating this
28
28
val aeronVersion = " 1.43.0"
29
29
// needs to be inline with the aeron version, check
@@ -71,7 +71,7 @@ object Dependencies {
71
71
72
72
val sigar = " org.fusesource" % " sigar" % " 1.6.4"
73
73
74
- val jctools = " org.jctools" % " jctools-core" % " 4.0.2 "
74
+ val jctools = " org.jctools" % " jctools-core" % " 4.0.3 "
75
75
76
76
// reactive streams
77
77
val reactiveStreams = " org.reactivestreams" % " reactive-streams" % reactiveStreamsVersion
@@ -115,7 +115,7 @@ object Dependencies {
115
115
116
116
object TestDependencies {
117
117
val commonsIo = " commons-io" % " commons-io" % " 2.15.1" % Test
118
- val commonsCodec = " commons-codec" % " commons-codec" % " 1.16.0 " % Test
118
+ val commonsCodec = " commons-codec" % " commons-codec" % " 1.16.1 " % Test
119
119
val junit = " junit" % " junit" % junitVersion % Test
120
120
val junit5 = " org.junit.jupiter" % " junit-jupiter-engine" % junit5Version % Test
121
121
val httpClient = " org.apache.httpcomponents" % " httpclient" % " 4.5.14" % Test
You can’t perform that action at this time.
0 commit comments