File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed 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 >
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 >
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 >
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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments