Skip to content

Commit ecc67ba

Browse files
dependency: Update all-major
1 parent 1b0995e commit ecc67ba

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Versions {
66
// Tests
77
const val JUNIT_JUPITER = "5.11.4"
88
const val ASSERTJ = "3.26.3"
9-
const val MOCKITO = "4.11.0"
9+
const val MOCKITO = "5.18.0"
1010
const val AWAITILITY = "4.2.2"
1111

1212
// Bukkit
@@ -22,10 +22,10 @@ object Versions {
2222
const val JDA = "5.5.1"
2323

2424
// Minestom
25-
const val MINESTOM = "32735340d7"
25+
const val MINESTOM = "7320437640"
2626

2727
// Sponge
28-
const val SPONGE_API = "12.0.0"
28+
const val SPONGE_API = "13.0.0"
2929

3030
// Velocity
3131
const val VELOCITY_API = "3.2.0-SNAPSHOT"
@@ -53,8 +53,8 @@ object Versions {
5353
const val ADVENTURE_PLATFORM_API = "4.3.4"
5454

5555
// Jakarta
56-
const val HIBERNATE_VALIDATOR = "8.0.2.Final"
57-
const val EXPRESSLY = "5.0.0"
56+
const val HIBERNATE_VALIDATOR = "9.0.0.Final"
57+
const val EXPRESSLY = "6.0.0"
5858

5959
// LuckPerms
6060
const val LUCKPERMS_API = "5.4"

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ compatibleWith("fabric maven", VERSION_17, tests = false) {
1313
}
1414

1515
plugins {
16-
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
16+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
1717
}
1818

1919
// core

0 commit comments

Comments
 (0)