Skip to content

Commit 7226b04

Browse files
Update slf4j-api, slf4j-simple to 2.0.7 (#359)
1 parent a9310cd commit 7226b04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lazy val coreTests = project.in(file("core-tests" )).dependsOn(formats, testdo
1414
lazy val traversalTests = project.in(file("traversal-tests" )).dependsOn(formats)
1515

1616
ThisBuild/libraryDependencies ++= Seq(
17-
"org.slf4j" % "slf4j-simple" % "2.0.6" % Test,
17+
"org.slf4j" % "slf4j-simple" % "2.0.7" % Test,
1818
"org.scalatest" %% "scalatest" % "3.2.15" % Test,
1919
)
2020

core/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ libraryDependencies ++= Seq(
44
"net.sf.trove4j" % "core" % "3.1.0",
55
"org.msgpack" % "msgpack-core" % "0.9.1",
66
"com.h2database" % "h2-mvstore" % "1.4.200",
7-
"org.slf4j" % "slf4j-api" % "2.0.6",
7+
"org.slf4j" % "slf4j-api" % "2.0.7",
88
)
99

1010
/* it's a java-only build */

0 commit comments

Comments
 (0)