Skip to content

Commit

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

* Update pom.xml

no beta libraries

---------

Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
dkontyko and actions-user authored Sep 12, 2024
1 parent 06ff8fc commit 72575bc
Showing 1 changed file with 4 additions and 4 deletions.
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>6.13.0</version>
<version>6.14.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand All @@ -60,14 +60,14 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.0-M2</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.12.0</version>
<version>5.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 72575bc

Please sign in to comment.