Skip to content

Commit bba6f55

Browse files
authored
Miscellaneous software updates. (#1316)
Use the latest versions of: * ROBOT (1.9.10); * SSSOM-Java (1.10.0); * the ODK ROBOT plugin (0.3.1); * Mike Farah's `yq` tool (4.50.1).
1 parent 3293f92 commit bba6f55

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,7 @@ whenever a new release is in preparation.
711711
| Jena | https://jena.apache.org/download/ | |
712712
| Ammonite | https://github.com/lihaoyi/Ammonite/releases | to be removed in ODK 1.7 (replaced by Scala-CLI) |
713713
| Scala-CLI | https://github.com/VirtusLab/scala-cli/releases | |
714+
| Mike Farah’s YQ | https://github.com/mikefarah/yq/releases | |
714715

715716
Python packages (e.g. the Ontology Access Kit aka `oaklib`) should be
716717
automatically updated to their latest version whenever Python

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV JENA_VERSION=4.9.0
1515
ENV KGCL_JAVA_VERSION=0.5.1
1616
ENV SCALA_CLI_VERSION=1.8.0
1717
ENV OWLTOOLS_VERSION=2020-04-06
18-
ENV YQ_VERSION=4.45.4
18+
ENV YQ_VERSION=4.50.1
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
FROM ubuntu:24.04
22
LABEL maintainer="obo-tools@googlegroups.com"
33

4-
ENV ROBOT_VERSION=1.9.8
4+
ENV ROBOT_VERSION=1.9.10
55
ENV DOSDP_VERSION=0.19.3
66
ENV RELATION_GRAPH=2.3.3
77
ENV DICER_VERSION=0.2.1
8-
ENV ODK_ROBOT_PLUGIN_VERSION=0.2.0
9-
ENV SSSOM_JAVA_VERSION=1.5.1
8+
ENV ODK_ROBOT_PLUGIN_VERSION=0.3.1
9+
ENV SSSOM_JAVA_VERSION=1.10.0
1010

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

docker/robot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer="obo-tools@googlegroups.com"
33

44
WORKDIR /tools
55

6-
ENV ROBOT=v1.9.8
6+
ENV ROBOT=v1.9.10
77
ARG ROBOT_JAR=https://github.com/ontodev/robot/releases/download/$ROBOT/robot.jar
88
ENV ROBOT_JAR=${ROBOT_JAR}
99

docker/robot/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Building docker image
3-
VERSION = "v1.9.8"
3+
VERSION = "v1.9.10"
44
IM=obolibrary/robot
55

66
CACHE=

0 commit comments

Comments
 (0)