From 72575bcc5b97cc8ddab90f673758ce007c9a66f5 Mon Sep 17 00:00:00 2001 From: David Kontyko <33853225+dkontyko@users.noreply.github.com> Date: Wed, 11 Sep 2024 22:37:34 -0400 Subject: [PATCH] Update dependencies (#104) * Update dependencies * Update pom.xml no beta libraries --------- Co-authored-by: GitHub Actions --- FunctionApp/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FunctionApp/pom.xml b/FunctionApp/pom.xml index 8577a3b..b5096fd 100644 --- a/FunctionApp/pom.xml +++ b/FunctionApp/pom.xml @@ -26,7 +26,7 @@ com.microsoft.graph microsoft-graph - 6.13.0 + 6.14.0 com.azure @@ -37,7 +37,7 @@ com.github.librepdf openpdf - 2.0.2 + 2.0.3 org.bouncycastle @@ -60,14 +60,14 @@ org.junit.jupiter junit-jupiter - 5.11.0-M2 + 5.11.0 test org.mockito mockito-core - 5.12.0 + 5.13.0 test