From f5fc3a4fe7757264e37fbd19e1c402fafaef1385 Mon Sep 17 00:00:00 2001 From: felmer <franz-josef.elmer@id.ethz.ch> Date: Wed, 12 Jan 2022 14:38:33 +0100 Subject: [PATCH] SSDM-11978: forc to use jackson-databind 2.9.10.8 also for clients --- openbis_standard_technologies/clients.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/openbis_standard_technologies/clients.gradle b/openbis_standard_technologies/clients.gradle index b252e326c30..75d37891fff 100644 --- a/openbis_standard_technologies/clients.gradle +++ b/openbis_standard_technologies/clients.gradle @@ -21,6 +21,7 @@ dependencies { 'imagej:ij:1.43u', 'python:jython:2.5.2', 'sybit:image-viewer:0.3.6', + 'fasterxml:jackson-databind:2.9.10.8', 'springframework:spring-aop:5.0.1.RELEASE', 'springframework:spring-beans:5.0.1.RELEASE', 'springframework:spring-context:5.0.1.RELEASE', -- GitLab