From 324390c753b3c74c70d58945711ad9602c4ccdfe Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Fri, 8 Nov 2024 05:52:23 +0200 Subject: [PATCH] Hamcrest 3.0 --- build.gradle | 6 +++--- pom-central.xml | 8 ++++---- pom-central21.xml | 8 ++++---- pom.xml | 8 ++++---- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/build.gradle b/build.gradle index 63d66dd9c..60b897158 100644 --- a/build.gradle +++ b/build.gradle @@ -12,10 +12,10 @@ repositories { } dependencies { - testImplementation 'org.junit.jupiter:junit-jupiter:[5.11.0,)' - testImplementation 'org.hamcrest:hamcrest-core:[2.2,)' + testImplementation 'org.junit.jupiter:junit-jupiter:[5.11.3,)' + testImplementation 'org.hamcrest:hamcrest-core:[3.0,)' testImplementation 'org.zapodot:embedded-db-junit-jupiter:[2.2.0,)' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:[1.11.0,)' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:[1.11.3,)' } test { diff --git a/pom-central.xml b/pom-central.xml index ec312c303..6260ae706 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -61,7 +61,7 @@ org.junit.jupiter junit-jupiter-engine - [5.11.0,) + [5.11.3,) @@ -149,19 +149,19 @@ org.junit.jupiter junit-jupiter-api - [5.11.0,) + [5.11.3,) test org.junit.jupiter junit-jupiter-engine - [5.11.0,) + [5.11.3,) test org.hamcrest hamcrest-core - [2.2,) + [3.0,) test diff --git a/pom-central21.xml b/pom-central21.xml index 9863bfdce..f6728c968 100644 --- a/pom-central21.xml +++ b/pom-central21.xml @@ -61,7 +61,7 @@ org.junit.jupiter junit-jupiter-engine - [5.11.0,) + [5.11.3,) @@ -155,19 +155,19 @@ org.junit.jupiter junit-jupiter-api - [5.11.0,) + [5.11.3,) test org.junit.jupiter junit-jupiter-engine - [5.11.0,) + [5.11.3,) test org.hamcrest hamcrest-core - [2.2,) + [3.0,) test diff --git a/pom.xml b/pom.xml index 473263949..f7e8d96b5 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ org.junit.jupiter junit-jupiter-engine - [5.11.0,) + [5.11.3,) @@ -172,19 +172,19 @@ org.junit.jupiter junit-jupiter-api - [5.11.0,) + [5.11.3,) test org.junit.jupiter junit-jupiter-engine - [5.11.0,) + [5.11.3,) test org.hamcrest hamcrest-core - [2.2,) + [3.0,) test