Skip to content

Commit

Permalink
Update dependencies (#50)
Browse files Browse the repository at this point in the history
* Update dependencies

* updating token

---------

Co-authored-by: GitHub Actions <[email protected]>
Co-authored-by: David Kontyko <[email protected]>
  • Loading branch information
3 people authored Oct 14, 2023
1 parent 9b75273 commit d8c4e7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencyCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.DEPENDENCY_CHECK_TOKEN }}

permissions:
contents: write
Expand Down
4 changes: 2 additions & 2 deletions FunctionApp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.microsoft.graph</groupId>
<artifactId>microsoft-graph</artifactId>
<version>5.71.0</version>
<version>5.73.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.5.0</version>
<version>5.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d8c4e7a

Please sign in to comment.