File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ updates:
11
11
interval : " weekly"
12
12
ignore :
13
13
- 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
16
14
- package-ecosystem : " github-actions"
17
15
directory : " /"
18
16
schedule :
Original file line number Diff line number Diff line change 51
51
<dependency >
52
52
<groupId >io.jenkins.tools.bom</groupId >
53
53
<artifactId >bom-2.361.x</artifactId >
54
- <version >1750.v0071fa_4c4a_e3 </version >
54
+ <version >1883.vcb_768a_7c3610 </version >
55
55
<scope >import</scope >
56
56
<type >pom</type >
57
57
</dependency >
245
245
<groupId >org.jenkins-ci.plugins</groupId >
246
246
<artifactId >subversion</artifactId >
247
247
<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 >
248
258
</dependency >
249
259
<dependency >
250
260
<groupId >org.jenkins-ci.plugins</groupId >
272
282
<dependency >
273
283
<groupId >org.tmatesoft.svnkit</groupId >
274
284
<artifactId >svnkit-cli</artifactId >
275
- <version >1.10.1 </version >
285
+ <version >1.10.10 </version >
276
286
<scope >test</scope >
277
287
</dependency >
278
288
</dependencies >
You can’t perform that action at this time.
0 commit comments