Skip to content

Commit

Permalink
Merge branch 'dependabot-updates' into 'main'
Browse files Browse the repository at this point in the history
updated puppycrawl.tools.checkstyle, spullara.mustache.java.compiler, jacoco-maven-plugin, sonar-maven-plugin, and maven-enforcer-plugin

See merge request weblogic-cloud/weblogic-image-tool!480
  • Loading branch information
ddsharpe committed Aug 12, 2024
2 parents aabd3e5 + 251adf9 commit 0eacb6d
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 @@ -84,7 +84,7 @@
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.9.10</version>
<version>0.9.14</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
Expand Down Expand Up @@ -242,7 +242,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.12.7</version>
<version>10.17.0</version>
</dependency>
</dependencies>
</plugin>
Expand All @@ -261,7 +261,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<executions>
<execution>
<id>prepare-agent</id>
Expand All @@ -281,12 +281,12 @@
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.10.0.2594</version>
<version>4.0.0.4121</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 0eacb6d

Please sign in to comment.