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:
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 :
Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments