Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: 'Set up JDK ${{ matrix.java }}'
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
distribution: adopt
java-version: '${{ matrix.java }}'
- name: Cache Gradle
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
path: ~/.gradle/caches
key: >-
Expand Down
12 changes: 6 additions & 6 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
object Versions {

const val ADVENTURE_PLATFORM_BUKKIT = "4.3.3"
const val ADVENTURE_API = "4.19.0"
const val CDN = "1.14.6"
const val ADVENTURE_API = "4.24.0"
const val CDN = "1.14.9"

const val MOCKITO_CORE = "5.15.2"
const val JUNIT_JUPITER = "5.11.4"
const val ASSERTJ_CORE = "3.27.3"
const val AWAITILITY = "4.2.2"
const val MOCKITO_CORE = "5.18.0"
const val JUNIT_JUPITER = "5.13.4"
const val ASSERTJ_CORE = "3.27.4"
const val AWAITILITY = "4.3.0"

const val SPIGOT_API = "1.21.4-R0.1-SNAPSHOT"

Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
6 changes: 3 additions & 3 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion multification-okaeri/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
api(project(":multification-core"))

// okaeri configs
val okaeriConfigsVersion = "5.0.6"
val okaeriConfigsVersion = "5.0.9"
api("eu.okaeri:okaeri-configs-yaml-snakeyaml:${okaeriConfigsVersion}")
api("eu.okaeri:okaeri-configs-serdes-commons:${okaeriConfigsVersion}")

Expand Down
Loading