Skip to content

Commit

Permalink
Modernize to Jenkins 2.440.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nfalco79 committed Aug 13, 2024
1 parent 41fed0c commit f15190e
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 @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.85</version>
<version>4.86</version>
</parent>
<artifactId>dependency-check-jenkins-plugin</artifactId>
<name>OWASP Dependency-Check Plugin</name>
Expand Down Expand Up @@ -80,9 +80,9 @@
<revision>5.5.2</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/dependency-check-plugin</gitHubRepo>
<jenkins.version>2.426.3</jenkins.version>
<jenkins-plugins-bom.artifactId>bom-2.426.x</jenkins-plugins-bom.artifactId>
<jenkins-plugins-bom.version>3157.vb_3e8b_8a_d185d</jenkins-plugins-bom.version>
<jenkins.version>2.440.3</jenkins.version>
<jenkins-plugins-bom.artifactId>bom-2.440.x</jenkins-plugins-bom.artifactId>
<jenkins-plugins-bom.version>3234.v5ca_5154341ef</jenkins-plugins-bom.version>

<assertj.version>3.26.3</assertj.version>
<checkstyle.version>10.17.0</checkstyle.version>
Expand Down

0 comments on commit f15190e

Please sign in to comment.