From b3793ac01e8e2c3ea12a4739564a7cf4a96c5af5 Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Tue, 4 Jul 2023 13:33:34 +0200 Subject: [PATCH 1/2] Update remote context This make tests sucessfully again. --- core/src/test/resources/custom/base-0001-in.jsonld | 4 ++-- core/src/test/resources/custom/base-0002-in.jsonld | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/src/test/resources/custom/base-0001-in.jsonld b/core/src/test/resources/custom/base-0001-in.jsonld index f9bd58fd..53a7a042 100644 --- a/core/src/test/resources/custom/base-0001-in.jsonld +++ b/core/src/test/resources/custom/base-0001-in.jsonld @@ -1,6 +1,6 @@ { "@context": [ -"https://raw.githubusercontent.com/monarch-initiative/monarch-app/master/conf/monarch-context.jsonld", +"https://raw.githubusercontent.com/monarch-initiative/monarch-legacy/e337d87a563ec630aca45492f28a6564f980068b/conf/monarch-context.jsonld", { "@base": "http://example.org/base/", "ex": "http://example.org/", @@ -13,4 +13,4 @@ "ex:name": "Jim", "ex:friendOf": "1234", "@type": "Person" -} \ No newline at end of file +} diff --git a/core/src/test/resources/custom/base-0002-in.jsonld b/core/src/test/resources/custom/base-0002-in.jsonld index 4b2e3848..a67cbbed 100644 --- a/core/src/test/resources/custom/base-0002-in.jsonld +++ b/core/src/test/resources/custom/base-0002-in.jsonld @@ -7,10 +7,10 @@ "@type": "@id" } }, - "https://raw.githubusercontent.com/monarch-initiative/monarch-app/master/conf/monarch-context.jsonld" + "https://raw.githubusercontent.com/monarch-initiative/monarch-legacy/e337d87a563ec630aca45492f28a6564f980068b/conf/monarch-context.jsonld" ], "@id": "3456", "ex:name": "Jim", "ex:friendOf": "1234", "@type": "Person" -} \ No newline at end of file +} From 8a19e43bca9a80a8da69a0dabae282763e453b14 Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Tue, 4 Jul 2023 13:35:14 +0200 Subject: [PATCH 2/2] Update dependencies - update jackson.version - update guava --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 48f6c851..45f77952 100755 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ 4.5.13 4.4.14 - 2.11.4 + 2.14.0 4.13.2 1.7.32 1.2.7 @@ -211,7 +211,7 @@ com.google.guava guava - 29.0-jre + 32.0.1-jre