chore(deps): update maven docker tag from 3.9.9-eclipse-temurin-17 to 3.9.10-eclipse-temurin-17

This commit is contained in:
Renovate 2025-06-23 20:26:14 +00:00 committed by Stephan Schnabel
parent 86f8efaa1a
commit c01c9d00fe
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
5 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@ services:
steps:
test:
image: maven:3.9.9-eclipse-temurin-17
image: maven:3.9.10-eclipse-temurin-17
commands: mvn verify --color=always --no-transfer-progress --settings=.woodpecker/maven/settings.xml
image: