Skip to content

Commit

Permalink
Update dependency commons-io:commons-io to v2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2023
1 parent ac0b259 commit d130645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
dependencies {
val junitVersion = "5.10.1"

implementation("commons-io:commons-io:2.15.0")
implementation("commons-io:commons-io:2.15.1")
implementation("com.auth0:java-jwt:4.3.0")
implementation("com.google.code.gson:gson:2.10.1")
implementation("org.json:json:20231013")
Expand Down

0 comments on commit d130645

Please sign in to comment.