Skip to content

Commit

Permalink
build: Update bom
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Mar 11, 2022
1 parent 451d9a4 commit 25de91d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.33</version>
<version>4.37</version>
</parent>

<artifactId>scriptler</artifactId>
Expand Down Expand Up @@ -39,7 +39,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.javadoc.skip>true</maven.javadoc.skip>
<jenkins.version>2.319.3</jenkins.version>
<jenkins.version>2.332.1</jenkins.version>
<java.level>8</java.level>
<spotbugs.failOnError>false</spotbugs.failOnError>
</properties>
Expand All @@ -54,8 +54,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.319.x</artifactId>
<version>1148.v7261f385f859</version>
<artifactId>bom-2.332.x</artifactId>
<version>1195.v33041c1f1b_b_2</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 25de91d

Please sign in to comment.