Skip to content

Commit 5194f91

Browse files
authored
Merge pull request #476 from OpenLiberty/dependabot/maven/start/org.apache.maven.plugins-maven-war-plugin-3.5.0
Bump org.apache.maven.plugins:maven-war-plugin from 3.4.0 to 3.5.0 in /start
2 parents 0cae0fd + 11b2f12 commit 5194f91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

start/frontend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<plugin>
4545
<groupId>org.apache.maven.plugins</groupId>
4646
<artifactId>maven-war-plugin</artifactId>
47-
<version>3.4.0</version>
47+
<version>3.5.0</version>
4848
</plugin>
4949
<plugin>
5050
<groupId>io.openliberty.tools</groupId>

start/system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-war-plugin</artifactId>
94-
<version>3.4.0</version>
94+
<version>3.5.0</version>
9595
</plugin>
9696
<!-- Plugin to run unit tests -->
9797
<plugin>

0 commit comments

Comments
 (0)