You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

org.codehaus.plexus:plexus-archiver

Package Overview
Dependencies
Maintainers
0
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

org.codehaus.plexus:plexus-archiver - maven Package Compare versions

Comparing version
4.9.1
to
4.9.2
plexus-archiver-4.9.2.pom

Sorry, the diff of this file is not supported yet

+1
-1
artifactId=plexus-archiver
groupId=org.codehaus.plexus
version=4.9.1
version=4.9.2

@@ -8,7 +8,7 @@ <?xml version="1.0" encoding="UTF-8"?>

<artifactId>plexus</artifactId>
<version>16</version>
<version>17</version>
</parent>
<artifactId>plexus-archiver</artifactId>
<version>4.9.1</version>
<version>4.9.2</version>
<name>Plexus Archiver Component</name>

@@ -34,3 +34,3 @@

<developerConnection>scm:git:https://github.com/codehaus-plexus/plexus-archiver.git</developerConnection>
<tag>plexus-archiver-4.9.1</tag>
<tag>plexus-archiver-4.9.2</tag>
<url>https://github.com/codehaus-plexus/plexus-archiver/tree/${project.scm.tag}/</url>

@@ -51,3 +51,3 @@ </scm>

<slf4jVersion>1.7.36</slf4jVersion>
<project.build.outputTimestamp>2023-12-23T23:07:44Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-03-14T22:25:33Z</project.build.outputTimestamp>
</properties>

@@ -71,3 +71,3 @@

<artifactId>plexus-io</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
</dependency>

@@ -83,4 +83,10 @@ <!-- Apache Commons dependencies -->

<artifactId>commons-compress</artifactId>
<version>1.25.0</version>
<version>1.26.1</version>
</dependency>
<dependency>
<!-- For compressors: snappy and lz4 -->
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.1</version>
</dependency>
<!-- Other dependencies -->

@@ -148,3 +154,3 @@ <dependency>

<artifactId>assertj-core</artifactId>
<version>3.24.2</version>
<version>3.25.3</version>
<scope>test</scope>

@@ -151,0 +157,0 @@ </dependency>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet