diff --git a/ci/system-test.sh b/ci/system-test.sh index 17c6bd4..b83efdb 100755 --- a/ci/system-test.sh +++ b/ci/system-test.sh @@ -7,7 +7,7 @@ source "$(dirname "$0")"/common.sh CREDENTIALS=$(cat "${ROOT}"/environment/credentials.json) -TEST_HOST=$(jq -n -r --argjson credentials "${CREDENTIALS}" '"api.sys.\($credentials.name).cf-app.com"') +TEST_HOST=$(jq -n -r --argjson credentials "${CREDENTIALS}" '$credentials.api_url') export TEST_HOST TEST_PASSWORD=$(jq -n -r --argjson credentials "${CREDENTIALS}" '$credentials.password') diff --git a/pom.xml b/pom.xml index 759aed5..ac83bf6 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.springframework.boot spring-boot-dependencies - 2.6.7 + 2.7.17 org.cloudfoundry @@ -39,7 +39,7 @@ - 5.8.0.RELEASE + 5.14.0.RELEASE UTF-8 @@ -82,4 +82,4 @@ - \ No newline at end of file +