diff --git a/org.hl7.fhir.utilities/src/test/java/org/hl7/fhir/utilities/UtilitiesTest.java b/org.hl7.fhir.utilities/src/test/java/org/hl7/fhir/utilities/UtilitiesTest.java index 724165e8d..da5f1f3a3 100644 --- a/org.hl7.fhir.utilities/src/test/java/org/hl7/fhir/utilities/UtilitiesTest.java +++ b/org.hl7.fhir.utilities/src/test/java/org/hl7/fhir/utilities/UtilitiesTest.java @@ -384,7 +384,7 @@ class UtilitiesTest { RuntimeException thrown = Assertions.assertThrows(RuntimeException.class, () -> { Utilities.path(pathsStrings); }); - assertEquals("First entry cannot be null or empty",thrown.getMessage()); + assertEquals("First path entry cannot be null or empty",thrown.getMessage()); } @Test diff --git a/pom.xml b/pom.xml index 64e8c1687..bfa597a6c 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 32.0.1-jre 6.4.1 - 1.3.10 + 1.3.11-SNAPSHOT 2.14.0 5.9.2 1.8.2