Skip to content

Commit

Permalink
Require Jenkins 2.452.3 or newer (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomomdahan authored Nov 8, 2024
1 parent aa0037d commit f0fc6e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<properties>
<revision>2.0.3</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.414.3</jenkins.version>
<jenkins.version>2.452.3</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>
<code.coverage.percentage>50</code.coverage.percentage>
<selenium.version>4.26.0</selenium.version>
Expand All @@ -52,8 +52,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.414.x</artifactId>
<version>2982.vdce2153031a_0</version>
<artifactId>bom-2.452.x</artifactId>
<version>3010.vec758b_8e7da_3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit f0fc6e6

Please sign in to comment.