From 8cce27744125537650ac6a5534d892b9a2014f1c Mon Sep 17 00:00:00 2001 From: Florian Heubeck Date: Mon, 24 Jun 2024 10:51:09 +0200 Subject: [PATCH] fix(jdk): Update jdks to there respective latest versions --- docs/Repository_Config.md | 4 ++-- src/main/docker/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Repository_Config.md b/docs/Repository_Config.md index a3108fe..b248d51 100644 --- a/docs/Repository_Config.md +++ b/docs/Repository_Config.md @@ -40,7 +40,7 @@ env: THIS_IS: just another value jdk: # select JDK version used by cdxgen on JVM based projects (see below) - version: 20 + version: 21 # to split up repositories in multiple dependency-track projects, you can recursively configure subprojects. # structure is the same like for the single-project config, each distinct project will result in one dependency-track project. @@ -64,4 +64,4 @@ Please see the [adoption documentation](Adoption.md) for details. ### `jdk.version` The JDK versions available for selection need to be provided and configured to the Technolinator runtime. -Please see the [adoption documentation](Adoption.md) for details, in the default runtime container, there's JDK 20 (default) and JDK 17 built in. +Please see the [adoption documentation](Adoption.md) for details, in the default runtime container, there's JDK 21 (default) and JDK 17 built in. diff --git a/src/main/docker/Dockerfile b/src/main/docker/Dockerfile index 1f5c0eb..6a75237 100644 --- a/src/main/docker/Dockerfile +++ b/src/main/docker/Dockerfile @@ -11,8 +11,8 @@ ARG NYDUS_VERSION ARG DEPSCAN_VERSION # sdkman provided jdks -ARG JAVA_17_VERSION='17.0.10-tem' -ARG JAVA_21_VERSION='21.0.2-tem' +ARG JAVA_17_VERSION='17.0.11-tem' +ARG JAVA_21_VERSION='21.0.3-tem' ARG NODE_VERSION='21' # location of application binaries and configuration