Skip to content

Commit

Permalink
Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0
Browse files Browse the repository at this point in the history
Bumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.9.2 to 4.10.0.
- [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)
- [Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)
- [Commits](codehaus-plexus/plexus-archiver@plexus-archiver-4.9.2...plexus-archiver-4.10.0)

---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-archiver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and michael-o committed Aug 18, 2024
1 parent 5288cec commit 1115ecb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ under the License.

<jettyVersion>9.4.55.v20240627</jettyVersion>
<mockito.version>4.11.0</mockito.version>
<plexus-archiver.version>4.9.2</plexus-archiver.version>
<plexus-archiver.version>4.10.0</plexus-archiver.version>
<pluginTestingVersion>3.3.0</pluginTestingVersion>
<resolverVersion>1.4.1</resolverVersion>
<slf4jVersion>1.7.36</slf4jVersion>
Expand Down Expand Up @@ -213,6 +213,13 @@ under the License.
<artifactId>plexus-archiver</artifactId>
<version>${plexus-archiver.version}</version>
</dependency>
<!-- MNG-6607: needs to be overriden for commons-compress otherwise it will appear earlier in the tree -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
Expand Down

0 comments on commit 1115ecb

Please sign in to comment.