Skip to content

Commit 1115ecb

Browse files
dependabot[bot]michael-o
authored andcommitted
Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0
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]>
1 parent 5288cec commit 1115ecb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ under the License.
9292

9393
<jettyVersion>9.4.55.v20240627</jettyVersion>
9494
<mockito.version>4.11.0</mockito.version>
95-
<plexus-archiver.version>4.9.2</plexus-archiver.version>
95+
<plexus-archiver.version>4.10.0</plexus-archiver.version>
9696
<pluginTestingVersion>3.3.0</pluginTestingVersion>
9797
<resolverVersion>1.4.1</resolverVersion>
9898
<slf4jVersion>1.7.36</slf4jVersion>
@@ -213,6 +213,13 @@ under the License.
213213
<artifactId>plexus-archiver</artifactId>
214214
<version>${plexus-archiver.version}</version>
215215
</dependency>
216+
<!-- MNG-6607: needs to be overriden for commons-compress otherwise it will appear earlier in the tree -->
217+
<dependency>
218+
<groupId>org.apache.commons</groupId>
219+
<artifactId>commons-lang3</artifactId>
220+
<version>3.14.0</version>
221+
<scope>runtime</scope>
222+
</dependency>
216223
<dependency>
217224
<groupId>org.codehaus.plexus</groupId>
218225
<artifactId>plexus-utils</artifactId>

0 commit comments

Comments
 (0)