Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-utils
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Igor Yova <[email protected]>
  • Loading branch information
dependabot[bot] and Fameing authored May 6, 2024
1 parent ac906ce commit e8d8529
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mixin-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
Expand Down
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-plugin-plugin.version>3.12.0</maven-plugin-plugin.version>

<plexus-utils.version>3.5.1</plexus-utils.version>
<plexus-utils.version>4.0.1</plexus-utils.version>
<plexus-xml.version>3.0.0</plexus-xml.version>
<maven-plugin-annotations.version>3.12.0</maven-plugin-annotations.version>
<maven-plugin-api.version>3.9.0</maven-plugin-api.version>
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
Expand Down Expand Up @@ -131,6 +132,11 @@
<artifactId>plexus-utils</artifactId>
<version>${plexus-utils.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>${plexus-xml.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit e8d8529

Please sign in to comment.