From cfea9b233668dbec1f7cf693fc69d14684d60abe Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Mon, 16 Dec 2024 21:38:39 +0100 Subject: [PATCH 1/2] Update parent, workflow, deps --- .github/workflows/ci.yml | 2 +- bom-builder3/pom.xml | 4 ++++ pom.xml | 8 ++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12b1b5e..5b82532 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: build: name: Verify - uses: maveniverse/parent/.github/workflows/ci.yml@release-21 + uses: maveniverse/parent/.github/workflows/ci.yml@release-22 with: maven-matrix: '[ "3.8.8", "3.9.9" ]' jdk-matrix: '[ "8", "21" ]' diff --git a/bom-builder3/pom.xml b/bom-builder3/pom.xml index 94d3d3a..7155b91 100644 --- a/bom-builder3/pom.xml +++ b/bom-builder3/pom.xml @@ -30,6 +30,10 @@ ${project.groupId}:${project.artifactId} + + 3.15.1 + + org.apache.maven diff --git a/pom.xml b/pom.xml index f3d4333..9fb9f57 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ eu.maveniverse.maven.parent parent - 21 + 22 eu.maveniverse.maven.bom-builder @@ -66,7 +66,7 @@ [3.8.8,) 3.9.9 - 3.15.0 + 3.15.1 1.7.36 @@ -114,12 +114,12 @@ org.junit.jupiter junit-jupiter-api - 5.11.2 + 5.11.3 org.mockito mockito-core - 4.11.0 + 5.14.2 From d3ba1c438cc2bba8eecbb88f1ec428112af77cbc Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Mon, 16 Dec 2024 21:40:08 +0100 Subject: [PATCH 2/2] Remove redundant --- bom-builder3/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bom-builder3/pom.xml b/bom-builder3/pom.xml index 7155b91..94d3d3a 100644 --- a/bom-builder3/pom.xml +++ b/bom-builder3/pom.xml @@ -30,10 +30,6 @@ ${project.groupId}:${project.artifactId} - - 3.15.1 - - org.apache.maven