Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gson from 2.6.2 to 2.10.1 in /cygnus-common #2168

Merged
1 change: 1 addition & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion cygnus-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.6.2</version>
<version>2.10.1</version>
</dependency>
<!-- Required by the Management Interface and CygnusGropuingRule(s) -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public class NameMappingsTest {
+ " \"newServicePath\": \"/new_default\","
+ " \"entityMappings\": ["
+ " {"
+ " \"originalEntityId\": \"Room\\.(\\d*)\","
+ " \"originalEntityId\": \"Room*\","
+ " \"originalEntityType\": \"Room\","
+ " \"newEntityId\": \"new_Room1\","
+ " \"newEntityType\": \"new_Room\","
Expand Down
Loading