Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
deps: bump commons-io:commons-io from 2.15.1 to 2.16.0 (#215)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent f05ae4a commit 8b8417e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation 'space.arim.morepaperlib:morepaperlib:0.4.3'

compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT'
compileOnly 'commons-io:commons-io:2.15.1'
compileOnly 'commons-io:commons-io:2.16.0'
compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
compileOnly 'me.clip:placeholderapi:2.11.5'
compileOnly 'org.jetbrains:annotations:24.1.0'
Expand Down
2 changes: 1 addition & 1 deletion bungee/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
implementation 'net.kyori:adventure-platform-bungeecord:4.3.2'

compileOnly 'net.md-5:bungeecord-api:1.20-R0.1-SNAPSHOT'
compileOnly 'commons-io:commons-io:2.15.1'
compileOnly 'commons-io:commons-io:2.16.0'
compileOnly 'net.alpenblock:BungeePerms:4.0-dev-143'
compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
compileOnly 'org.jetbrains:annotations:24.1.0'
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
api 'commons-io:commons-io:2.15.1'
api 'commons-io:commons-io:2.16.0'
api 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
api 'net.william278:profanitycheckerapi:3.0'
api 'net.william278:desertwell:2.0.4'
Expand Down
2 changes: 1 addition & 1 deletion velocity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {

compileOnly 'io.netty:netty-codec-http:4.1.106.Final'
compileOnly 'it.unimi.dsi:fastutil:8.5.13'
compileOnly 'commons-io:commons-io:2.15.1'
compileOnly 'commons-io:commons-io:2.16.0'
compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.projectlombok:lombok:1.18.32'
Expand Down

0 comments on commit 8b8417e

Please sign in to comment.