Skip to content

Commit

Permalink
Merge pull request #2397 from telefonicaid/task/upgrade_gson_dep
Browse files Browse the repository at this point in the history
Upgrade gson dep
  • Loading branch information
fgalan authored Aug 8, 2024
2 parents b6d88aa + f492546 commit c1f19ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.10.1</version>
<version>2.11.0</version>
</dependency>
<!-- Required by the Management Interface and CygnusGropuingRule(s) -->
<dependency>
Expand Down

0 comments on commit c1f19ab

Please sign in to comment.