Skip to content

Commit

Permalink
deps: bump de.themoep:minedown-adventure (#260)
Browse files Browse the repository at this point in the history
Bumps [de.themoep:minedown-adventure](https://github.com/Phoenix616/MineDown) from 1.7.2-SNAPSHOT to 1.7.3-SNAPSHOT.
- [Commits](https://github.com/Phoenix616/MineDown/commits)

---
updated-dependencies:
- dependency-name: de.themoep:minedown-adventure
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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] committed Aug 28, 2024
1 parent 45d6b24 commit e19bf0e
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 @@ -7,7 +7,7 @@ dependencies {

compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT'
compileOnly 'commons-io:commons-io:2.16.1'
compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
compileOnly 'de.themoep:minedown-adventure:1.7.3-SNAPSHOT'
compileOnly 'me.clip:placeholderapi:2.11.6'
compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.projectlombok:lombok:1.18.32'
Expand Down
2 changes: 1 addition & 1 deletion bungee/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
compileOnly 'net.md-5:bungeecord-api:1.20-R0.1-SNAPSHOT'
compileOnly 'commons-io:commons-io:2.16.1'
compileOnly 'net.alpenblock:BungeePerms:4.0-dev-143'
compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
compileOnly 'de.themoep:minedown-adventure:1.7.3-SNAPSHOT'
compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.projectlombok:lombok:1.18.32'

Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
api 'commons-io:commons-io:2.16.1'
api 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
api 'de.themoep:minedown-adventure:1.7.3-SNAPSHOT'
api 'net.william278:profanitycheckerapi:3.0'
api 'net.william278:desertwell:2.0.4'
api 'dev.vankka:mcdiscordreserializer:4.3.0'
Expand Down
2 changes: 1 addition & 1 deletion velocity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
compileOnly 'io.netty:netty-codec-http:4.1.112.Final'
compileOnly 'it.unimi.dsi:fastutil:8.5.13'
compileOnly 'commons-io:commons-io:2.16.1'
compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
compileOnly 'de.themoep:minedown-adventure:1.7.3-SNAPSHOT'
compileOnly 'org.jetbrains:annotations:24.1.0'
compileOnly 'org.projectlombok:lombok:1.18.32'
compileOnly 'net.kyori:adventure-nbt:4.17.0'
Expand Down

0 comments on commit e19bf0e

Please sign in to comment.