diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index ff901e9db..709d2fbb3 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -2,3 +2,4 @@ [cygnus-common] [mongo-backend] Use sslEnabled, sslInvalidHostNameAllowed, sslKeystorePathFile, sslKeystorePassword, sslTruststorePathFile and sslTruststorePassword options for mongoDB connections [cygnus-common] [mongo-backend] Allow mongodb autodiscover at connect when just one server is provided [cygnus-ngsi] [arcgis-sink] Add esri Geometry PolyLine, MultiPoint and Polygon support (#2392) +[cygnus-common] Upgrade gson dependency from 2.10.1 to 2.11.0 diff --git a/cygnus-common/pom.xml b/cygnus-common/pom.xml index 14131970c..ecdf1f308 100644 --- a/cygnus-common/pom.xml +++ b/cygnus-common/pom.xml @@ -64,7 +64,7 @@ com.google.code.gson gson - 2.10.1 + 2.11.0