Skip to content

Commit

Permalink
Update baseline (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored May 6, 2024
1 parent e314c40 commit f3b17c6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/slack-plugin</gitHubRepo>
<jenkins.version>2.361.4</jenkins.version>
<jenkins.version>2.426.3</jenkins.version>
<hpi.compatibleSinceVersion>2.32</hpi.compatibleSinceVersion>
<checkstyle.failsOnError>true</checkstyle.failsOnError>
<checkstyle.failOnViolation>true</checkstyle.failOnViolation>
Expand Down Expand Up @@ -50,8 +50,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.361.x</artifactId>
<version>2102.v854b_fec19c92</version>
<artifactId>bom-2.426.x</artifactId>
<version>3023.v02a_987a_b_3ff9</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -218,7 +218,6 @@
<configuration>
<configLocation>checkstyle.xml</configLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<encoding>UTF-8</encoding>
<consoleOutput>true</consoleOutput>
<failsOnError>${checkstyle.failsOnError}</failsOnError>
<failOnViolation>${checkstyle.failOnViolation}</failOnViolation>
Expand Down

0 comments on commit f3b17c6

Please sign in to comment.