From 77e71aaaafd4d90eb1ed19d337ecc9daf70a47d0 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Mon, 23 Jun 2025 19:37:50 +0300 Subject: [PATCH] Updated dependencies --- build.gradle | 4 ++-- pom-central.xml | 6 +++--- pom-central21.xml | 6 +++--- pom.xml | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) 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