Skip to content

Commit 83b1f11

Browse files
committed
Update all dependencies and Gradle plugins
1 parent fadedb0 commit 83b1f11

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sourceSets {
1818
blossom {
1919
javaSources {
2020
property("name", rootProject.name)
21-
property("description", project.description)
21+
property("description", project.description.toString())
2222
property("version", project.version.toString())
2323
property("url", project.property("url").toString())
2424
property("author", project.property("author").toString())

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
2-
adventure = "4.24.0"
2+
adventure = "4.25.0"
33
adventure-platform = "4.4.1"
4-
cloud-minecraft = "2.0.0-beta.11"
4+
cloud-minecraft = "2.0.0-beta.13"
55
slf4j = "2.0.17"
66

77
[plugins]
8-
blossom = { id = "net.kyori.blossom", version = "2.1.0" }
8+
blossom = { id = "net.kyori.blossom", version = "2.2.0" }
99
indra-git = { id = "net.kyori.indra.git", version = "4.0.0-SNAPSHOT" }
1010

1111
[libraries]
@@ -37,6 +37,6 @@ velocity-api = { group = "com.velocitypowered", name = "velocity-api", version =
3737

3838
# Gradle Plugins
3939
checkstyle = { group = "com.puppycrawl.tools", name = "checkstyle", version = "12.0.1" }
40-
lombok-plugin = { group = "io.freefair.gradle", name = "lombok-plugin", version = "8.14.2" }
41-
shadow-plugin = { group = "com.gradleup.shadow", name = "shadow-gradle-plugin", version = "9.1.0" }
42-
spotless-plugin = { group = "com.diffplug.spotless", name = "spotless-plugin-gradle", version = "7.2.1" }
40+
lombok-plugin = { group = "io.freefair.gradle", name = "lombok-plugin", version = "9.0.0" }
41+
shadow-plugin = { group = "com.gradleup.shadow", name = "shadow-gradle-plugin", version = "9.2.2" }
42+
spotless-plugin = { group = "com.diffplug.spotless", name = "spotless-plugin-gradle", version = "8.0.0" }

0 commit comments

Comments
 (0)