Skip to content

Commit e873e0e

Browse files
Manage ASM version 9.10 to support JDK 27
1 parent 70b5356 commit e873e0e

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,18 @@ under the License.
104104
<project.build.outputTimestamp>2026-05-16T08:21:34Z</project.build.outputTimestamp>
105105
</properties>
106106

107+
<dependencyManagement>
108+
<dependencies>
109+
<dependency>
110+
<!-- check to remove with next version of maven-dependency-analyzer -->
111+
<!-- manage version to support JDK 27 -->
112+
<groupId>org.ow2.asm</groupId>
113+
<artifactId>asm</artifactId>
114+
<version>9.10</version>
115+
</dependency>
116+
</dependencies>
117+
</dependencyManagement>
118+
107119
<dependencies>
108120
<!-- maven -->
109121
<dependency>

src/main/java/org/apache/maven/plugins/dependency/PropertiesMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public PropertiesMojo(MavenProject project, ResolverUtil resolverUtil) {
9191
* &lt;/extraArtifact&gt;
9292
* &lt;/extraArtifacts&gt;
9393
* </pre>
94-
* @since 3.10.1
94+
* @since 3.11.0
9595
*/
9696
@Parameter
9797
private List<ParamArtifact> extraArtifacts;

0 commit comments

Comments
 (0)