Skip to content

Commit 542d7fd

Browse files
authored
Merge pull request #240 from jglick/parent
Update parent
2 parents a4bd551 + 2a3d228 commit 542d7fd

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 @@ THE SOFTWARE.
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>org.jenkins-ci.plugins.workflow</groupId>
@@ -72,7 +72,7 @@ THE SOFTWARE.
7272
<dependency>
7373
<groupId>io.jenkins.tools.bom</groupId>
7474
<artifactId>bom-2.361.x</artifactId>
75-
<version>1750.v0071fa_4c4a_e3</version>
75+
<version>1883.vcb_768a_7c3610</version>
7676
<scope>import</scope>
7777
<type>pom</type>
7878
</dependency>
@@ -167,6 +167,16 @@ THE SOFTWARE.
167167
<groupId>org.jenkins-ci.plugins</groupId>
168168
<artifactId>subversion</artifactId>
169169
<scope>test</scope>
170+
<exclusions>
171+
<exclusion>
172+
<groupId>org.apache.sshd</groupId>
173+
<artifactId>sshd-common</artifactId>
174+
</exclusion>
175+
<exclusion>
176+
<groupId>org.apache.sshd</groupId>
177+
<artifactId>sshd-core</artifactId>
178+
</exclusion>
179+
</exclusions>
170180
</dependency>
171181
<dependency>
172182
<groupId>org.jenkins-ci.plugins</groupId>

0 commit comments

Comments
 (0)