From d3e16486b1938216f377600663bd964d0229b3ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 04:32:44 +0000 Subject: [PATCH 1/4] Bump org.junit:junit-bom from 5.10.3 to 5.11.3 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3369c1d..75fdb3d 100644 --- a/pom.xml +++ b/pom.xml @@ -957,7 +957,7 @@ under the License. 4.0.1 3.0.1 - 5.10.3 + 5.11.3 1.12.0 6 2024-07-04T20:44:45Z From 222de36a1e4fab1b343f1a6a2d6ea1d19e35dc2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 04:03:43 +0000 Subject: [PATCH 2/4] Bump org.cyclonedx:cyclonedx-maven-plugin from 2.8.0 to 2.9.0 Bumps [org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/CycloneDX/cyclonedx-maven-plugin/releases) - [Commits](https://github.com/CycloneDX/cyclonedx-maven-plugin/compare/cyclonedx-maven-plugin-2.8.0...cyclonedx-maven-plugin-2.9.0) --- updated-dependencies: - dependency-name: org.cyclonedx:cyclonedx-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 75fdb3d..8bd035a 100644 --- a/pom.xml +++ b/pom.xml @@ -1353,7 +1353,7 @@ under the License. org.cyclonedx cyclonedx-maven-plugin - 2.8.0 + 2.9.0 From 2ff55c7d374195f8d6e895e13b7134b7cb3fc7ae Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Fri, 6 Dec 2024 17:53:22 +0100 Subject: [PATCH 3/4] Bump com.diffplug.spotless:spotless-maven-plugin to enable the sortpom/quiet option (#213) --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8bd035a..82d9151 100644 --- a/pom.xml +++ b/pom.xml @@ -1188,7 +1188,7 @@ under the License. com.diffplug.spotless spotless-maven-plugin - 2.43.0 + 2.44.0.BETA4 @@ -1207,6 +1207,7 @@ under the License. false true + true From b679a70738a4bf9081ee0d0a4bcfe023dfb09d16 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Fri, 6 Dec 2024 17:53:48 +0100 Subject: [PATCH 4/4] Enable automatic formatter when not on CI (#215) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 82d9151..8035413 100644 --- a/pom.xml +++ b/pom.xml @@ -1371,7 +1371,7 @@ under the License. format-check - !format + env.CI @@ -1382,7 +1382,7 @@ under the License. format - format + !env.CI