Skip to content

Commit

Permalink
dependency: Update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent f1b18b2 commit 97415af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {
implementation("net.kyori:blossom:1.3.1")
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.5")
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.6")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.10")
implementation("net.minecrell:plugin-yml:0.6.0")
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Versions {
const val LITE_SKULL_API = "1.3.0"

const val GUAVA = "33.4.0-jre"
const val GSON = "2.12.0"
const val GSON = "2.12.1"

const val EXPRESSIBLE = "1.3.6"
const val PANDA_UTILITIES = "0.5.3-alpha"
Expand Down

0 comments on commit 97415af

Please sign in to comment.