Skip to content

Commit d40c376

Browse files
committed
Merge branch 'dependabot-updates' into 'main'
Dependabot updates for several build-time plugin dependencies See merge request weblogic-cloud/weblogic-image-tool!509
2 parents 81af7d1 + e7759f5 commit d40c376

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>uk.org.webcompere</groupId>
8787
<artifactId>system-stubs-jupiter</artifactId>
88-
<version>2.1.7</version>
88+
<version>2.1.8</version>
8989
<scope>test</scope>
9090
</dependency>
9191
<dependency>
@@ -161,7 +161,7 @@
161161
<plugin>
162162
<groupId>org.apache.maven.plugins</groupId>
163163
<artifactId>maven-failsafe-plugin</artifactId>
164-
<version>3.5.2</version>
164+
<version>3.5.4</version>
165165
<configuration>
166166
<groups>${test.groups}</groups>
167167
<excludedGroups>failing</excludedGroups>
@@ -256,7 +256,7 @@
256256
<plugin>
257257
<groupId>org.apache.maven.plugins</groupId>
258258
<artifactId>maven-surefire-plugin</artifactId>
259-
<version>3.5.2</version>
259+
<version>3.5.4</version>
260260
<configuration>
261261
<groups>unit</groups>
262262
<excludedGroups>failing</excludedGroups>
@@ -268,7 +268,7 @@
268268
<plugin>
269269
<groupId>org.jacoco</groupId>
270270
<artifactId>jacoco-maven-plugin</artifactId>
271-
<version>0.8.12</version>
271+
<version>0.8.13</version>
272272
<executions>
273273
<execution>
274274
<id>prepare-agent</id>

0 commit comments

Comments
 (0)