diff --git a/build.gradle b/build.gradle index 73ef36512..7b32156fa 100644 --- a/build.gradle +++ b/build.gradle @@ -12,10 +12,10 @@ repositories { } dependencies { - testImplementation 'org.junit.jupiter:junit-jupiter:[5.12.2,)' + testImplementation 'org.junit.jupiter:junit-jupiter:[5.13.0,)' testImplementation 'org.hamcrest:hamcrest-core:[3.0,)' testImplementation 'org.zapodot:embedded-db-junit-jupiter:2.2.2' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:[1.12.2,)' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:[1.13.0,)' } test { diff --git a/pom-central.xml b/pom-central.xml index 14589c8a1..0b86ce923 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -61,7 +61,7 @@ org.junit.jupiter junit-jupiter-engine - [5.12.2,) + [5.13.0,) @@ -149,13 +149,13 @@ org.junit.jupiter junit-jupiter-api - [5.12.2,) + [5.13.0,) test org.junit.jupiter junit-jupiter-engine - [5.12.2,) + [5.13.0,) test diff --git a/pom-central21.xml b/pom-central21.xml index b863008eb..1224b55b0 100644 --- a/pom-central21.xml +++ b/pom-central21.xml @@ -61,7 +61,7 @@ org.junit.jupiter junit-jupiter-engine - [5.12.2,) + [5.13.0,) @@ -155,13 +155,13 @@ org.junit.jupiter junit-jupiter-api - [5.12.2,) + [5.13.0,) test org.junit.jupiter junit-jupiter-engine - [5.12.2,) + [5.13.0,) test diff --git a/pom.xml b/pom.xml index 8567e0b15..2d8f52583 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ org.junit.jupiter junit-jupiter-engine - [5.12.2,) + [5.13.0,) @@ -172,13 +172,13 @@ org.junit.jupiter junit-jupiter-api - [5.12.2,) + [5.13.0,) test org.junit.jupiter junit-jupiter-engine - [5.12.2,) + [5.13.0,) test