Skip to content

Commit b64f0b0

Browse files
authored
Merge pull request #1350 from INCATools/update-java
Update Java
2 parents 8e44214 + 7b24b86 commit b64f0b0

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ ARG ODK_VERSION 0.0.0
1010
ENV ODK_VERSION=$ODK_VERSION
1111

1212
# Software versions
13-
# Jena 5.x requires Java 17, so for now we are stuck with Jena 4.x
14-
ENV JENA_VERSION=4.9.0
13+
ENV JENA_VERSION=6.1.0
1514
ENV KGCL_JAVA_VERSION=0.6.0
1615
ENV SCALA_CLI_VERSION=1.8.0
1716
ENV OWLTOOLS_VERSION=2020-04-06
@@ -25,7 +24,7 @@ ENV COURSIER_CACHE="/odk/tools/.coursier-cache"
2524
RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-install-recommends \
2625
build-essential \
2726
openssh-client \
28-
openjdk-11-jdk-headless \
27+
openjdk-21-jdk-headless \
2928
maven \
3029
python3-dev \
3130
subversion \

docker/odklite/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV ROBOT_JAR=$ROBOT_JAR
2424
RUN apt-get update && \
2525
DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-install-recommends \
2626
git \
27-
openjdk-11-jre-headless \
27+
openjdk-21-jre-headless \
2828
python3-pip \
2929
python-is-python3 \
3030
python3-six \

0 commit comments

Comments
 (0)