Skip to content

Commit

Permalink
fix(deps): update dependency net.kyori:adventure-bom to v4.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 21, 2024
1 parent 13d044d commit 00544c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ anvil = "0.4.0-SNAPSHOT"
kotlin = "1.9.22"

[libraries]
adventure-bom = "net.kyori:adventure-bom:4.16.0"
adventure-bom = "net.kyori:adventure-bom:4.17.0"
anvil-core = { module = "org.anvilpowered:anvil-core", version.ref = "anvil" }
anvil-paper = { module = "org.anvilpowered:anvil-paper", version.ref = "anvil" }
anvil-velocity = { module = "org.anvilpowered:anvil-velocity", version.ref = "anvil" }
Expand Down
2 changes: 1 addition & 1 deletion velocity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
dependencies {
implementation(project(":ontime-core"))
implementation(libs.anvil.velocity)
api(platform("net.kyori:adventure-bom:4.16.0"))
api(platform("net.kyori:adventure-bom:4.17.0"))
api("net.kyori:adventure-text-serializer-legacy")
api("net.kyori:adventure-text-serializer-plain")
kapt(libs.velocity)
Expand Down

0 comments on commit 00544c9

Please sign in to comment.