Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-war-plugin in /src (#215)
Browse files Browse the repository at this point in the history
Bumps [org.apache.maven.plugins:maven-war-plugin](https://github.com/apache/maven-war-plugin) from 3.2.3 to 3.4.0.
- [Commits](apache/maven-war-plugin@maven-war-plugin-3.2.3...maven-war-plugin-3.4.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-war-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 23, 2024
1 parent 071c8c6 commit 7d99f80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/server-am/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
<!-- Add Swagger UI resources to the war file. -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.2.3</version>
<version>3.4.0</version>
<configuration>
<webResources combine.children="append">
<resource>
Expand Down
2 changes: 1 addition & 1 deletion src/server-cm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
<!-- Add Swagger UI resources to the war file. -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.2.3</version>
<version>3.4.0</version>
<configuration>
<webResources combine.children="append">
<resource>
Expand Down
2 changes: 1 addition & 1 deletion src/server-qm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
<!-- Add Swagger UI resources to the war file. -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.2.3</version>
<version>3.4.0</version>
<configuration>
<webResources combine.children="append">
<resource>
Expand Down
2 changes: 1 addition & 1 deletion src/server-rm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
<!-- Add Swagger UI resources to the war file. -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.2.3</version>
<version>3.4.0</version>
<configuration>
<webResources combine.children="append">
<resource>
Expand Down

0 comments on commit 7d99f80

Please sign in to comment.