Skip to content

Commit 0eacb6d

Browse files
committed
Merge branch 'dependabot-updates' into 'main'
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
2 parents aabd3e5 + 251adf9 commit 0eacb6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>com.github.spullara.mustache.java</groupId>
8686
<artifactId>compiler</artifactId>
87-
<version>0.9.10</version>
87+
<version>0.9.14</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.jetbrains</groupId>
@@ -242,7 +242,7 @@
242242
<dependency>
243243
<groupId>com.puppycrawl.tools</groupId>
244244
<artifactId>checkstyle</artifactId>
245-
<version>10.12.7</version>
245+
<version>10.17.0</version>
246246
</dependency>
247247
</dependencies>
248248
</plugin>
@@ -261,7 +261,7 @@
261261
<plugin>
262262
<groupId>org.jacoco</groupId>
263263
<artifactId>jacoco-maven-plugin</artifactId>
264-
<version>0.8.11</version>
264+
<version>0.8.12</version>
265265
<executions>
266266
<execution>
267267
<id>prepare-agent</id>
@@ -281,12 +281,12 @@
281281
<plugin>
282282
<groupId>org.sonarsource.scanner.maven</groupId>
283283
<artifactId>sonar-maven-plugin</artifactId>
284-
<version>3.10.0.2594</version>
284+
<version>4.0.0.4121</version>
285285
</plugin>
286286
<plugin>
287287
<groupId>org.apache.maven.plugins</groupId>
288288
<artifactId>maven-enforcer-plugin</artifactId>
289-
<version>3.4.1</version>
289+
<version>3.5.0</version>
290290
</plugin>
291291
</plugins>
292292
</pluginManagement>

0 commit comments

Comments
 (0)