Skip to content

Commit

Permalink
Merge branch 'third-party-updates' into 'main'
Browse files Browse the repository at this point in the history
Updated third parties.

See merge request weblogic-cloud/weblogic-image-tool!486
  • Loading branch information
ddsharpe committed Oct 7, 2024
2 parents 5fe83f8 + 179b257 commit be430fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.5</version>
<version>4.7.6</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand All @@ -78,7 +78,7 @@
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-jupiter</artifactId>
<version>2.0.2</version>
<version>2.1.7</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -163,7 +163,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.0</version>
<version>3.4.1</version>
<executions>
<execution>
<id>generate-autocompletion-script</id>
Expand Down Expand Up @@ -214,7 +214,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.3.0</version>
<version>3.5.0</version>
<executions>
<execution>
<id>checkstyle</id>
Expand Down Expand Up @@ -249,7 +249,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.5.1</version>
<configuration>
<groups>unit</groups>
<excludedGroups>failing</excludedGroups>
Expand Down

0 comments on commit be430fb

Please sign in to comment.