Skip to content

Commit b10c862

Browse files
committed
Merge branch 'moar-java11-readiness' of https://github.com/batmat/git-plugin into java11-tests
2 parents 3b722d8 + 4d43b6a commit b10c862

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

pom.xml

Lines changed: 6 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.37</version>
6+
<version>3.39</version>
77
<relativePath />
88
</parent>
99

@@ -26,7 +26,7 @@
2626
<properties>
2727
<revision>4.0.0-beta8</revision>
2828
<changelist>-SNAPSHOT</changelist>
29-
<jenkins.version>2.107.3</jenkins.version>
29+
<jenkins.version>2.121.1</jenkins.version>
3030
<java.level>8</java.level>
3131
<no-test-jar>false</no-test-jar>
3232
<concurrency>1C</concurrency>
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>org.jenkins-ci.plugins</groupId>
8080
<artifactId>structs</artifactId>
81-
<version>1.10</version>
81+
<version>1.17</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>org.jenkins-ci.plugins</groupId>
@@ -99,17 +99,11 @@
9999
<groupId>org.jenkins-ci.plugins</groupId>
100100
<artifactId>scm-api</artifactId>
101101
<version>${scm-api-plugin.version}</version>
102-
<exclusions>
103-
<exclusion>
104-
<groupId>org.jenkins-ci.plugins.workflow</groupId>
105-
<artifactId>workflow-step-api</artifactId>
106-
</exclusion>
107-
</exclusions>
108102
</dependency>
109103
<dependency>
110104
<groupId>org.jenkins-ci.plugins.workflow</groupId>
111105
<artifactId>workflow-step-api</artifactId>
112-
<version>2.11</version>
106+
<version>2.19</version>
113107
</dependency>
114108
<dependency>
115109
<groupId>org.jenkins-ci.plugins.workflow</groupId>
@@ -269,14 +263,14 @@
269263
<dependency>
270264
<groupId>org.jenkins-ci.plugins.workflow</groupId>
271265
<artifactId>workflow-api</artifactId>
272-
<version>2.18</version>
266+
<version>2.30</version>
273267
<scope>test</scope>
274268
</dependency>
275269
<!-- Satisfy upper bounds dependency warnings -->
276270
<dependency>
277271
<groupId>org.jenkins-ci.plugins.workflow</groupId>
278272
<artifactId>workflow-support</artifactId>
279-
<version>2.14</version>
273+
<version>3.2</version>
280274
<scope>test</scope>
281275
</dependency>
282276
</dependencies>

0 commit comments

Comments
 (0)