Skip to content

Commit

Permalink
Bump org.codehaus.plexus:plexus-archiver from 2.4.4 to 4.8.0 in /Open…
Browse files Browse the repository at this point in the history
…ICF-maven-plugin (#8)

* Bump org.codehaus.plexus:plexus-archiver in /OpenICF-maven-plugin

Bumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 2.4.4 to 4.8.0.
- [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)
- [Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/codehaus-plexus/plexus-archiver/commits/plexus-archiver-4.8.0)

---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-archiver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* FIX plexus-util conflict

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Valera V Harseko <[email protected]>
  • Loading branch information
dependabot[bot] and vharseko authored Mar 21, 2024
1 parent e74d9d8 commit 66bc39d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenICF-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.24</version>
<version>3.5.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand All @@ -140,7 +140,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>2.4.4</version>
<version>4.8.0</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit 66bc39d

Please sign in to comment.