From 74f5eec94a265875ca86b48b99a748975fb694b3 Mon Sep 17 00:00:00 2001 From: Stefan Ranoszek Date: Tue, 12 May 2026 10:23:44 +0100 Subject: [PATCH] fix: update vol-uri-constructor to 2.4.0 for correct local URLs The v2.3.0 JAR uses Docker service names (olcs-backend, olcs-selfserve) for LOCAL env which only work from inside Docker containers. The v2.4.0 version uses the correct proxy hostnames (api.local.olcs.dev-dvsacloud.uk, ssweb.local.olcs.dev-dvsacloud.uk) enabling tests to run from the host. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4665131..6391cb3 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 1.14.3 - 2.3.0 + 2.4.0 1.18.3