Skip to content

Commit

Permalink
chore(deps): update dependency commons-io:commons-io to v2.17.0 (#786)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency commons-io:commons-io to v2.17.0

* chore(deps): update lock file

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lars Hagen <[email protected]>
  • Loading branch information
renovate[bot] and larshagencognite authored Sep 23, 2024
1 parent f6cddd3 commit bbebb4a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ lazy val core = (project in file("."))
.settings(
commonSettings,
libraryDependencies ++= Seq(
"commons-io" % "commons-io" % "2.16.1",
"commons-io" % "commons-io" % "2.17.0",
"org.eclipse.jetty" % "jetty-server" % jettyTestVersion % Test,
"org.eclipse.jetty" % "jetty-servlet" % jettyTestVersion % Test,
"org.typelevel" %% "cats-effect" % catsEffectVersion,
Expand Down
6 changes: 3 additions & 3 deletions build.scala-2.12.sbt.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lockVersion" : 1,
"timestamp" : "2024-07-19T12:13:17.473949767Z",
"timestamp" : "2024-09-23T08:54:11.976227Z",
"configurations" : [
"compile",
"optional",
Expand Down Expand Up @@ -260,11 +260,11 @@
{
"org" : "commons-io",
"name" : "commons-io",
"version" : "2.16.1",
"version" : "2.17.0",
"artifacts" : [
{
"name" : "commons-io.jar",
"hash" : "sha1:377d592e740dc77124e0901291dbfaa6810a200e"
"hash" : "sha1:ddcc8433eb019fb48fe25207c0278143f3e1d7e2"
}
],
"configurations" : [
Expand Down
6 changes: 3 additions & 3 deletions build.scala-2.13.sbt.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lockVersion" : 1,
"timestamp" : "2024-07-06T11:39:08.115907Z",
"timestamp" : "2024-09-23T08:54:14.007493Z",
"configurations" : [
"compile",
"optional",
Expand Down Expand Up @@ -260,11 +260,11 @@
{
"org" : "commons-io",
"name" : "commons-io",
"version" : "2.16.1",
"version" : "2.17.0",
"artifacts" : [
{
"name" : "commons-io.jar",
"hash" : "sha1:377d592e740dc77124e0901291dbfaa6810a200e"
"hash" : "sha1:ddcc8433eb019fb48fe25207c0278143f3e1d7e2"
}
],
"configurations" : [
Expand Down
6 changes: 3 additions & 3 deletions build.scala-3.sbt.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lockVersion" : 1,
"timestamp" : "2024-07-08T16:02:39.904618Z",
"timestamp" : "2024-09-23T08:54:16.035829Z",
"configurations" : [
"compile",
"optional",
Expand Down Expand Up @@ -244,11 +244,11 @@
{
"org" : "commons-io",
"name" : "commons-io",
"version" : "2.16.1",
"version" : "2.17.0",
"artifacts" : [
{
"name" : "commons-io.jar",
"hash" : "sha1:377d592e740dc77124e0901291dbfaa6810a200e"
"hash" : "sha1:ddcc8433eb019fb48fe25207c0278143f3e1d7e2"
}
],
"configurations" : [
Expand Down

0 comments on commit bbebb4a

Please sign in to comment.