Skip to content

Commit 22eaae0

Browse files
fix(deps): update all non-major dependencies (#192)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ed7d2e9 commit 22eaae0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PistonChat/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
implementation("com.github.technicallycoded:FoliaLib:main-SNAPSHOT")
1515
implementation("com.google.code.gson:gson:2.13.1")
1616
implementation("net.kyori:adventure-platform-bukkit:4.4.0")
17-
implementation("net.kyori:adventure-text-minimessage:4.21.0")
17+
implementation("net.kyori:adventure-text-minimessage:4.22.0")
1818
implementation("org.bstats:bstats-bukkit:3.1.0")
1919
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.3")
2020
implementation("com.github.ben-manes.caffeine:caffeine:3.2.1")

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
}
99

1010
dependencies {
11-
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.0.0-beta16")
11+
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.0.0-beta17")
1212
}
1313

1414
java {

0 commit comments

Comments
 (0)