Skip to content

Commit 28b5aec

Browse files
committed
Merge branch 'dependabot-updates' into 'main'
Dependabot update plugins maven-failsafe-plugin, maven-surefire-plugin, and checkstyle See merge request weblogic-cloud/weblogic-image-tool!453
2 parents e61b086 + 3c3f402 commit 28b5aec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>info.picocli</groupId>
6969
<artifactId>picocli</artifactId>
70-
<version>4.7.3</version>
70+
<version>4.7.4</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.junit.jupiter</groupId>
@@ -154,7 +154,7 @@
154154
<plugin>
155155
<groupId>org.apache.maven.plugins</groupId>
156156
<artifactId>maven-failsafe-plugin</artifactId>
157-
<version>3.0.0</version>
157+
<version>3.1.0</version>
158158
<configuration>
159159
<groups>${test.groups}</groups>
160160
</configuration>
@@ -213,7 +213,7 @@
213213
<plugin>
214214
<groupId>org.apache.maven.plugins</groupId>
215215
<artifactId>maven-checkstyle-plugin</artifactId>
216-
<version>3.2.2</version>
216+
<version>3.3.0</version>
217217
<executions>
218218
<execution>
219219
<id>checkstyle</id>
@@ -241,14 +241,14 @@
241241
<dependency>
242242
<groupId>com.puppycrawl.tools</groupId>
243243
<artifactId>checkstyle</artifactId>
244-
<version>10.10.0</version>
244+
<version>10.12.0</version>
245245
</dependency>
246246
</dependencies>
247247
</plugin>
248248
<plugin>
249249
<groupId>org.apache.maven.plugins</groupId>
250250
<artifactId>maven-surefire-plugin</artifactId>
251-
<version>3.0.0</version>
251+
<version>3.1.0</version>
252252
<configuration>
253253
<groups>unit</groups>
254254
<excludedGroups>failing</excludedGroups>

0 commit comments

Comments
 (0)