Bump commons-io:commons-io from 2.11.0 to 2.12.0 (#134)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: William <will27528@gmail.com>
feat/data-edit-commands
dependabot[bot] 2 years ago committed by GitHub
parent 27f9e24dfb
commit 4f65cf49ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ dependencies {
implementation 'dev.triumphteam:triumph-gui:3.1.5'
compileOnly 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT'
compileOnly 'commons-io:commons-io:2.11.0'
compileOnly 'commons-io:commons-io:2.12.0'
compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
compileOnly 'dev.dejvokep:boosted-yaml:1.3.1'
compileOnly 'com.zaxxer:HikariCP:5.0.1'

@ -1,5 +1,5 @@
dependencies {
implementation 'commons-io:commons-io:2.11.0'
implementation 'commons-io:commons-io:2.12.0'
implementation 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
implementation 'net.kyori:adventure-api:4.13.1'
implementation 'com.google.code.gson:gson:2.10.1'

Loading…
Cancel
Save