Skip to content

Commit 73de0ff

Browse files
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>
1 parent bb5ae0b commit 73de0ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bukkit/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414

1515
compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT'
1616
compileOnly 'org.projectlombok:lombok:1.18.32'
17-
compileOnly 'commons-io:commons-io:2.15.1'
17+
compileOnly 'commons-io:commons-io:2.16.0'
1818
compileOnly 'org.json:json:20240303'
1919
compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
2020
compileOnly 'de.exlll:configlib-yaml:4.5.0'

common/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
dependencies {
6-
api 'commons-io:commons-io:2.15.1'
6+
api 'commons-io:commons-io:2.16.0'
77
api 'org.apache.commons:commons-text:1.11.0'
88
api 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
99
api 'org.json:json:20240303'

0 commit comments

Comments
 (0)