Skip to content

Commit c265adc

Browse files
authored
Require Jenkins 2.401.3 or newer (#368)
1 parent 20786a9 commit c265adc

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

pom.xml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<revision>0</revision>
6767
<changelist>999999-SNAPSHOT</changelist>
6868
<gitHubRepo>jenkinsci/google-kubernetes-engine-plugin</gitHubRepo>
69-
<jenkins.version>2.387.3</jenkins.version>
69+
<jenkins.version>2.401.3</jenkins.version>
7070
<google.api.version>1.25.0</google.api.version>
7171
<google.http.version>1.42.2</google.http.version>
7272
<cloudresourcemanager.revision>572</cloudresourcemanager.revision>
@@ -79,8 +79,8 @@
7979
<dependencies>
8080
<dependency>
8181
<groupId>io.jenkins.tools.bom</groupId>
82-
<artifactId>bom-2.387.x</artifactId>
83-
<version>2465.va_e76ed7b_3061</version>
82+
<artifactId>bom-2.401.x</artifactId>
83+
<version>2671.va_73a_b_4c103fb_</version>
8484
<type>pom</type>
8585
<scope>import</scope>
8686
</dependency>
@@ -159,7 +159,7 @@
159159
<dependency>
160160
<groupId>com.google.http-client</groupId>
161161
<artifactId>google-http-client-jackson2</artifactId>
162-
<version>1.35.0</version>
162+
<version>1.43.3</version>
163163
<exclusions>
164164
<!-- Provided by jackson2-api plugin -->
165165
<exclusion>
@@ -233,12 +233,6 @@
233233
<dependency>
234234
<groupId>org.jenkins-ci.plugins</groupId>
235235
<artifactId>google-oauth-plugin</artifactId>
236-
<exclusions>
237-
<exclusion>
238-
<groupId>com.google.guava</groupId>
239-
<artifactId>guava</artifactId>
240-
</exclusion>
241-
</exclusions>
242236
</dependency>
243237
<dependency>
244238
<groupId>org.jenkins-ci.plugins</groupId>

0 commit comments

Comments
 (0)