Skip to content

Commit

Permalink
build(deps): bump org.apache.maven.plugins:maven-assembly-plugin
Browse files Browse the repository at this point in the history
Bumps [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.6.0 to 3.7.1.
- [Release notes](https://github.com/apache/maven-assembly-plugin/releases)
- [Commits](apache/maven-assembly-plugin@maven-assembly-plugin-3.6.0...maven-assembly-plugin-3.7.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 19, 2024
1 parent 2be34e7 commit 3eb7157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opennms-pris-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<!-- Build fat JAR -->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<version>3.7.1</version>
<configuration>
<archive>
<manifest>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<jaxbImplVersion>2.3.9</jaxbImplVersion>
<jettyServerVersion>10.0.20</jettyServerVersion>
<junitVersion>4.13.2</junitVersion>
<mavenAssemblyPluginVersion>3.6.0</mavenAssemblyPluginVersion>
<mavenAssemblyPluginVersion>3.7.1</mavenAssemblyPluginVersion>
<mavenCompilerPluginVersion>3.13.0</mavenCompilerPluginVersion>
<mavenJaxbPluginVersion>0.15.3</mavenJaxbPluginVersion>
<mavenResourcesPluginVersion>3.2.0</mavenResourcesPluginVersion>
Expand Down

0 comments on commit 3eb7157

Please sign in to comment.