Skip to content

Commit

Permalink
Merge pull request #691 from MarkEWaite/require-jenkins-2.263
Browse files Browse the repository at this point in the history
Require Jenkins 2.263.1
  • Loading branch information
MarkEWaite committed Mar 16, 2021
2 parents 621154e + ee2eecc commit 24bcf4c
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 @@ -64,7 +64,7 @@
<changelist>-SNAPSHOT</changelist>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine>
<jenkins.version>2.249.1</jenkins.version>
<jenkins.version>2.263.1</jenkins.version>
<java.level>8</java.level>
<jgit.version>5.11.0.202103091610-r</jgit.version>
<spotbugs.effort>Max</spotbugs.effort>
Expand All @@ -76,7 +76,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.249.x</artifactId>
<artifactId>bom-2.263.x</artifactId>
<version>26</version>
<type>pom</type>
<scope>import</scope>
Expand Down

0 comments on commit 24bcf4c

Please sign in to comment.