File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ THE SOFTWARE.
28
28
<parent >
29
29
<groupId >org.jenkins-ci.plugins</groupId >
30
30
<artifactId >plugin</artifactId >
31
- <version >4.54 </version >
31
+ <version >4.56 </version >
32
32
<relativePath />
33
33
</parent >
34
34
<groupId >org.jenkins-ci.plugins.workflow</groupId >
@@ -72,7 +72,7 @@ THE SOFTWARE.
72
72
<dependency >
73
73
<groupId >io.jenkins.tools.bom</groupId >
74
74
<artifactId >bom-2.361.x</artifactId >
75
- <version >1750.v0071fa_4c4a_e3 </version >
75
+ <version >1883.vcb_768a_7c3610 </version >
76
76
<scope >import</scope >
77
77
<type >pom</type >
78
78
</dependency >
@@ -167,6 +167,16 @@ THE SOFTWARE.
167
167
<groupId >org.jenkins-ci.plugins</groupId >
168
168
<artifactId >subversion</artifactId >
169
169
<scope >test</scope >
170
+ <exclusions >
171
+ <exclusion >
172
+ <groupId >org.apache.sshd</groupId >
173
+ <artifactId >sshd-common</artifactId >
174
+ </exclusion >
175
+ <exclusion >
176
+ <groupId >org.apache.sshd</groupId >
177
+ <artifactId >sshd-core</artifactId >
178
+ </exclusion >
179
+ </exclusions >
170
180
</dependency >
171
181
<dependency >
172
182
<groupId >org.jenkins-ci.plugins</groupId >
You can’t perform that action at this time.
0 commit comments