aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-23 21:59:53 +0000
committerGitHub <noreply@github.com>2023-02-23 21:59:53 +0000
commite7d6f8a593581f008117e97caf4ec31344170db1 (patch)
treeb512244ecef603745288848b7a68b81c9e063ea7
parent53bb964c3021b18dc94c4dfb66b212bd0060449c (diff)
downloadaspectj-e7d6f8a593581f008117e97caf4ec31344170db1.tar.gz
aspectj-e7d6f8a593581f008117e97caf4ec31344170db1.zip
Bump maven-assembly-plugin from 3.1.1 to 3.5.0dependabot/maven/org.apache.maven.plugins-maven-assembly-plugin-3.5.0
Bumps [maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.1.1 to 3.5.0. - [Release notes](https://github.com/apache/maven-assembly-plugin/releases) - [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.1.1...maven-assembly-plugin-3.5.0) --- 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] <support@github.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7090992c1..983580ee2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -325,7 +325,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>3.1.1</version>
+ <version>3.5.0</version>
</plugin>
<!--
TODO: MSHADE-36 is in Maven Shade 3.3.0 -> it should be possible to include the dependency-reduced POM there