Skip to content

Commit

Permalink
Update commons-io to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 19, 2024
1 parent aa0316d commit fe654f3
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 @@ -1118,7 +1118,7 @@ lazy val docs: ProjectMatrix = (projectMatrix in file("generated-docs")) // impo
"org.json4s" %% "json4s-native" % json4sVersion,
"io.circe" %% "circe-generic" % circeVersion,
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % jsoniterVersion,
"commons-io" % "commons-io" % "2.16.1",
"commons-io" % "commons-io" % "2.17.0",
"io.github.resilience4j" % "resilience4j-circuitbreaker" % resilience4jVersion,
"io.github.resilience4j" % "resilience4j-ratelimiter" % resilience4jVersion,
"io.jaegertracing" % "jaeger-client" % jaegerClientVersion,
Expand Down

0 comments on commit fe654f3

Please sign in to comment.