@@ -60,7 +60,7 @@ THE SOFTWARE.
60
60
<useBeta >true</useBeta >
61
61
<changelist >999999-SNAPSHOT</changelist >
62
62
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
63
- <jenkins .version>2.361.4 </jenkins .version>
63
+ <jenkins .version>2.426.3 </jenkins .version>
64
64
<no-test-jar >false</no-test-jar >
65
65
<spotbugs .threshold>High</spotbugs .threshold> <!-- TODO some violations remaining -->
66
66
</properties >
@@ -82,15 +82,20 @@ THE SOFTWARE.
82
82
<dependencies >
83
83
<dependency >
84
84
<groupId >io.jenkins.tools.bom</groupId >
85
- <artifactId >bom-2.361 .x</artifactId >
86
- <version >2102.v854b_fec19c92 </version >
85
+ <artifactId >bom-2.426 .x</artifactId >
86
+ <version >2555.v3190a_8a_c60c6 </version >
87
87
<scope >import</scope >
88
88
<type >pom</type >
89
89
</dependency >
90
90
</dependencies >
91
91
</dependencyManagement >
92
92
93
93
<dependencies >
94
+ <dependency >
95
+ <groupId >io.jenkins.plugins</groupId >
96
+ <artifactId >eddsa-api</artifactId >
97
+ <version >0.3.0-4.v84c6f0f4969e</version >
98
+ </dependency >
94
99
<dependency >
95
100
<groupId >org.tmatesoft.svnkit</groupId >
96
101
<artifactId >svnkit</artifactId >
@@ -104,6 +109,11 @@ THE SOFTWARE.
104
109
<groupId >net.java.dev.jna</groupId >
105
110
<artifactId >jna-platform</artifactId >
106
111
</exclusion >
112
+ <exclusion >
113
+ <!-- Provided by eddsa-api plugin -->
114
+ <groupId >net.i2p.crypto</groupId >
115
+ <artifactId >eddsa</artifactId >
116
+ </exclusion >
107
117
</exclusions >
108
118
</dependency >
109
119
<dependency >
0 commit comments