Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency commons-io:commons-io to v2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent a783c19 commit 6e7cc2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {

implementation "com.electronwill.night-config:toml:3.6.7"

implementation "commons-io:commons-io:2.16.0"
implementation "commons-io:commons-io:2.16.1"
implementation "com.fasterxml.jackson.core:jackson-databind:2.16.0"
implementation "com.squareup.okhttp3:okhttp:4.12.0"
}
Expand All @@ -12,7 +12,7 @@ shadowJar {
dependencies {
include dependency("com.electronwill.night-config:core:3.6.7")
include dependency("com.electronwill.night-config:toml:3.6.7")
include dependency("commons-io:commons-io:2.16.0")
include dependency("commons-io:commons-io:2.16.1")
include dependency("com.fasterxml.jackson.core:jackson-annotations:2.16.0")
include dependency("com.fasterxml.jackson.core:jackson-core:2.16.0")
include dependency("com.fasterxml.jackson.core:jackson-databind:2.16.0")
Expand Down

0 comments on commit 6e7cc2d

Please sign in to comment.