Skip to content

Commit f95d55e

Browse files
committed
Updates some components.
We update: * SSSOM-Java to version 1.11.2; * KGCL-Java to version 0.6.0; * RelationGraph to version 2.3.4; * `yq` to version 4.53.2.
1 parent 68d006b commit f95d55e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ ENV ODK_VERSION=$ODK_VERSION
1212
# Software versions
1313
# Jena 5.x requires Java 17, so for now we are stuck with Jena 4.x
1414
ENV JENA_VERSION=4.9.0
15-
ENV KGCL_JAVA_VERSION=0.5.1
15+
ENV KGCL_JAVA_VERSION=0.6.0
1616
ENV SCALA_CLI_VERSION=1.8.0
1717
ENV OWLTOOLS_VERSION=2020-04-06
18-
ENV YQ_VERSION=4.50.1
18+
ENV YQ_VERSION=4.53.2
1919

2020
# Avoid repeated downloads of script dependencies by mounting the local coursier cache:
2121
# docker run -v $HOME/.coursier/cache/v1:/odk/tools/.coursier-cache ...

docker/odklite/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ LABEL maintainer="obo-tools@googlegroups.com"
33

44
ENV ROBOT_VERSION=1.9.10
55
ENV DOSDP_VERSION=0.19.3
6-
ENV RELATION_GRAPH=2.3.3
6+
ENV RELATION_GRAPH=2.3.4
77
ENV DICER_VERSION=0.2.1
88
ENV ODK_ROBOT_PLUGIN_VERSION=0.3.1
9-
ENV SSSOM_JAVA_VERSION=1.10.0
9+
ENV SSSOM_JAVA_VERSION=1.11.2
1010

1111
WORKDIR /odk
1212
ENV JAVA_HOME="/usr"

0 commit comments

Comments
 (0)