Skip to content

Commit

Permalink
Update dependency org.slf4j:slf4j-simple to v1.7.36
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 91aa63a commit 441e64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lazy val root: Project = project
"com.spotify" %% "scio-test" % scioVersion % Test,
"org.apache.beam" % "beam-runners-direct-java" % beamVersion,
"org.apache.beam" % "beam-runners-google-cloud-dataflow-java" % beamVersion,
"org.slf4j" % "slf4j-simple" % "1.7.32",
"org.slf4j" % "slf4j-simple" % "1.7.36",
"com.google.http-client" % "google-http-client-apache-v2" % "1.38.1"
)
)
Expand Down

0 comments on commit 441e64b

Please sign in to comment.