Skip to content

Commit e39ca2c

Browse files
committed
update more maven plugins
1 parent 90472b8 commit e39ca2c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

cics-bundle-maven-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.codehaus.plexus</groupId>
5050
<artifactId>plexus-xml</artifactId>
51-
<version>4.0.4</version>
51+
<version>4.0.4</version> <!-- 4.1.1 requires Java 11+ (class version 61.0) -->
5252
</dependency>
5353
<dependency>
5454
<groupId>org.apache.maven</groupId>
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>org.xmlunit</groupId>
112112
<artifactId>xmlunit-matchers</artifactId>
113-
<version>2.10.0</version>
113+
<version>2.12.0</version>
114114
<scope>test</scope>
115115
</dependency>
116116
</dependencies>
@@ -259,7 +259,7 @@
259259
<plugin>
260260
<groupId>org.apache.maven.plugins</groupId>
261261
<artifactId>maven-project-info-reports-plugin</artifactId>
262-
<version>3.5.0</version>
262+
<version>3.9.0</version>
263263
<reportSets>
264264
<reportSet>
265265
<reports>

samples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
</plugin>
4949
<plugin>
5050
<groupId>uk.co.automatictester</groupId>
51-
<artifactId>wiremock-maven-plugin</artifactId>
52-
<version>7.0.0</version>
51+
<artifactId>wiremock-maven-plugin</artifactId>
52+
<version>7.3.0</version>
5353
<executions>
5454
<execution>
5555
<goals>

0 commit comments

Comments
 (0)