diff --git a/instructions/cloud-hosted-guide-reactive-rest-client/instructions.md b/instructions/cloud-hosted-guide-reactive-rest-client/instructions.md index b2e6ee18..13743ba0 100644 --- a/instructions/cloud-hosted-guide-reactive-rest-client/instructions.md +++ b/instructions/cloud-hosted-guide-reactive-rest-client/instructions.md @@ -1,8 +1,5 @@ --- markdown-version: v1 -title: instructions -branch: lab-500-instruction -version-history-start-date: 2020-09-14 09:20:41 UTC tool-type: theia --- ::page{title="Welcome to the Consuming RESTful services using the reactive JAX-RS client guide!"} @@ -400,23 +397,23 @@ Replace the Maven configuration file. org.glassfish.jersey.core jersey-client - 3.1.7 + 3.1.8 org.glassfish.jersey.ext.rx jersey-rx-client-rxjava - 3.1.7 + 3.1.8 org.glassfish.jersey.ext.rx jersey-rx-client-rxjava2 - 3.1.7 + 3.1.8 org.testcontainers mockserver - 1.19.8 + 1.20.1 test @@ -428,49 +425,49 @@ Replace the Maven configuration file. org.junit.jupiter junit-jupiter - 5.10.2 + 5.11.0 test org.testcontainers junit-jupiter - 1.19.8 + 1.20.1 test org.glassfish.jersey.ext jersey-proxy-client - 3.1.7 + 3.1.8 test org.glassfish.jersey.media jersey-media-json-jackson - 3.1.7 + 3.1.8 test org.glassfish.jersey.inject jersey-hk2 - 3.1.7 + 3.1.8 test org.slf4j slf4j-api - 2.0.13 + 2.0.16 test org.slf4j slf4j-simple - 2.0.13 + 2.0.16 test com.fasterxml.jackson.core jackson-core - 2.17.1 + 2.17.2 test @@ -504,14 +501,14 @@ Replace the Maven configuration file. org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.5.0 org.apache.maven.plugins maven-failsafe-plugin - 3.2.5 + 3.5.0 integration-test