Skip to content

Commit

Permalink
chore: update lts in maven profile to 2.452.3 (#1618)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Jacomb <[email protected]>
  • Loading branch information
krisstern and timja authored Jul 13, 2024
1 parent 038ddae commit 44475bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ jenkins-plugins/
.jenkins_test/
!src/test/resources/jacoco/test/target
.history
.vscode
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ and
<profile>
<id>lts</id>
<properties>
<jenkins.version>2.452.2</jenkins.version>
<jenkins.version>2.452.3</jenkins.version>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit 44475bc

Please sign in to comment.