Skip to content

Commit cabd31e

Browse files
Bump org.ow2.asm:asm from 9.7.1 to 9.8 (#204)
--------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sylwester Lachiewicz <[email protected]>
1 parent 48e0108 commit cabd31e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/maven.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ jobs:
2323
build:
2424
name: Build it
2525
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
26-
with:
27-
matrix-include: >
28-
[
29-
{"jdk": "24-ea", "os": "ubuntu-latest", distribution: "temurin" }
30-
]
26+
3127
# deploy:
3228
# name: Deploy
3329
# needs: build

plexus-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.ow2.asm</groupId>
1717
<artifactId>asm</artifactId>
18-
<version>9.7.1</version>
18+
<version>9.8</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>com.thoughtworks.qdox</groupId>

0 commit comments

Comments
 (0)