Skip to content

Commit ae2bd2d

Browse files
authored
Merge pull request #718 from quickfix-j/dependabot/maven/org.codehaus.plexus-plexus-utils-4.0.0
Bump org.codehaus.plexus:plexus-utils from 3.3.1 to 4.0.0
2 parents d5ac74c + db0790c commit ae2bd2d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,12 @@
224224
<dependency>
225225
<groupId>org.codehaus.plexus</groupId>
226226
<artifactId>plexus-utils</artifactId>
227-
<version>3.3.1</version>
227+
<version>4.0.0</version>
228+
</dependency>
229+
<dependency>
230+
<groupId>org.codehaus.plexus</groupId>
231+
<artifactId>plexus-xml</artifactId>
232+
<version>4.0.0</version>
228233
</dependency>
229234
<dependency>
230235
<groupId>com.sleepycat</groupId>

quickfixj-class-pruner-maven-plugin/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@
6363
<artifactId>maven-plugin-testing-harness</artifactId>
6464
<scope>test</scope>
6565
</dependency>
66+
<dependency>
67+
<groupId>org.codehaus.plexus</groupId>
68+
<artifactId>plexus-xml</artifactId>
69+
<scope>test</scope>
70+
</dependency>
6671
</dependencies>
6772

6873
<build>

0 commit comments

Comments
 (0)