Skip to content

Commit a739a54

Browse files
committed
Update dependencies
maven-scm-provider-gitexe 1.9.5 maven-scm-manager-plexus 1.9.5 maven-scm-provider-svnjava 2.1.1 org.jenkins-ci.plugins.subversion 2.5.7 maven-scm update pulls in fix https://issues.apache.org/jira/browse/SCM-772 which improves Git handling of file paths with spaces in them.
1 parent 5098214 commit a739a54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
<dependency>
239239
<groupId>org.apache.maven.scm</groupId>
240240
<artifactId>maven-scm-manager-plexus</artifactId>
241-
<version>1.9.1</version>
241+
<version>1.9.5</version>
242242
<!-- Prevent pulling in old stuff. We use the sisu plexus from above. -->
243243
<exclusions>
244244
<exclusion>
@@ -251,19 +251,19 @@
251251
<dependency>
252252
<groupId>org.jenkins-ci.plugins</groupId>
253253
<artifactId>subversion</artifactId>
254-
<version>1.39</version>
254+
<version>2.5.7</version>
255255
</dependency>
256256
<!-- providers declaration -->
257257
<dependency>
258258
<groupId>com.google.code.maven-scm-provider-svnjava</groupId>
259259
<artifactId>maven-scm-provider-svnjava</artifactId>
260-
<version>1.12</version>
260+
<version>2.1.1</version>
261261
</dependency>
262262

263263
<dependency>
264264
<groupId>org.apache.maven.scm</groupId>
265265
<artifactId>maven-scm-provider-gitexe</artifactId>
266-
<version>1.9.1</version>
266+
<version>1.9.5</version>
267267
</dependency>
268268

269269

0 commit comments

Comments
 (0)