Skip to content

Commit

Permalink
Merge branch 'dependabot-updates' into 'main'
Browse files Browse the repository at this point in the history
Dependabot update of jupiter, checkstyle, exec-maven, ...

See merge request weblogic-cloud/weblogic-image-tool!494
  • Loading branch information
ddsharpe committed Dec 3, 2024
2 parents 3bdee7d + 2e50570 commit c95ea3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.11.0</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -89,7 +89,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
<version>26.0.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -163,7 +163,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<id>generate-autocompletion-script</id>
Expand Down Expand Up @@ -242,7 +242,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.17.0</version>
<version>10.20.2</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit c95ea3b

Please sign in to comment.