org.codehaus.plexus:plexus-archiver
Advanced tools
Sorry, the diff of this file is not supported yet
| 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