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-utils

Package Overview
Dependencies
Maintainers
0
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version
3.5.0
to
3.5.1
META-INF/versions/...odehaus/plexus/util/BaseFileUtils.class

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

+0
-0

@@ -0,0 +0,0 @@ Indiana University Extreme! Lab Software License

@@ -0,0 +0,0 @@ Javolution - Java(TM) Solution for Real-Time and Embedded Systems

@@ -0,0 +0,0 @@

@@ -0,0 +0,0 @@

+1
-1
artifactId=plexus-utils
groupId=org.codehaus.plexus
version=3.5.0
version=3.5.1

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

<artifactId>plexus-utils</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>

@@ -41,3 +41,3 @@ <name>Plexus Common Utilities</name>

<url>http://github.com/codehaus-plexus/plexus-utils</url>
<tag>plexus-utils-3.5.0</tag>
<tag>plexus-utils-3.5.1</tag>
</scm>

@@ -56,3 +56,3 @@ <issueManagement>

<properties>
<project.build.outputTimestamp>2022-10-23T08:37:59Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-03-02T01:23:05Z</project.build.outputTimestamp>
</properties>

@@ -64,3 +64,3 @@

<artifactId>jmh-core</artifactId>
<version>1.35</version>
<version>1.36</version>
<scope>test</scope>

@@ -71,3 +71,3 @@ </dependency>

<artifactId>jmh-generator-annprocess</artifactId>
<version>1.35</version>
<version>1.36</version>
<scope>test</scope>

@@ -227,2 +227,32 @@ </dependency>

<profile>
<id>jdk11+</id>
<activation>
<jdk>[11,)</jdk>
</activation>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<executions>
<execution>
<id>compile-java-11</id>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<release>11</release>
<compileSourceRoots>
<compileSourceRoot>${project.basedir}/src/main/java11</compileSourceRoot>
</compileSourceRoots>
<multiReleaseOutput>true</multiReleaseOutput>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
<profile>
<id>plexus-release</id>

@@ -229,0 +259,0 @@ <build>

@@ -0,0 +0,0 @@ This product includes software developed by the Indiana University

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet