Skip to content

Commit 7b24b86

Browse files
committed
Include latest Jena version.
Now that we have Java 21, we can bump the version of Jena to the latest 6.x series.
1 parent fe3d106 commit 7b24b86

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 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

0 commit comments

Comments
 (0)