Skip to content

Commit ca5d113

Browse files
authored
Merge pull request #63 from jglick/parent
Update parent
2 parents 742af9d + db4fb13 commit ca5d113

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

pom.xml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.jenkins-ci.plugins</groupId>
3030
<artifactId>plugin</artifactId>
31-
<version>4.54</version>
31+
<version>4.56</version>
3232
<relativePath/>
3333
</parent>
3434
<groupId>io.jenkins.plugins</groupId>
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>io.jenkins.tools.bom</groupId>
7373
<artifactId>bom-2.361.x</artifactId>
74-
<version>1750.v0071fa_4c4a_e3</version>
74+
<version>1883.vcb_768a_7c3610</version>
7575
<scope>import</scope>
7676
<type>pom</type>
7777
</dependency>
@@ -190,6 +190,16 @@
190190
<groupId>org.jenkins-ci.plugins</groupId>
191191
<artifactId>subversion</artifactId>
192192
<scope>test</scope>
193+
<exclusions>
194+
<exclusion>
195+
<groupId>org.apache.sshd</groupId>
196+
<artifactId>sshd-common</artifactId>
197+
</exclusion>
198+
<exclusion>
199+
<groupId>org.apache.sshd</groupId>
200+
<artifactId>sshd-core</artifactId>
201+
</exclusion>
202+
</exclusions>
193203
</dependency>
194204
<dependency>
195205
<groupId>org.jenkins-ci.plugins</groupId>
@@ -200,7 +210,7 @@
200210
<dependency>
201211
<groupId>org.tmatesoft.svnkit</groupId>
202212
<artifactId>svnkit-cli</artifactId>
203-
<version>1.10.11</version>
213+
<version>1.10.10</version>
204214
<scope>test</scope>
205215
</dependency>
206216
</dependencies>

0 commit comments

Comments
 (0)