Skip to content

Commit

Permalink
Bump baseline to 2.440.3 (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Sep 20, 2024
1 parent 36645cd commit 05fe9d0
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<jenkins.version>2.414.3</jenkins.version>
<node.version>20.12.1</node.version>
<npm.version>10.5.0</npm.version>
<jenkins.version>2.440.3</jenkins.version>
<node.version>20.17.0</node.version>
<npm.version>10.8.2</npm.version>
<hpi.compatibleSinceVersion>391.v252da_e1dd39c</hpi.compatibleSinceVersion>

<checkstyle.skip>true</checkstyle.skip>
Expand Down Expand Up @@ -228,7 +228,6 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>job-dsl</artifactId>
<version>1.87</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -248,16 +247,11 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.414.x</artifactId>
<version>2982.vdce2153031a_0</version>
<artifactId>bom-2.440.x</artifactId>
<version>3358.vea_fa_1f41504d</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 05fe9d0

Please sign in to comment.