diff --git a/build.gradle.kts b/build.gradle.kts index f8e19b92f..6d33050e9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,10 +15,10 @@ repositories { dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.20") - testImplementation("org.junit.jupiter:junit-jupiter:[5.10.3,)") + testImplementation("org.junit.jupiter:junit-jupiter:[5.11.0,)") testImplementation("org.hamcrest:hamcrest-core:[2.2,)") testImplementation("org.zapodot:embedded-db-junit-jupiter:[2.2.0,)") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.10.3,)") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.11.0,)") } tasks.test { diff --git a/pom-central.xml b/pom-central.xml index 4b9610759..9984c044d 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -74,7 +74,7 @@ org.junit.jupiter junit-jupiter-engine - [5.10.3,) + [5.11.0,) @@ -127,7 +127,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.3 + 3.2.7 sign-artifacts @@ -149,19 +149,19 @@ org.junit.jupiter junit-jupiter-api - [5.10.3,) + [5.11.0,) test org.junit.jupiter junit-jupiter-engine - [5.10.3,) + [5.11.0,) test org.junit.platform junit-platform-launcher - [1.10.3,) + [1.11.0,) test diff --git a/pom.xml b/pom.xml index 3b41c7b12..3ced64da9 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ org.junit.jupiter junit-jupiter-engine - [5.10.3,) + [5.11.0,) @@ -140,19 +140,19 @@ org.junit.jupiter junit-jupiter-api - [5.10.3,) + [5.11.0,) test org.junit.jupiter junit-jupiter-engine - [5.10.3,) + [5.11.0,) test org.junit.platform junit-platform-launcher - [1.10.3,) + [1.11.0,) test