Update dependency org.apache.maven:maven-core to v3.9.11 (#10842)
Changelog Drafter / update_draft_release (push) Waiting to run Details
Changelog Drafter / jenkins_io_draft (push) Waiting to run Details
Label conflicting PRs / main (push) Waiting to run Details

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-07-16 08:31:51 -07:00 committed by GitHub
parent 51bce0c7d1
commit b56c6bd523
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM gitpod/workspace-full:latest FROM gitpod/workspace-full:latest
ARG JAVA_VERSION=21.0.6-tem ARG JAVA_VERSION=21.0.6-tem
ARG MAVEN_VERSION=3.9.10 ARG MAVEN_VERSION=3.9.11
# Install Java 21, Maven and GitHub CLI # Install Java 21, Maven and GitHub CLI
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh && \ RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh && \
sdk install java ${JAVA_VERSION} && \ sdk install java ${JAVA_VERSION} && \