Skip to content

Commit 35308c3

Browse files
authored
Merge branch 'master' into fix/merge_request_hooks_behavior
2 parents 3ad2cd1 + d64d3c9 commit 35308c3

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

pom.xml

+12-10
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.47</version>
7+
<version>4.48</version>
88
<relativePath />
99
</parent>
1010
<artifactId>gitlab-plugin</artifactId>
@@ -16,7 +16,7 @@
1616
<properties>
1717
<revision>1.5.36</revision>
1818
<changelist>-SNAPSHOT</changelist>
19-
<jenkins.version>2.289.3</jenkins.version>
19+
<jenkins.version>2.332.4</jenkins.version>
2020
<spotbugs.threshold>High</spotbugs.threshold> <!-- TODO fix violations -->
2121
<gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>
2222
<hpi.compatibleSinceVersion>1.4.0</hpi.compatibleSinceVersion>
@@ -282,6 +282,13 @@
282282
<artifactId>postgresql</artifactId>
283283
<version>42.5.0</version>
284284
<scope>test</scope>
285+
<exclusions>
286+
<!-- Upper bounds with Guava -->
287+
<exclusion>
288+
<groupId>org.checkerframework</groupId>
289+
<artifactId>checker-qual</artifactId>
290+
</exclusion>
291+
</exclusions>
285292
</dependency>
286293
<dependency>
287294
<groupId>org.jenkins-ci.plugins</groupId>
@@ -308,11 +315,6 @@
308315

309316
<dependencyManagement>
310317
<dependencies>
311-
<dependency>
312-
<groupId>com.google.guava</groupId>
313-
<artifactId>guava</artifactId>
314-
<version>18.0</version>
315-
</dependency>
316318
<dependency>
317319
<groupId>commons-io</groupId>
318320
<artifactId>commons-io</artifactId>
@@ -321,8 +323,8 @@
321323
<dependency>
322324
<!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage -->
323325
<groupId>io.jenkins.tools.bom</groupId>
324-
<artifactId>bom-2.289.x</artifactId>
325-
<version>1500.ve4d05cd32975</version>
326+
<artifactId>bom-2.332.x</artifactId>
327+
<version>1607.va_c1576527071</version>
326328
<scope>import</scope>
327329
<type>pom</type>
328330
</dependency>
@@ -334,7 +336,7 @@
334336
<dependency>
335337
<groupId>joda-time</groupId>
336338
<artifactId>joda-time</artifactId>
337-
<version>2.11.1</version>
339+
<version>2.11.2</version>
338340
</dependency>
339341
<dependency>
340342
<groupId>net.sf.jopt-simple</groupId>

0 commit comments

Comments
 (0)