Skip to content

Commit

Permalink
Require 2.387.3 as minimum Jenkins version
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar committed Jul 3, 2023
1 parent 1a5dcef commit 30b32e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<properties>
<revision>1.5</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.375.4</jenkins.version>
<jenkins.version>2.387.3</jenkins.version>
<gitHubRepo>jenkinsci/docker-plugin</gitHubRepo>
<!-- Our unit-tests that talk to a real docker deamon aren't very stable -->
<surefire.rerunFailingTestsCount>3</surefire.rerunFailingTestsCount>
Expand All @@ -76,7 +76,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.375.x</artifactId>
<artifactId>bom-2.387.x</artifactId>
<version>2198.v39c76fc308ca</version>
<type>pom</type>
<scope>import</scope>
Expand Down

0 comments on commit 30b32e0

Please sign in to comment.