We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bca47d commit ca81260Copy full SHA for ca81260
buildSrc/build.gradle.kts
@@ -8,7 +8,7 @@ repositories {
8
9
dependencies {
10
implementation("net.kyori:blossom:1.3.1")
11
- implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.5")
+ implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.6")
12
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.10")
13
implementation("net.minecrell:plugin-yml:0.6.0")
14
}
buildSrc/src/main/kotlin/Versions.kt
@@ -27,7 +27,7 @@ object Versions {
27
const val LITE_SKULL_API = "1.3.0"
28
29
const val GUAVA = "33.4.0-jre"
30
- const val GSON = "2.12.0"
+ const val GSON = "2.12.1"
31
32
const val EXPRESSIBLE = "1.3.6"
33
const val PANDA_UTILITIES = "0.5.3-alpha"
0 commit comments