Skip to content

Commit f8e1267

Browse files
authored
Use BOM where possible (#352)
1 parent 0a79d1e commit f8e1267

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

pom.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,13 @@
6666
<revision>0</revision>
6767
<changelist>999999-SNAPSHOT</changelist>
6868
<gitHubRepo>jenkinsci/google-kubernetes-engine-plugin</gitHubRepo>
69-
<jenkins.version>2.361.4</jenkins.version>
69+
<jenkins.version>2.387.3</jenkins.version>
7070
<google.guava.version>32.1.2-jre</google.guava.version>
7171
<google.api.version>1.25.0</google.api.version>
7272
<google.http.version>1.42.2</google.http.version>
7373
<cloudresourcemanager.revision>572</cloudresourcemanager.revision>
7474
<container.revision>93</container.revision>
7575
<gcp-plugin-core.version>0.3.0</gcp-plugin-core.version>
76-
<google-oauth-plugin.version>1.0.8</google-oauth-plugin.version>
7776
</properties>
7877

7978
<dependencyManagement>
@@ -85,8 +84,8 @@
8584
</dependency>
8685
<dependency>
8786
<groupId>io.jenkins.tools.bom</groupId>
88-
<artifactId>bom-2.361.x</artifactId>
89-
<version>2102.v854b_fec19c92</version>
87+
<artifactId>bom-2.387.x</artifactId>
88+
<version>2465.va_e76ed7b_3061</version>
9089
<type>pom</type>
9190
<scope>import</scope>
9291
</dependency>
@@ -109,11 +108,6 @@
109108
<groupId>org.jenkins-ci.plugins</groupId>
110109
<artifactId>display-url-api</artifactId>
111110
</dependency>
112-
<dependency>
113-
<groupId>org.apache.commons</groupId>
114-
<artifactId>commons-lang3</artifactId>
115-
<version>3.12.0</version>
116-
</dependency>
117111
<dependency>
118112
<groupId>org.jenkins-ci.plugins</groupId>
119113
<artifactId>apache-httpcomponents-client-4-api</artifactId>
@@ -138,7 +132,6 @@
138132
<dependency>
139133
<groupId>org.jenkins-ci.plugins</groupId>
140134
<artifactId>google-oauth-plugin</artifactId>
141-
<version>${google-oauth-plugin.version}</version>
142135
</dependency>
143136
<dependency>
144137
<groupId>org.jenkins-ci</groupId>

0 commit comments

Comments
 (0)