We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f82c8f8 + 84dfac9 commit 0cfa37aCopy full SHA for 0cfa37a
1 file changed
settings.gradle.kts
@@ -47,7 +47,7 @@ dependencyResolutionManagement {
47
library("postgresql", "org.postgresql", "postgresql").versionRef("postgresql")
48
49
//Testing
50
- library("junitJupiterApi", "org.junit.jupiter", "junit-jupiter-api").version("5.14.1")
+ library("junitJupiterApi", "org.junit.jupiter", "junit-jupiter-api").version("6.0.1")
51
library("junitJupiterEngine", "org.junit.jupiter", "junit-jupiter-engine").withoutVersion()
52
53
bundle("hibernate", listOf("hibernateCore", "hibernateHikariCP"))
0 commit comments