From 4ed9e9427425c4755c8581e3a029317acea83c69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:06:37 +0000 Subject: [PATCH] Update dependency commons-io:commons-io to v2.16.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 695b9ea..df3b35e 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ lazy val rxTelegram = project "com.typesafe.akka" %% "akka-http-core" % "10.5.3", "de.heikoseeberger" %% "akka-http-play-json" % "1.39.2", "com.iheart" %% "ficus" % "1.5.2", - "commons-io" % "commons-io" % "2.16.0", + "commons-io" % "commons-io" % "2.16.1", "org.specs2" %% "specs2-core" % "4.20.5" % "test" ), Test/fork := true,