Skip to content

Commit

Permalink
build(deps): Bump commons-io:commons-io in /backend in the gradle group
Browse files Browse the repository at this point in the history
Bumps the gradle group in /backend with 1 update: commons-io:commons-io.


Updates `commons-io:commons-io` from 2.16.1 to 2.17.0

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 685b4d7 commit 366f10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
implementation slf4jDependency

// https://mvnrepository.com/artifact/commons-io/commons-io
implementation group: 'commons-io', name: 'commons-io', version: '2.16.1'
implementation group: 'commons-io', name: 'commons-io', version: '2.17.0'

// https://mvnrepository.com/artifact/com.sparkjava/spark-core
implementation group: 'com.sparkjava', name: 'spark-core', version: '2.9.4'
Expand Down

0 comments on commit 366f10d

Please sign in to comment.