Skip to content

Commit 67e7032

Browse files
committed
Merge branch 'stable-3.x'
2 parents 73728d3 + 2db5cbf commit 67e7032

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

pom.xml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jenkins-ci.plugins</groupId>
55
<artifactId>plugin</artifactId>
6-
<version>3.48</version>
6+
<version>3.49</version>
77
<relativePath />
88
</parent>
99

@@ -32,7 +32,7 @@
3232
<useBeta>true</useBeta>
3333
<concurrency>1C</concurrency>
3434
<scm-api-plugin.version>2.6.3</scm-api-plugin.version>
35-
<jcasc.version>1.27</jcasc.version>
35+
<jcasc.version>1.29</jcasc.version>
3636
<maven.checkstyle.plugin.version>3.1.0</maven.checkstyle.plugin.version>
3737
<maven.checkstyle.version>8.23</maven.checkstyle.version>
3838
</properties>
@@ -133,13 +133,11 @@
133133
<dependency>
134134
<groupId>org.jenkins-ci.plugins</groupId>
135135
<artifactId>junit</artifactId>
136-
<version>1.27</version>
137136
<scope>test</scope>
138137
</dependency>
139138
<dependency>
140139
<groupId>org.jenkins-ci.plugins</groupId>
141140
<artifactId>script-security</artifactId>
142-
<version>1.62</version>
143141
<scope>test</scope>
144142
</dependency>
145143
<dependency>
@@ -156,7 +154,6 @@
156154
<dependency>
157155
<groupId>org.jenkins-ci.plugins</groupId>
158156
<artifactId>apache-httpcomponents-client-4-api</artifactId>
159-
<version>4.5.5-3.0</version>
160157
<scope>test</scope>
161158
</dependency>
162159

@@ -198,7 +195,6 @@
198195
<dependency>
199196
<groupId>org.jenkins-ci.plugins.workflow</groupId>
200197
<artifactId>workflow-step-api</artifactId>
201-
<version>2.20</version>
202198
<classifier>tests</classifier>
203199
<scope>test</scope>
204200
</dependency>
@@ -212,25 +208,21 @@
212208
<dependency>
213209
<groupId>org.jenkins-ci.plugins.workflow</groupId>
214210
<artifactId>workflow-cps</artifactId>
215-
<version>2.71</version>
216211
<scope>test</scope>
217212
</dependency>
218213
<dependency>
219214
<groupId>org.jenkins-ci.plugins.workflow</groupId>
220215
<artifactId>workflow-job</artifactId>
221-
<version>2.21</version>
222216
<scope>test</scope>
223217
</dependency>
224218
<dependency>
225219
<groupId>org.jenkins-ci.plugins.workflow</groupId>
226220
<artifactId>workflow-basic-steps</artifactId>
227-
<version>2.7</version>
228221
<scope>test</scope>
229222
</dependency>
230223
<dependency>
231224
<groupId>org.jenkins-ci.plugins.workflow</groupId>
232225
<artifactId>workflow-durable-task-step</artifactId>
233-
<version>2.20</version>
234226
<scope>test</scope>
235227
</dependency>
236228
<dependency>
@@ -281,13 +273,11 @@
281273
<dependency>
282274
<groupId>org.jenkins-ci.plugins.workflow</groupId>
283275
<artifactId>workflow-api</artifactId>
284-
<version>2.33</version>
285276
<scope>test</scope>
286277
</dependency>
287278
<dependency>
288279
<groupId>org.jenkins-ci.plugins.workflow</groupId>
289280
<artifactId>workflow-support</artifactId>
290-
<version>3.3</version>
291281
<scope>test</scope>
292282
</dependency>
293283
<!-- JCasC compatibility -->
@@ -306,6 +296,18 @@
306296
</dependency>
307297
</dependencies>
308298

299+
<dependencyManagement>
300+
<dependencies>
301+
<dependency>
302+
<groupId>io.jenkins.tools.bom</groupId>
303+
<artifactId>bom</artifactId>
304+
<version>2.138.1</version>
305+
<scope>import</scope>
306+
<type>pom</type>
307+
</dependency>
308+
</dependencies>
309+
</dependencyManagement>
310+
309311
<scm>
310312
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
311313
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>

0 commit comments

Comments
 (0)