Skip to content

Commit

Permalink
Merge branch 'master' into task/upgrade_junit_dep
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega authored Sep 14, 2023
2 parents 8d57270 + 11e4b85 commit ea958f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- [cygnus-ngsi][cygnus-common] upgrade junit dep from 4.13.1 to juniper 5.9.1
- [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

0 comments on commit ea958f0

Please sign in to comment.