diff --git a/distro/run/core/src/test/java/org/camunda/bpm/run/test/config/https/HttpsConfigurationEnabledTest.java b/distro/run/core/src/test/java/org/camunda/bpm/run/test/config/https/HttpsConfigurationEnabledTest.java index 25f71b49480..78bb02ca9b7 100644 --- a/distro/run/core/src/test/java/org/camunda/bpm/run/test/config/https/HttpsConfigurationEnabledTest.java +++ b/distro/run/core/src/test/java/org/camunda/bpm/run/test/config/https/HttpsConfigurationEnabledTest.java @@ -67,7 +67,7 @@ public void shouldNotRedirect() { // then exceptionRule.expect(ResourceAccessException.class); - exceptionRule.expectMessage("Connection refused"); + exceptionRule.expectMessage("I/O error on GET request for \"http://localhost:8080/engine-rest/task\":"); // then ResponseEntity response = testRestTemplate.exchange(url, HttpMethod.GET, new HttpEntity<>(null), String.class); diff --git a/distro/run/core/src/test/resources/application-test-https-enabled.yml b/distro/run/core/src/test/resources/application-test-https-enabled.yml index e63e9f9714c..77758d4d48b 100644 --- a/distro/run/core/src/test/resources/application-test-https-enabled.yml +++ b/distro/run/core/src/test/resources/application-test-https-enabled.yml @@ -5,4 +5,5 @@ server: key-store-type: pkcs12 key-alias: camunda key-password: camunda - port: 8443 \ No newline at end of file + port: 8443 +spring.http.client.factory: simple \ No newline at end of file diff --git a/parent/pom.xml b/parent/pom.xml index ff2c5c2fba2..16b623e702f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -20,8 +20,8 @@ 3.15.0 5.3.39 - 6.1.15 - 3.3.6 + 6.2.0 + 3.4.0 3.15.6.Final 2.34 @@ -43,7 +43,7 @@ 4.0.5 4.0.2 4.5.14 - 5.3 + 5.4.1 1.7.26 1.2.11