From 564816e64d45d41ef0e477602fb111fd6ebc765b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 23:45:09 +0000 Subject: [PATCH 1/2] Bump org.ow2.asm:asm from 9.7.1 to 9.8 Bumps org.ow2.asm:asm from 9.7.1 to 9.8. --- updated-dependencies: - dependency-name: org.ow2.asm:asm dependency-version: '9.8' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- plexus-java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexus-java/pom.xml b/plexus-java/pom.xml index 899b700..917871d 100644 --- a/plexus-java/pom.xml +++ b/plexus-java/pom.xml @@ -15,7 +15,7 @@ org.ow2.asm asm - 9.7.1 + 9.8 com.thoughtworks.qdox From c197f5b91d2f217b08dcf4e5c4d2a9ba1c183e3c Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sat, 5 Apr 2025 11:11:15 +0200 Subject: [PATCH 2/2] Drop obsolete now setup --- .github/workflows/maven.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b0d67fc..faf344f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -23,11 +23,7 @@ jobs: build: name: Build it uses: codehaus-plexus/.github/.github/workflows/maven.yml@master - with: - matrix-include: > - [ - {"jdk": "24-ea", "os": "ubuntu-latest", distribution: "temurin" } - ] + # deploy: # name: Deploy # needs: build