Skip to content

Commit 6d61fb8

Browse files
committed
Merge branch 'update-dependencies' into 'main'
updates from dependabot See merge request weblogic-cloud/weblogic-image-tool!447
2 parents 946cbb0 + e30cdc6 commit 6d61fb8

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
@@ -63,12 +63,12 @@
6363
<dependency>
6464
<groupId>info.picocli</groupId>
6565
<artifactId>picocli</artifactId>
66-
<version>4.7.1</version>
66+
<version>4.7.3</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.junit.jupiter</groupId>
7070
<artifactId>junit-jupiter-engine</artifactId>
71-
<version>5.9.2</version>
71+
<version>5.9.3</version>
7272
<scope>test</scope>
7373
</dependency>
7474
<dependency>
@@ -213,7 +213,7 @@
213213
<plugin>
214214
<groupId>org.apache.maven.plugins</groupId>
215215
<artifactId>maven-checkstyle-plugin</artifactId>
216-
<version>3.2.1</version>
216+
<version>3.2.2</version>
217217
<executions>
218218
<execution>
219219
<id>checkstyle</id>
@@ -241,7 +241,7 @@
241241
<dependency>
242242
<groupId>com.puppycrawl.tools</groupId>
243243
<artifactId>checkstyle</artifactId>
244-
<version>10.9.3</version>
244+
<version>10.10.0</version>
245245
</dependency>
246246
</dependencies>
247247
</plugin>
@@ -260,7 +260,7 @@
260260
<plugin>
261261
<groupId>org.jacoco</groupId>
262262
<artifactId>jacoco-maven-plugin</artifactId>
263-
<version>0.8.9</version>
263+
<version>0.8.10</version>
264264
<executions>
265265
<execution>
266266
<id>prepare-agent</id>

0 commit comments

Comments
 (0)