Skip to content

Commit ee7a558

Browse files
committed
Merge branch 'master' of https://github.com/jenkinsci/pipeline-groovy-lib-plugin into SCMSourceRetriever.clone
2 parents fb585f4 + ca5d113 commit ee7a558

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

pom.xml

Lines changed: 12 additions & 2 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>

0 commit comments

Comments
 (0)