diff options
author | 2025-03-19 10:48:33 +0000 | |
---|---|---|
committer | 2025-03-19 10:48:33 +0000 | |
commit | 37b4431b97e3ef5c78d76cc813ebe55e5215c2a5 (patch) | |
tree | e81480d64fe3d21917493ce2314e08316f058687 | |
parent | 6308111c5e4b66e01fcd82bd0a0a8f23ff976be3 (diff) |
Bump org.apache.maven.plugins:maven-dependency-plugin from 2.8 to 3.8.1
Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 2.8 to 3.8.1.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-2.8...maven-dependency-plugin-3.8.1)
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
dependency-type: direct:production
update-type: version-update:semver-major
Issue-ID: CIMAN-33
Change-Id: Id0b8df60cd4f0b28c3c2e005bd3220fef0400d6a
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
-rw-r--r-- | aai-core/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 4e89c7fd..2a34d1ec 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -89,7 +89,7 @@ limitations under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>2.8</version> + <version>3.8.1</version> </plugin> <plugin> <!-- explicitly define maven-deploy-plugin after other to force exec |