Skip to content

Commit b8b6ae3

Browse files
authored
Merge pull request #18 from iht/renovate/main-org.slf4j-slf4j-simple-2.x
Update dependency org.slf4j:slf4j-simple to v2 (main)
2 parents 06e6413 + 51b2d52 commit b8b6ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ lazy val root: Project = project
3030
"com.spotify" %% "scio-test" % scioVersion % Test,
3131
"org.apache.beam" % "beam-runners-direct-java" % beamVersion,
3232
"org.apache.beam" % "beam-runners-google-cloud-dataflow-java" % beamVersion,
33-
"org.slf4j" % "slf4j-simple" % "1.7.36",
33+
"org.slf4j" % "slf4j-simple" % "2.0.16",
3434
"com.google.http-client" % "google-http-client-apache-v2" % "1.45.3"
3535
)
3636
)

0 commit comments

Comments
 (0)