From bdb18b7b5b9e965cb6001ba9ea61eef5d0816256 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 02:58:07 +0000 Subject: [PATCH 1/2] Bump org.junit.jupiter:junit-jupiter-engine from 5.7.0 to 5.11.3 Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.7.0 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.7.0...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- admin-ui/pom.xml | 2 +- examples/java-api/pom.xml | 2 +- knowledge-directory/pom.xml | 2 +- reasoner/pom.xml | 2 +- smart-connector-rest-dist/pom.xml | 2 +- smart-connector-rest-server/pom.xml | 2 +- smart-connector/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/admin-ui/pom.xml b/admin-ui/pom.xml index 426e6c508..d05f84aea 100644 --- a/admin-ui/pom.xml +++ b/admin-ui/pom.xml @@ -121,7 +121,7 @@ org.junit.jupiter junit-jupiter-engine - 5.10.2 + 5.11.3 test diff --git a/examples/java-api/pom.xml b/examples/java-api/pom.xml index ca676a39b..80bff6f32 100644 --- a/examples/java-api/pom.xml +++ b/examples/java-api/pom.xml @@ -56,7 +56,7 @@ org.junit.jupiter junit-jupiter-engine - 5.7.0 + 5.11.3 test diff --git a/knowledge-directory/pom.xml b/knowledge-directory/pom.xml index 34ccfc71d..2af5751ef 100644 --- a/knowledge-directory/pom.xml +++ b/knowledge-directory/pom.xml @@ -51,7 +51,7 @@ org.junit.jupiter junit-jupiter-engine - 5.10.2 + 5.11.3 test diff --git a/reasoner/pom.xml b/reasoner/pom.xml index 38812fd50..5a3f80c42 100644 --- a/reasoner/pom.xml +++ b/reasoner/pom.xml @@ -25,7 +25,7 @@ org.junit.jupiter junit-jupiter-engine - 5.10.2 + 5.11.3 test diff --git a/smart-connector-rest-dist/pom.xml b/smart-connector-rest-dist/pom.xml index 6964d281e..26da436c9 100644 --- a/smart-connector-rest-dist/pom.xml +++ b/smart-connector-rest-dist/pom.xml @@ -31,7 +31,7 @@ org.junit.jupiter junit-jupiter-engine - 5.10.2 + 5.11.3 test diff --git a/smart-connector-rest-server/pom.xml b/smart-connector-rest-server/pom.xml index 8eff6ea95..4f39d5949 100644 --- a/smart-connector-rest-server/pom.xml +++ b/smart-connector-rest-server/pom.xml @@ -126,7 +126,7 @@ org.junit.jupiter junit-jupiter-engine - 5.10.2 + 5.11.3 test diff --git a/smart-connector/pom.xml b/smart-connector/pom.xml index 1d7651d50..bc3bd6a05 100644 --- a/smart-connector/pom.xml +++ b/smart-connector/pom.xml @@ -38,7 +38,7 @@ org.junit.jupiter junit-jupiter-engine - 5.10.2 + 5.11.3 test From c056077c2ed72445633c6c09027e8554cdb7b383 Mon Sep 17 00:00:00 2001 From: lathouwerssam Date: Thu, 7 Nov 2024 13:36:02 +0100 Subject: [PATCH 2/2] Update all junit-related dependencies to avoid compatibility issues --- admin-ui/pom.xml | 4 ++-- examples/java-api/pom.xml | 2 +- knowledge-directory/pom.xml | 4 ++-- reasoner/pom.xml | 4 ++-- smart-connector-rest-dist/pom.xml | 4 ++-- smart-connector-rest-server/pom.xml | 4 ++-- smart-connector/pom.xml | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/admin-ui/pom.xml b/admin-ui/pom.xml index d05f84aea..c4e7344a4 100644 --- a/admin-ui/pom.xml +++ b/admin-ui/pom.xml @@ -115,7 +115,7 @@ org.junit.jupiter junit-jupiter-api - 5.10.2 + 5.11.3 test @@ -127,7 +127,7 @@ org.junit.jupiter junit-jupiter - 5.10.2 + 5.11.3 test diff --git a/examples/java-api/pom.xml b/examples/java-api/pom.xml index 80bff6f32..e1a8588f5 100644 --- a/examples/java-api/pom.xml +++ b/examples/java-api/pom.xml @@ -50,7 +50,7 @@ org.junit.jupiter junit-jupiter-api - 5.10.1 + 5.11.3 test diff --git a/knowledge-directory/pom.xml b/knowledge-directory/pom.xml index 2af5751ef..3deee9e97 100644 --- a/knowledge-directory/pom.xml +++ b/knowledge-directory/pom.xml @@ -45,7 +45,7 @@ org.junit.jupiter junit-jupiter-api - 5.10.2 + 5.11.3 test @@ -57,7 +57,7 @@ org.junit.jupiter junit-jupiter - 5.10.2 + 5.11.3 test diff --git a/reasoner/pom.xml b/reasoner/pom.xml index 5a3f80c42..355254c57 100644 --- a/reasoner/pom.xml +++ b/reasoner/pom.xml @@ -19,7 +19,7 @@ org.junit.jupiter junit-jupiter-api - 5.10.2 + 5.11.3 test @@ -31,7 +31,7 @@ org.junit.jupiter junit-jupiter - 5.10.2 + 5.11.3 test diff --git a/smart-connector-rest-dist/pom.xml b/smart-connector-rest-dist/pom.xml index 26da436c9..262988e05 100644 --- a/smart-connector-rest-dist/pom.xml +++ b/smart-connector-rest-dist/pom.xml @@ -25,7 +25,7 @@ org.junit.jupiter junit-jupiter-api - 5.10.2 + 5.11.3 test @@ -37,7 +37,7 @@ org.junit.jupiter junit-jupiter - 5.10.2 + 5.11.3 test diff --git a/smart-connector-rest-server/pom.xml b/smart-connector-rest-server/pom.xml index 4f39d5949..06f8c82a4 100644 --- a/smart-connector-rest-server/pom.xml +++ b/smart-connector-rest-server/pom.xml @@ -120,7 +120,7 @@ org.junit.jupiter junit-jupiter-api - 5.10.2 + 5.11.3 test @@ -132,7 +132,7 @@ org.junit.jupiter junit-jupiter - 5.10.2 + 5.11.3 test diff --git a/smart-connector/pom.xml b/smart-connector/pom.xml index bc3bd6a05..49b4618d0 100644 --- a/smart-connector/pom.xml +++ b/smart-connector/pom.xml @@ -32,7 +32,7 @@ org.junit.jupiter junit-jupiter-api - 5.10.2 + 5.11.3 test @@ -44,7 +44,7 @@ org.junit.jupiter junit-jupiter - 5.10.2 + 5.11.3 test