Sync the NETCONF stack

Depends-on: https://cesnet-gerrit-czechlight/c/CzechLight/dependencies/+/3413
Depends-on: https://cesnet-gerrit-public/c/CzechLight/dependencies/+/3413
Depends-on: https://gerrit.cesnet.cz/c/CzechLight/dependencies/+/3413
Depends-on: https://gerrit.cesnet.cz/c/CzechLight/cla-sysrepo/+/3414
Change-Id: Ic8946d775ee0bdfb2927f6cc0485f23ebe70d01d
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2bc5838..2c92674 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -77,14 +77,14 @@
     message(FATAL_ERROR "Cannot combine ENABLE_FULL_TESTS=ON with BUILD_TESTING=OFF")
 endif()
 
-pkg_check_modules(LIBYANG REQUIRED libyang-cpp>=1.0.190 IMPORTED_TARGET libyang)
-pkg_check_modules(LIBNETCONF2 REQUIRED libnetconf2>=1.1.32 IMPORTED_TARGET libnetconf2)
+pkg_check_modules(LIBYANG REQUIRED libyang-cpp>=1.0.209 IMPORTED_TARGET libyang)
+pkg_check_modules(LIBNETCONF2 REQUIRED libnetconf2>=1.1.36 IMPORTED_TARGET libnetconf2)
 
 if(ENABLE_FULL_TESTS STREQUAL OFF AND ENABLE_SYSREPO_CLI STREQUAL OFF)
     message(STATUS "Skipping sysrepo per configure options")
     set(SYSREPO_FOUND 0)
 else()
-    pkg_check_modules(SYSREPO sysrepo-cpp>=1.4.79 IMPORTED_TARGET sysrepo)
+    pkg_check_modules(SYSREPO sysrepo-cpp>=1.4.100 IMPORTED_TARGET sysrepo)
 endif()
 
 if(SYSREPO_FOUND)