Skip to content

Commit eaeb739

Browse files
Update dependency org.junit.jupiter:junit-jupiter-api to v6
1 parent 98241d0 commit eaeb739

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.14.0")
50+
library("junitJupiterApi", "org.junit.jupiter", "junit-jupiter-api").version("6.0.1")
5151
library("junitJupiterEngine", "org.junit.jupiter", "junit-jupiter-engine").withoutVersion()
5252

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

0 commit comments

Comments
 (0)