Skip to content

Commit

Permalink
Update dependencies (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
dkontyko and actions-user authored Jan 19, 2024
1 parent faa53d4 commit 0408d69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.77.0</version>
<version>5.79.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf</artifactId>
<version>1.3.36</version>
<version>1.3.38</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.8.0</version>
<version>5.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0408d69

Please sign in to comment.