Skip to content

Commit d18855b

Browse files
committed
Merge branch 'dependabot-version-updates' into 'main'
adding latest dependabot version updates See merge request weblogic-cloud/weblogic-deploy-tooling!1473
2 parents edf6ee2 + ff0638d commit d18855b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

integration-tests/apps/simple-app-updated-archive/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-war-plugin</artifactId>
80-
<version>3.3.2</version>
8180
<executions>
8281
<execution>
8382
<id>build-war-file</id>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<plugin>
3434
<groupId>org.apache.maven.plugins</groupId>
3535
<artifactId>maven-war-plugin</artifactId>
36-
<version>3.3.2</version>
36+
<version>3.4.0</version>
3737
</plugin>
3838
<plugin>
3939
<groupId>org.codehaus.mojo</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<plugin>
145145
<groupId>org.apache.maven.plugins</groupId>
146146
<artifactId>maven-failsafe-plugin</artifactId>
147-
<version>3.1.0</version>
147+
<version>3.1.2</version>
148148
<configuration>
149149
<groups>${test.groups}</groups>
150150
</configuration>
@@ -180,7 +180,7 @@
180180
<plugin>
181181
<groupId>org.apache.maven.plugins</groupId>
182182
<artifactId>maven-surefire-plugin</artifactId>
183-
<version>3.1.0</version>
183+
<version>3.1.2</version>
184184
</plugin>
185185
<plugin>
186186
<groupId>io.rhpatrick.mojo</groupId>

0 commit comments

Comments
 (0)