Skip to content

Commit

Permalink
chore: update jenkins version to 2.452.4 in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
krisstern committed Oct 6, 2024
1 parent 66a79ad commit 9fd1aba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ work
.project
.settings
*.iml
.idea
.idea/
.DS_Store
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<properties>
<revision>1.20</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.387.3</jenkins.version>
<jenkins.version>2.452.4</jenkins.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
Expand Down

0 comments on commit 9fd1aba

Please sign in to comment.