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
13 changes: 7 additions & 6 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[cygnus-ngsi] Update NameMapping compile log mensage from WARN to ERROR
[cygnus-common] MongoDB indexes are created depending on DM (#2204)
[cygnus-common] Upgrade postgresql from 42.4.1 to 42.4.3
[cygnus-common] OracleSQL backend (#2195)
[cygnus-ngsi] OracleSQL ngsi sink added (for OracleS 11g and 12c) (#2195)
[cygnus-ngsi] Removes "_" in schema name for DM -schema family (#2201)
[cygnus-commons] Upgrade gson dependency from 2.6.2 to 2.8.9
[cygnus-ngsi] Update NameMapping compile log mensage from WARN to ERROR
[cygnus-common] MongoDB indexes are created depending on DM (#2204)
[cygnus-common] Upgrade postgresql from 42.4.1 to 42.4.3
[cygnus-common] OracleSQL backend (#2195)
[cygnus-ngsi] OracleSQL ngsi sink added (for OracleS 11g and 12c) (#2195)
[cygnus-ngsi] Removes "_" in schema name for DM -schema family (#2201)
2 changes: 1 addition & 1 deletion cygnus-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.6.2</version>
<version>2.8.9</version>
</dependency>
<!-- Required by the Management Interface and CygnusGropuingRule(s) -->
<dependency>
Expand Down