Skip to content

Commit

Permalink
Require Jenkins 2.332.4 or newer
Browse files Browse the repository at this point in the history
Jenkins 2.332.x is used in over 2/3 of the logstash plugin installations.
That version is also the oldest LTS that does not have a security
advisory.
  • Loading branch information
MarkEWaite authored and jakub-bochenski committed Sep 13, 2022
1 parent 0659c1a commit a049295
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 @@ -64,7 +64,7 @@
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/logstash-plugin</gitHubRepo>
<skipIntegrationTests>true</skipIntegrationTests>
<jenkins.version>2.249.1</jenkins.version>
<jenkins.version>2.332.4</jenkins.version>
<hpi.compatibleSinceVersion>2.0</hpi.compatibleSinceVersion>
<mockito.version>3.12.4</mockito.version>
</properties>
Expand All @@ -73,8 +73,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.249.x</artifactId>
<version>984.vb5eaac999a7e</version>
<artifactId>bom-2.332.x</artifactId>
<version>1595.v8c71c13cc3a_9</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit a049295

Please sign in to comment.