9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-19 14:59:21 +00:00

deps: bump commons-io:commons-io from 2.17.0 to 2.18.0 (#426)

Bumps commons-io:commons-io from 2.17.0 to 2.18.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>
This commit is contained in:
dependabot[bot]
2024-12-06 22:01:50 +00:00
committed by GitHub
parent 00a68be2ad
commit 7967d00208
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ dependencies {
compileOnly 'com.github.retrooper.packetevents:spigot:2.3.0'
compileOnly 'com.comphenix.protocol:ProtocolLib:5.1.0'
compileOnly 'org.projectlombok:lombok:1.18.36'
compileOnly 'commons-io:commons-io:2.17.0'
compileOnly 'commons-io:commons-io:2.18.0'
compileOnly 'org.json:json:20240303'
compileOnly 'net.william278:minedown:1.8.2'
compileOnly 'de.exlll:configlib-yaml:4.5.0'

View File

@@ -3,7 +3,7 @@ plugins {
}
dependencies {
api 'commons-io:commons-io:2.17.0'
api 'commons-io:commons-io:2.18.0'
api 'org.apache.commons:commons-text:1.12.0'
api 'net.william278:minedown:1.8.2'
api 'org.json:json:20240303'