Skip to content

Commit e11e85b

Browse files
committed
Update plexus-io to 3.5.2 and downgrade plexus-utils to 3.6.0
1 parent 6a62131 commit e11e85b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@
6161
<dependency>
6262
<groupId>org.codehaus.plexus</groupId>
6363
<artifactId>plexus-utils</artifactId>
64-
<version>4.0.2</version>
64+
<version>3.6.0</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.codehaus.plexus</groupId>
6868
<artifactId>plexus-io</artifactId>
69-
<version>3.5.1</version>
69+
<version>3.5.2</version>
7070
</dependency>
7171
<!-- Apache Commons dependencies -->
7272
<dependency>
@@ -134,7 +134,7 @@
134134
<dependency>
135135
<groupId>com.google.inject</groupId>
136136
<artifactId>guice</artifactId>
137-
<version>6.0.0</version>
137+
<version>5.1.0</version>
138138
<scope>test</scope>
139139
</dependency>
140140
<dependency>

0 commit comments

Comments
 (0)