We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e0108 commit cabd31eCopy full SHA for cabd31e
.github/workflows/maven.yml
@@ -23,11 +23,7 @@ jobs:
23
build:
24
name: Build it
25
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
- ]
+
31
# deploy:
32
# name: Deploy
33
# needs: build
plexus-java/pom.xml
@@ -15,7 +15,7 @@
15
<dependency>
16
<groupId>org.ow2.asm</groupId>
17
<artifactId>asm</artifactId>
18
- <version>9.7.1</version>
+ <version>9.8</version>
19
</dependency>
20
21
<groupId>com.thoughtworks.qdox</groupId>
0 commit comments