Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependency: Update patch #881

Merged
merged 1 commit into from
Jan 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
const val PIXEL_WIDTH = "1.1.0"
Expand All @@ -44,10 +44,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"

}
Loading