Skip to content

Commit

Permalink
Merge pull request #587 from MediaMarktSaturn/renovate/cyclonedx-cdxg…
Browse files Browse the repository at this point in the history
…en-10.x

chore(deps): update dependency @cyclonedx/cdxgen to v10.10.7
  • Loading branch information
heubeck authored Oct 23, 2024
2 parents 93d207c + def0649 commit b9059a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

env:
CDXGEN_VERSION: '10.10.6'
CDXGEN_VERSION: '10.10.7'
CDXGEN_PLUGINS_VERSION: '1.6.3'
GRYPE_VERSION: 'v0.82.2'
SBOMQS_VERSION: 'v0.2.0'
Expand Down
3 changes: 2 additions & 1 deletion src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ARG JAVA_23_VERSION='23-tem'
ARG GRADLE_VERSION='8.10.1'
ARG NODE_VERSION='21'
ARG GO_VERSION='1.23.1'
ARG MAVEN_VERSION='3.9.9'

# location of application binaries and configuration
ENV APP_DIR='/app'
Expand Down Expand Up @@ -117,7 +118,7 @@ RUN source "/root/.sdkman/bin/sdkman-init.sh" && \
sdk install java $JAVA_17_VERSION && \
sdk install java $JAVA_23_VERSION && \
sdk install java $JAVA_21_VERSION && \
sdk install maven && \
sdk install maven $MAVEN_VERSION && \
sdk install gradle $GRADLE_VERSION && \
sdk install sbt && \
mv /root/.sdkman/candidates $SDK_DIR && \
Expand Down

0 comments on commit b9059a3

Please sign in to comment.