Skip to content

Commit c2cf97c

Browse files
Merge branch 'develop' into renovate/gradle-9.x
2 parents c84560a + 1b511ea commit c2cf97c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

settings.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ dependencyResolutionManagement {
2323
version("runPaper", "2.3.1")
2424

2525

26-
version("hibernate", "7.0.6.Final")
26+
version("hibernate", "7.1.0.Final")
2727
version("jaxbRuntime", "4.0.5")
28-
version("postgresql", "42.7.6")
28+
version("postgresql", "42.7.7")
2929

3030
//Paper
3131
library("paper", "io.papermc.paper", "paper-api").version("1.21.1-R0.1-SNAPSHOT")
32-
library("adventureBukkit", "net.kyori", "adventure-platform-bukkit").version("4.4.0")
32+
library("adventureBukkit", "net.kyori", "adventure-platform-bukkit").version("4.4.1")
3333

3434
//Cloud command framework
3535
library("cloudPaper", "org.incendo", "cloud-paper").version("2.0.0-SNAPSHOT")
@@ -38,7 +38,7 @@ dependencyResolutionManagement {
3838
library("commodore", "me.lucko", "commodore").version("2.2")
3939

4040
//Caching
41-
library("caffeine", "com.github.ben-manes.caffeine", "caffeine").version("3.2.1")
41+
library("caffeine", "com.github.ben-manes.caffeine", "caffeine").version("3.2.2")
4242

4343
// Database
4444
library("hibernateCore", "org.hibernate", "hibernate-core").versionRef("hibernate")
@@ -47,7 +47,7 @@ dependencyResolutionManagement {
4747
library("postgresql", "org.postgresql", "postgresql").versionRef("postgresql")
4848

4949
//Testing
50-
library("junitJupiterApi", "org.junit.jupiter", "junit-jupiter-api").version("5.13.2")
50+
library("junitJupiterApi", "org.junit.jupiter", "junit-jupiter-api").version("5.13.4")
5151
library("junitJupiterEngine", "org.junit.jupiter", "junit-jupiter-engine").withoutVersion()
5252

5353
bundle("hibernate", listOf("hibernateCore", "hibernateHikariCP"))

0 commit comments

Comments
 (0)