From 12d525065ff5eeeaadccbe9226979969952f159d Mon Sep 17 00:00:00 2001 From: Marcin Procyk Date: Wed, 28 Aug 2024 08:41:07 +0200 Subject: [PATCH] chore: Update apache-jena-fuseki to 5.1.0 (#3343) --- docker-compose.yml | 2 +- project/Dependencies.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d9fd325bee..00c2d8bc42 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,7 @@ services: db: # should be the same version as in Dependencies.scala, # make sure to use the same version in ops-deploy repository when deploying new DSP releases! - image: daschswiss/apache-jena-fuseki:5.0.0-3 + image: daschswiss/apache-jena-fuseki:5.1.0 ports: - "3030:3030" volumes: diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 478a4b770b..24ce86e758 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -12,7 +12,7 @@ import scala.collection.immutable.Seq object Dependencies { // should be the same version as in docker-compose.yml, // make sure to use the same version in ops-deploy repository when deploying new DSP releases! - val fusekiImage = "daschswiss/apache-jena-fuseki:5.0.0-3" + val fusekiImage = "daschswiss/apache-jena-fuseki:5.1.0" // base image the knora-sipi image is created from val sipiImage = "daschswiss/sipi:v3.13.0"