Skip to content

Commit 423427c

Browse files
authored
Merge branch 'main' into update/junit-jupiter-engine-5.10.2
2 parents a2fe6a8 + c71d1b0 commit 423427c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: project/Dependencies.scala

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ object Dependencies {
2323

2424
val junitVersion = "4.13.2"
2525
val junit5Version = "5.10.2"
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
@@ -71,7 +71,7 @@ object Dependencies {
7171

7272
val sigar = "org.fusesource" % "sigar" % "1.6.4"
7373

74-
val jctools = "org.jctools" % "jctools-core" % "4.0.2"
74+
val jctools = "org.jctools" % "jctools-core" % "4.0.3"
7575

7676
// reactive streams
7777
val reactiveStreams = "org.reactivestreams" % "reactive-streams" % reactiveStreamsVersion
@@ -115,7 +115,7 @@ object Dependencies {
115115

116116
object TestDependencies {
117117
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
119119
val junit = "junit" % "junit" % junitVersion % Test
120120
val junit5 = "org.junit.jupiter" % "junit-jupiter-engine" % junit5Version % Test
121121
val httpClient = "org.apache.httpcomponents" % "httpclient" % "4.5.14" % Test

0 commit comments

Comments
 (0)