From 124ca4b70dcce929d9deada925f334f686872540 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Mon, 30 Jun 2025 14:29:30 +0300 Subject: [PATCH] Fixed JUnit dependencies --- pom-central.xml | 10 +++++----- pom.xml | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pom-central.xml b/pom-central.xml index c76b82a..0757671 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -27,7 +27,7 @@ UTF-8 - 2.1.20 + 2.1.21 GitHub Actions @@ -47,7 +47,7 @@ org.junit.jupiter junit-jupiter-engine - [5.12.2,) + 5.13.2 @@ -67,7 +67,7 @@ org.jacoco jacoco-maven-plugin - 0.8.12 + 0.8.13 prepare-agent @@ -244,13 +244,13 @@ org.junit.jupiter junit-jupiter-api - [5.12.2,) + 5.13.2 test org.junit.platform junit-platform-launcher - [1.12.2,) + 1.13.2 test diff --git a/pom.xml b/pom.xml index 17c21b2..f664a03 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ UTF-8 - 2.1.20 + 2.1.21 GitHub Actions @@ -47,7 +47,7 @@ org.junit.jupiter junit-jupiter-engine - [5.12.2,) + 5.13.2 @@ -198,13 +198,13 @@ org.junit.jupiter junit-jupiter-api - [5.12.2,) + 5.13.2 test org.junit.platform junit-platform-launcher - [1.12.2,) + 1.13.2 test