Skip to content

Commit

Permalink
bump: commons-io 2.15.1 (was 2.15.0) (akka#32249)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and He-Pin committed Jan 7, 2024
1 parent 37a5b46 commit 203b5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ object Dependencies {
object TestDependencies {
val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % Test // ApacheV2

val commonsIo = "commons-io" % "commons-io" % "2.15.0" % Test // ApacheV2
val commonsIo = "commons-io" % "commons-io" % "2.15.1" % Test // ApacheV2
val commonsCodec = "commons-codec" % "commons-codec" % "1.16.0" % Test // ApacheV2
val junit = "junit" % "junit" % junitVersion % "test" // Common Public License 1.0
val logback = Compile.logback % Test // EPL 1.0
Expand Down

0 comments on commit 203b5ab

Please sign in to comment.