Skip to content

Commit

Permalink
deps(deps): update dependency commons-io:commons-io to v2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RenovateBot committed Dec 4, 2023
1 parent 154ec8f commit 6caf9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverpackcreator-gui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

dependencies {
api(project(":serverpackcreator-api"))
api("commons-io:commons-io:2.14.0")
api("commons-io:commons-io:2.15.1")
api("org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.7.3")
api("org.jetbrains.kotlin:kotlin-reflect:1.9.10")
implementation(project(":serverpackcreator-updater"))
Expand Down

0 comments on commit 6caf9ba

Please sign in to comment.