Skip to content

Commit

Permalink
Merge pull request #718 from quickfix-j/dependabot/maven/org.codehaus…
Browse files Browse the repository at this point in the history
….plexus-plexus-utils-4.0.0

Bump org.codehaus.plexus:plexus-utils from 3.3.1 to 4.0.0
  • Loading branch information
chrjohn authored Dec 5, 2023
2 parents d5ac74c + db0790c commit ae2bd2d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,12 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.3.1</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.sleepycat</groupId>
Expand Down
5 changes: 5 additions & 0 deletions quickfixj-class-pruner-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
<artifactId>maven-plugin-testing-harness</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit ae2bd2d

Please sign in to comment.