Pin java version to 17.0.11, Mockito has issues with 17.0.13

This commit is contained in:
Stephan Schnabel 2024-12-02 16:12:43 +01:00
parent 8c44012e94
commit 3e9dd1c2e4
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543
3 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 17.0.11
cache: maven
server-id: sonatype-nexus
server-username: SERVER_USERNAME