Skip to content

Commit

Permalink
dependency: Update patch (#881)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent 79f6ffc commit 5ea9344
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
- name: 'Set up JDK ${{ matrix.java }}'
uses: actions/setup-java@v4.6.0
with:
Expand Down
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.3")
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.5")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0")
implementation("net.minecrell:plugin-yml:0.6.0")
}
Expand Down
14 changes: 7 additions & 7 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ object Versions {

const val JETBRAINS_ANNOTATIONS = "26.0.1"
const val PLACEHOLDER_API = "2.11.6"
const val LOMBOK = "1.18.34"
const val LOMBOK = "1.18.36"
const val GIT_CHECK = "1.0.0"

const val PAPERLIB = "1.0.8"
const val ADVENTURE_PLATFORM = "4.3.4"
const val ADVENTURE_TEXT_MINIMESSAGE = "4.18.0-SNAPSHOT"
const val ADVENTURE_TEXT_MINIMESSAGE = "4.18.0"
const val ADVENTURE_PLATFORM_FACET = "4.3.4"
const val CDN_CONFIGS = "1.14.5"

Expand All @@ -33,7 +33,7 @@ object Versions {
const val PANDA_UTILITIES = "0.5.3-alpha"
const val APACHE_COMMONS = "2.18.0"

const val TRIUMPH_GUI = "3.1.10"
const val TRIUMPH_GUI = "3.1.11"

const val BSTATS = "3.1.0"

Expand All @@ -43,10 +43,10 @@ object Versions {

// tests
const val EXPRESSIBLE_JUNIT = "1.3.6"
const val GROOVY_ALL = "3.0.22"
const val JUNIT_JUPITER_API = "5.11.2"
const val JUNIT_JUPITER_PARAMS = "5.11.2"
const val JUNIT_JUPITER_ENGINE = "5.11.2"
const val GROOVY_ALL = "3.0.23"
const val JUNIT_JUPITER_API = "5.11.4"
const val JUNIT_JUPITER_PARAMS = "5.11.4"
const val JUNIT_JUPITER_ENGINE = "5.11.4"
const val MOCKITO_CORE = "5.15.2"

}

0 comments on commit 5ea9344

Please sign in to comment.