Skip to content

Commit

Permalink
AAE-19143 JDK 21 set (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-piotrowiak authored Dec 22, 2023
1 parent 6c61c2d commit d375006
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-artifacts-for-veracode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'

- name: Login to DockerHub Registry
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v5.8.0
v5.9.0

0 comments on commit d375006

Please sign in to comment.