Skip to content

Commit

Permalink
Merge pull request #2288 from telefonicaid/task/upgrade_mongo_driver_…
Browse files Browse the repository at this point in the history
…minor

Update pom.xml: minor upgrade mongo driver
  • Loading branch information
fgalan authored Sep 6, 2023
2 parents 6f1a4d1 + 15ece6c commit 1379d9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion cygnus-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver</artifactId>
<version>3.12.12</version>
<version>3.12.14</version>
</dependency>
<!-- Required by KafkaBackendImpl -->
<dependency>
Expand Down

0 comments on commit 1379d9f

Please sign in to comment.