Skip to content

Commit

Permalink
fix(jdk): Update jdks to there respective latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
heubeck committed Jun 24, 2024
1 parent ee8a921 commit 8cce277
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/Repository_Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
4 changes: 2 additions & 2 deletions src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cce277

Please sign in to comment.