Skip to content

Commit

Permalink
Updated file
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjali-NEC committed Jun 14, 2023
1 parent 4a02af9 commit 406d423
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
@@ -1 +1,2 @@
- Fix: Alarm for notification queue overpassing a given threshold (#4113)
- Fix: logDeprecate not working correctly (`geo:json` wrongly considered as deprecated)
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ SET (BOOST_MT
# See http://mongoc.org/libmongoc/current/tutorial.html#cmake
# This find_package() command provides the mongo::mongoc_static used in
# SET for common static libs. We use 1.23.1 as reference version.
find_package (mongoc-1.0 1.23.2 EXACT)
find_package (mongoc-1.0 1.23.1 EXACT)

# Static libs common to contextBroker and unitTest binaries
SET (COMMON_STATIC_LIBS
Expand Down

0 comments on commit 406d423

Please sign in to comment.