diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 3a55b8b9c..a1afb8ff7 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -3,4 +3,4 @@ - [cygnus-common][SQL] Fix expiration records select with a limit to avoid java out of memory error (#2273) - [cygnus-ngsi] Removes "_" in schema name for DM -schema family (#2270, #2201 reopens for Postgis) - [cygnus-ngsi] UPGRADE: Debian version from 11.6 to 12.1 in Dockerfile - +- [cygnus-common] Upgrade mongodb driver dep from 3.12.12 to 3.12.14 diff --git a/cygnus-common/pom.xml b/cygnus-common/pom.xml index 915c39642..a6c0bf3e3 100644 --- a/cygnus-common/pom.xml +++ b/cygnus-common/pom.xml @@ -123,7 +123,7 @@ org.mongodb mongodb-driver - 3.12.12 + 3.12.14