Skip to content

Commit ca81260

Browse files
dependency: Update patch (#900)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4bca47d commit ca81260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
dependencies {
1010
implementation("net.kyori:blossom:1.3.1")
11-
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.5")
11+
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.6")
1212
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.10")
1313
implementation("net.minecrell:plugin-yml:0.6.0")
1414
}

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ object Versions {
2727
const val LITE_SKULL_API = "1.3.0"
2828

2929
const val GUAVA = "33.4.0-jre"
30-
const val GSON = "2.12.0"
30+
const val GSON = "2.12.1"
3131

3232
const val EXPRESSIBLE = "1.3.6"
3333
const val PANDA_UTILITIES = "0.5.3-alpha"

0 commit comments

Comments
 (0)