Skip to content

Commit 246ee2b

Browse files
committed
https://github.com/jenkinsci/workflow-multibranch-plugin/pull/240#discussion_r1145200638
1 parent 6b52cd8 commit 246ee2b

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ updates:
1111
interval: "weekly"
1212
ignore:
1313
- dependency-name: org.codehaus.groovy:groovy
14-
# Must match transitive version from org.jenkins-ci.plugins:subversion:
15-
- dependency-name: org.tmatesoft.svnkit:svnkit-cli
1614
- package-ecosystem: "github-actions"
1715
directory: "/"
1816
schedule:

plugin/pom.xml

Lines changed: 12 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>
@@ -245,6 +245,16 @@
245245
<groupId>org.jenkins-ci.plugins</groupId>
246246
<artifactId>subversion</artifactId>
247247
<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>
248258
</dependency>
249259
<dependency>
250260
<groupId>org.jenkins-ci.plugins</groupId>
@@ -272,7 +282,7 @@
272282
<dependency>
273283
<groupId>org.tmatesoft.svnkit</groupId>
274284
<artifactId>svnkit-cli</artifactId>
275-
<version>1.10.1</version>
285+
<version>1.10.10</version>
276286
<scope>test</scope>
277287
</dependency>
278288
</dependencies>

0 commit comments

Comments
 (0)