Skip to content

Commit 8d0cf39

Browse files
authored
Merge pull request #682 from jglick/parent
Update parent
2 parents d6bc526 + 246ee2b commit 8d0cf39

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

plugin/pom.xml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>io.jenkins.tools.bom</groupId>
5353
<artifactId>bom-2.361.x</artifactId>
54-
<version>1750.v0071fa_4c4a_e3</version>
54+
<version>1883.vcb_768a_7c3610</version>
5555
<scope>import</scope>
5656
<type>pom</type>
5757
</dependency>
@@ -99,6 +99,10 @@
9999
<groupId>com.github.stephenc.findbugs</groupId>
100100
<artifactId>findbugs-annotations</artifactId>
101101
</exclusion>
102+
<exclusion>
103+
<groupId>io.jenkins.lib</groupId>
104+
<artifactId>support-log-formatter</artifactId>
105+
</exclusion>
102106
</exclusions>
103107
</dependency>
104108
<dependency>
@@ -241,6 +245,16 @@
241245
<groupId>org.jenkins-ci.plugins</groupId>
242246
<artifactId>subversion</artifactId>
243247
<scope>test</scope>
248+
<exclusions>
249+
<exclusion>
250+
<groupId>org.apache.sshd</groupId>
251+
<artifactId>sshd-common</artifactId>
252+
</exclusion>
253+
<exclusion>
254+
<groupId>org.apache.sshd</groupId>
255+
<artifactId>sshd-core</artifactId>
256+
</exclusion>
257+
</exclusions>
244258
</dependency>
245259
<dependency>
246260
<groupId>org.jenkins-ci.plugins</groupId>
@@ -268,7 +282,7 @@
268282
<dependency>
269283
<groupId>org.tmatesoft.svnkit</groupId>
270284
<artifactId>svnkit-cli</artifactId>
271-
<version>1.10.11</version>
285+
<version>1.10.10</version>
272286
<scope>test</scope>
273287
</dependency>
274288
</dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.54</version>
8-
<relativePath />
7+
<version>4.56</version>
8+
<relativePath/>
99
</parent>
1010
<groupId>org.jenkins-ci.plugins.workflow</groupId>
1111
<artifactId>workflow-cps-parent</artifactId>

0 commit comments

Comments
 (0)