Skip to content

Commit

Permalink
Bump org.codehaus.plexus:plexus-utils from 3.0.24 to 4.0.0
Browse files Browse the repository at this point in the history
- [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
- [Commits](codehaus-plexus/plexus-utils@plexus-utils-3.0.24...plexus-utils-4.0.0)

---
Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
slachiewicz committed Feb 11, 2024
1 parent 8b6e8fc commit 45a862b
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,20 @@
<ftpserver.version>1.2.0</ftpserver.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>3.0.0</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down Expand Up @@ -170,7 +184,10 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.24</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit 45a862b

Please sign in to comment.