File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 - name : Checkout
1919 uses : actions/checkout@v4.2.2
2020 - name : ' Set up JDK ${{ matrix.java }}'
21- uses : actions/setup-java@v4.7.0
21+ uses : actions/setup-java@v4.7.1
2222 with :
2323 distribution : adopt
2424 java-version : ' ${{ matrix.java }}'
2525 - name : Cache Gradle
26- uses : actions/cache@v4.2.1
26+ uses : actions/cache@v4.2.3
2727 with :
2828 path : ~/.gradle/caches
2929 key : >-
Original file line number Diff line number Diff line change 22object Versions {
33
44 const val ADVENTURE_PLATFORM_BUKKIT = " 4.3.3"
5- const val ADVENTURE_API = " 4.19 .0"
5+ const val ADVENTURE_API = " 4.20 .0"
66 const val CDN = " 1.14.6"
77
8- const val MOCKITO_CORE = " 5.15.2 "
9- const val JUNIT_JUPITER = " 5.11.4 "
8+ const val MOCKITO_CORE = " 5.17.0 "
9+ const val JUNIT_JUPITER = " 5.12.1 "
1010 const val ASSERTJ_CORE = " 3.27.3"
11- const val AWAITILITY = " 4.2.2 "
11+ const val AWAITILITY = " 4.3.0 "
1212
1313 const val SPIGOT_API = " 1.21.4-R0.1-SNAPSHOT"
1414
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 api(project(" :multification-core" ))
1111
1212 // okaeri configs
13- val okaeriConfigsVersion = " 5.0.6 "
13+ val okaeriConfigsVersion = " 5.0.8 "
1414 api(" eu.okaeri:okaeri-configs-yaml-snakeyaml:${okaeriConfigsVersion} " )
1515 api(" eu.okaeri:okaeri-configs-serdes-commons:${okaeriConfigsVersion} " )
1616
You can’t perform that action at this time.
0 commit comments