Skip to content

Commit 566587f

Browse files
committed
update dependencies, switch back maven-filtering version
1 parent fea1fbd commit 566587f

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
@@ -155,7 +155,7 @@ under the License.
155155
<dependency>
156156
<groupId>org.apache.maven.shared</groupId>
157157
<artifactId>maven-filtering</artifactId>
158-
<version>3.5.0</version>
158+
<version>3.2.0</version>
159159
<scope>compile</scope>
160160
</dependency>
161161
<dependency>
@@ -185,13 +185,13 @@ under the License.
185185
<dependency>
186186
<groupId>org.codehaus.plexus</groupId>
187187
<artifactId>plexus-interactivity-jline</artifactId>
188-
<version>1.0-alpha-5</version>
188+
<version>1.1</version>
189189
<scope>compile</scope>
190190
</dependency>
191191
<dependency>
192192
<groupId>org.apache.maven</groupId>
193193
<artifactId>maven-archiver</artifactId>
194-
<version>2.5</version>
194+
<version>3.5.0</version>
195195
<scope>compile</scope>
196196
</dependency>
197197
<dependency>

0 commit comments

Comments
 (0)