deps: bump commons-io:commons-io from 2.15.1 to 2.16.0 (#266)

Bumps commons-io:commons-io from 2.15.1 to 2.16.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat/data-edit-commands
dependabot[bot] 8 months ago committed by GitHub
parent bb5ae0b741
commit 73de0ff392
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,7 +14,7 @@ dependencies {
compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT'
compileOnly 'org.projectlombok:lombok:1.18.32'
compileOnly 'commons-io:commons-io:2.15.1'
compileOnly 'commons-io:commons-io:2.16.0'
compileOnly 'org.json:json:20240303'
compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
compileOnly 'de.exlll:configlib-yaml:4.5.0'

@ -3,7 +3,7 @@ plugins {
}
dependencies {
api 'commons-io:commons-io:2.15.1'
api 'commons-io:commons-io:2.16.0'
api 'org.apache.commons:commons-text:1.11.0'
api 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
api 'org.json:json:20240303'

Loading…
Cancel
Save