Skip to content

Commit

Permalink
Use Maven 3.9.6 for build
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Jan 17, 2024
1 parent 1a4919e commit c7820fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: 3.9.2
maven-version: 3.9.6
- name: Cache local Maven repository
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline {
label "centos-latest"
}
tools {
maven 'apache-maven-3.9.1'
maven 'apache-maven-3.9.6'
jdk 'openjdk-jdk17-latest'
}
stages {
Expand Down

0 comments on commit c7820fc

Please sign in to comment.