From d8c4e7a01bc66c6d1e40bd87a520a55cfc266755 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 15:10:39 -0400 Subject: [PATCH] Update dependencies (#50) * Update dependencies * updating token --------- Co-authored-by: GitHub Actions Co-authored-by: David Kontyko <33853225+dkontyko@users.noreply.github.com> --- .github/workflows/dependencyCheck.yml | 2 +- FunctionApp/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependencyCheck.yml b/.github/workflows/dependencyCheck.yml index b6ea507..771b4a0 100644 --- a/.github/workflows/dependencyCheck.yml +++ b/.github/workflows/dependencyCheck.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.DEPENDENCY_CHECK_TOKEN }} permissions: contents: write diff --git a/FunctionApp/pom.xml b/FunctionApp/pom.xml index b7bf0da..230f5c3 100644 --- a/FunctionApp/pom.xml +++ b/FunctionApp/pom.xml @@ -26,7 +26,7 @@ com.microsoft.graph microsoft-graph - 5.71.0 + 5.73.0 com.azure @@ -67,7 +67,7 @@ org.mockito mockito-core - 5.5.0 + 5.6.0 test