diff --git a/build.gradle b/build.gradle index fb9098850..8ab28d4f2 100644 --- a/build.gradle +++ b/build.gradle @@ -12,10 +12,10 @@ repositories { } dependencies { - testImplementation 'org.junit.jupiter:junit-jupiter:[5.13.0,)' + testImplementation 'org.junit.jupiter:junit-jupiter:[5.13.1,)' 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.13.0,)' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:[1.13.1,)' } test { diff --git a/pom-central.xml b/pom-central.xml index eb340ffd3..8ada03a6f 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -61,7 +61,7 @@ org.junit.jupiter junit-jupiter-engine - [5.13.0,) + [5.13.1,) @@ -149,13 +149,13 @@ org.junit.jupiter junit-jupiter-api - [5.13.0,) + [5.13.1,) test org.junit.jupiter junit-jupiter-engine - [5.13.0,) + [5.13.1,) test diff --git a/pom-central21.xml b/pom-central21.xml index 4ec0a661a..21355156f 100644 --- a/pom-central21.xml +++ b/pom-central21.xml @@ -61,7 +61,7 @@ org.junit.jupiter junit-jupiter-engine - [5.13.0,) + [5.13.1,) @@ -155,13 +155,13 @@ org.junit.jupiter junit-jupiter-api - [5.13.0,) + [5.13.1,) test org.junit.jupiter junit-jupiter-engine - [5.13.0,) + [5.13.1,) test diff --git a/pom.xml b/pom.xml index 586b5908e..fd237030f 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ org.junit.jupiter junit-jupiter-engine - [5.13.0,) + [5.13.1,) @@ -172,19 +172,19 @@ org.junit.jupiter junit-jupiter-api - [5.13.0,) + [5.13.1,) test org.junit.jupiter junit-jupiter-engine - [5.13.0,) + [5.13.1,) test org.junit.platform junit-platform-launcher - [1.13.0,) + [1.13.1,) test