Skip to content

Commit a28ff12

Browse files
authored
Require Jenkins 2.401.3 or newer (#430)
1 parent c29bccc commit a28ff12

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

pom.xml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<revision>4</revision>
6666
<changelist>999999-SNAPSHOT</changelist>
6767
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
68-
<jenkins.version>2.387.3</jenkins.version>
68+
<jenkins.version>2.401.3</jenkins.version>
6969
<jenkinsRuleTimeout>0</jenkinsRuleTimeout>
7070
<skip.surefire.tests>${skipTests}</skip.surefire.tests>
7171
<skipITs>true</skipITs>
@@ -89,22 +89,11 @@
8989
<dependencies>
9090
<dependency>
9191
<groupId>io.jenkins.tools.bom</groupId>
92-
<artifactId>bom-2.387.x</artifactId>
93-
<version>2465.va_e76ed7b_3061</version>
92+
<artifactId>bom-2.401.x</artifactId>
93+
<version>2671.va_73a_b_4c103fb_</version>
9494
<type>pom</type>
9595
<scope>import</scope>
9696
</dependency>
97-
<!-- TODO: Remove the version here when it is integrated in the BOM -->
98-
<dependency>
99-
<groupId>org.jenkins-ci.plugins</groupId>
100-
<artifactId>google-oauth-plugin</artifactId>
101-
<version>1.319.v5cb_58b_91b_389</version>
102-
</dependency>
103-
<dependency>
104-
<groupId>org.jenkins-ci.plugins</groupId>
105-
<artifactId>oauth-credentials</artifactId>
106-
<version>0.646.v02b_66dc03d2e</version>
107-
</dependency>
10897
</dependencies>
10998
</dependencyManagement>
11099

@@ -248,6 +237,8 @@
248237
<dependency>
249238
<groupId>org.jenkins-ci.plugins</groupId>
250239
<artifactId>trilead-api</artifactId>
240+
<!-- TODO remove when upgrading BOM -->
241+
<version>2.84.v72119de229b_7</version>
251242
<exclusions>
252243
<exclusion>
253244
<groupId>net.i2p.crypto</groupId>

0 commit comments

Comments
 (0)