Skip to content

Commit 34aa297

Browse files
committed
Update to workflow-support:3.x for Java 11 compat
And address associated errors with `RequireUpperBoundDeps` rule. Also update parent pom to latest in the go.
1 parent e9d15cd commit 34aa297

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

pom.xml

Lines changed: 5 additions & 11 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

@@ -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)