Skip to content

Commit

Permalink
Update min Jenkins to 2.452.3
Browse files Browse the repository at this point in the history
- update parent pom
- update all dependencies
  • Loading branch information
amandel committed Oct 29, 2024
1 parent b7b2e1a commit 52ae28e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.76</version>
<version>4.88</version>
</parent>

<groupId>com.tsystems.sbs</groupId>
Expand Down Expand Up @@ -33,7 +33,8 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/log-file-filter-plugin</gitHubRepo>
<jenkins.version>2.401.3</jenkins.version>
<jenkins.baseline>2.452</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.failOnError>true</spotbugs.failOnError>
<spotbugs.threshold>Low</spotbugs.threshold>
Expand All @@ -43,8 +44,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.401.x</artifactId>
<version>2675.v1515e14da_7a_6</version>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>3387.v0f2773fa_3200</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 52ae28e

Please sign in to comment.