diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 8aa2d253a..74ef01343 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,3 +1,4 @@ +- [cygnus-commons] Upgrade gson dependency from 2.6.2 to 2.10.1 - [cygnus-ngsi][cygnus-common] upgrade mockito dep from 1.9.5 to 5.5.0 - [cygnus-ngsi] Fix runtime error: check access aggregator size (#2293) - [cygnus-ngsi] Switch log level to CYGNUS_LOG_LEVEL env var if was provided to docker (#2286) diff --git a/cygnus-common/pom.xml b/cygnus-common/pom.xml index b0598b381..1f0dad58f 100644 --- a/cygnus-common/pom.xml +++ b/cygnus-common/pom.xml @@ -64,7 +64,7 @@ com.google.code.gson gson - 2.6.2 + 2.10.1 diff --git a/cygnus-ngsi/src/test/java/com/telefonica/iot/cygnus/containers/NameMappingsTest.java b/cygnus-ngsi/src/test/java/com/telefonica/iot/cygnus/containers/NameMappingsTest.java index 8c18c4251..01503b27f 100644 --- a/cygnus-ngsi/src/test/java/com/telefonica/iot/cygnus/containers/NameMappingsTest.java +++ b/cygnus-ngsi/src/test/java/com/telefonica/iot/cygnus/containers/NameMappingsTest.java @@ -249,7 +249,7 @@ public class NameMappingsTest { + " \"newServicePath\": \"/new_default\"," + " \"entityMappings\": [" + " {" - + " \"originalEntityId\": \"Room\\.(\\d*)\"," + + " \"originalEntityId\": \"Room*\"," + " \"originalEntityType\": \"Room\"," + " \"newEntityId\": \"new_Room1\"," + " \"newEntityType\": \"new_Room\","