From 22b9b45780ebad8bcb9f331be0c9478576f26970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:13:16 +0000 Subject: [PATCH 1/6] Bump org.apache.maven.plugins:maven-failsafe-plugin in /finish Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- finish/inventory/pom.xml | 2 +- finish/system/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/finish/inventory/pom.xml b/finish/inventory/pom.xml index 153959a..9a81afd 100644 --- a/finish/inventory/pom.xml +++ b/finish/inventory/pom.xml @@ -101,7 +101,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.2.5 + 3.3.0 ${cluster.ip} diff --git a/finish/system/pom.xml b/finish/system/pom.xml index 17f5ca1..4223de7 100644 --- a/finish/system/pom.xml +++ b/finish/system/pom.xml @@ -84,7 +84,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.2.5 + 3.3.0 ${cluster.ip} From 6659e883062f2fed72d136f48f3395fa64d8196a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:13:21 +0000 Subject: [PATCH 2/6] Bump org.apache.maven.plugins:maven-surefire-plugin in /finish Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- finish/inventory/pom.xml | 2 +- finish/system/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/finish/inventory/pom.xml b/finish/inventory/pom.xml index 153959a..894cbce 100644 --- a/finish/inventory/pom.xml +++ b/finish/inventory/pom.xml @@ -95,7 +95,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.3.0 diff --git a/finish/system/pom.xml b/finish/system/pom.xml index 17f5ca1..173650f 100644 --- a/finish/system/pom.xml +++ b/finish/system/pom.xml @@ -78,7 +78,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.3.0 From fb0127cdb76ff0b6af41c44ac46530c1cdd132b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:13:23 +0000 Subject: [PATCH 3/6] Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 in /finish Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- finish/inventory/pom.xml | 2 +- finish/system/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/finish/inventory/pom.xml b/finish/inventory/pom.xml index 153959a..d2c4fe4 100644 --- a/finish/inventory/pom.xml +++ b/finish/inventory/pom.xml @@ -54,7 +54,7 @@ org.junit.jupiter junit-jupiter - 5.10.2 + 5.10.3 test diff --git a/finish/system/pom.xml b/finish/system/pom.xml index 17f5ca1..9dfdd41 100644 --- a/finish/system/pom.xml +++ b/finish/system/pom.xml @@ -43,7 +43,7 @@ org.junit.jupiter junit-jupiter - 5.10.2 + 5.10.3 test From 8993670f273416acaf647a737935e8d2865fabd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:35:39 +0000 Subject: [PATCH 4/6] Bump org.apache.maven.plugins:maven-failsafe-plugin in /start Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- start/inventory/pom.xml | 2 +- start/system/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/start/inventory/pom.xml b/start/inventory/pom.xml index e3d3909..4bfab9e 100644 --- a/start/inventory/pom.xml +++ b/start/inventory/pom.xml @@ -93,7 +93,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.2.5 + 3.3.0 ${cluster.ip} diff --git a/start/system/pom.xml b/start/system/pom.xml index 17f5ca1..4223de7 100644 --- a/start/system/pom.xml +++ b/start/system/pom.xml @@ -84,7 +84,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.2.5 + 3.3.0 ${cluster.ip} From edd46af1342e496a1b71f0d7b13f574a0bea9a7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:35:42 +0000 Subject: [PATCH 5/6] Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 in /start Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- start/inventory/pom.xml | 2 +- start/system/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/start/inventory/pom.xml b/start/inventory/pom.xml index e3d3909..2bb2d09 100644 --- a/start/inventory/pom.xml +++ b/start/inventory/pom.xml @@ -46,7 +46,7 @@ org.junit.jupiter junit-jupiter - 5.10.2 + 5.10.3 test diff --git a/start/system/pom.xml b/start/system/pom.xml index 17f5ca1..9dfdd41 100644 --- a/start/system/pom.xml +++ b/start/system/pom.xml @@ -43,7 +43,7 @@ org.junit.jupiter junit-jupiter - 5.10.2 + 5.10.3 test From 3c4337905e3a2225efdacc301ebf7ae7226ee7bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:35:46 +0000 Subject: [PATCH 6/6] Bump org.apache.maven.plugins:maven-surefire-plugin in /start Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- start/inventory/pom.xml | 2 +- start/system/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/start/inventory/pom.xml b/start/inventory/pom.xml index e3d3909..46f9174 100644 --- a/start/inventory/pom.xml +++ b/start/inventory/pom.xml @@ -87,7 +87,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.3.0 diff --git a/start/system/pom.xml b/start/system/pom.xml index 17f5ca1..173650f 100644 --- a/start/system/pom.xml +++ b/start/system/pom.xml @@ -78,7 +78,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.3.0