Skip to content

Commit 077b228

Browse files
authored
Merge pull request #17 from iht/renovate/solution-org.slf4j-slf4j-simple-2.x
Update dependency org.slf4j:slf4j-simple to v2 (solution)
2 parents 2c36c84 + 371489d commit 077b228

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.32",
33+
"org.slf4j" % "slf4j-simple" % "2.0.16",
3434
"com.google.http-client" % "google-http-client-apache-v2" % "1.38.1"
3535
)
3636
)

0 commit comments

Comments
 (0)