Update the NETCONF stack

Change-Id: If75032050032c201046156459e0ff1bfb6d23122
Depends-on: https://cesnet-gerrit-czechlight/c/CzechLight/br2-external/+/4872
Depends-on: https://gerrit.cesnet.cz/c/CzechLight/br2-external/+/4872
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 403ffc7..936dc24 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,8 +41,8 @@
     message(FATAL_ERROR "Systemd 245 has a bug affecting DBus method calls using sdbus-c++. Please see https://github.com/Kistler-Group/sdbus-cpp/issues/106.")
 endif()
 
-pkg_check_modules(SYSREPO REQUIRED sysrepo-cpp>=1.4.140 IMPORTED_TARGET sysrepo)
-pkg_check_modules(LIBYANG REQUIRED libyang-cpp>=1.0.241 IMPORTED_TARGET libyang)
+pkg_check_modules(SYSREPO REQUIRED sysrepo-cpp>=1.4.148 IMPORTED_TARGET sysrepo)
+pkg_check_modules(LIBYANG REQUIRED libyang-cpp>=1.0.248 IMPORTED_TARGET libyang)
 pkg_check_modules(LIBNL REQUIRED IMPORTED_TARGET libnl-route-3.0)
 
 include(GNUInstallDirs)