diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-23 21:59:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-23 21:59:53 +0000 |
commit | e7d6f8a593581f008117e97caf4ec31344170db1 (patch) | |
tree | b512244ecef603745288848b7a68b81c9e063ea7 | |
parent | 53bb964c3021b18dc94c4dfb66b212bd0060449c (diff) | |
download | aspectj-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |