Skip to content

Commit

Permalink
Merge branch 'main' into fixing-fill-action
Browse files Browse the repository at this point in the history
  • Loading branch information
dkontyko committed Oct 18, 2023
2 parents 3dfb360 + 400098b commit 1b45b77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
8 changes: 4 additions & 4 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.74.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -47,12 +47,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.2</version>
<version>2.15.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.15.2</version>
<version>2.15.3</version>
</dependency>


Expand All @@ -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 1b45b77

Please sign in to comment.