From 2d6fc38c9e141b42f48b167934c9df491a6850c2 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Thu, 8 Aug 2024 11:21:49 +0200 Subject: [PATCH 1/2] Upgrade gson dep --- cygnus-common/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From f49254629ea8976e312d42a421eb240644eff257 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Thu, 8 Aug 2024 11:23:05 +0200 Subject: [PATCH 2/2] Update CHANGES_NEXT_RELEASE --- CHANGES_NEXT_RELEASE | 1 + 1 file changed, 1 insertion(+) 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