Skip to content

Commit

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

* Update pom.xml

removing rc versions

---------

Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
dkontyko and actions-user authored Nov 10, 2023
1 parent f86b100 commit 6dcaf35
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 @@ -31,13 +31,13 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.10.4</version>
<version>1.11.0</version>
</dependency>

<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf</artifactId>
<version>1.3.30</version>
<version>1.3.32</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.10.0</version>
<version>5.10.1</version>
<scope>test</scope>
</dependency>

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

0 comments on commit 6dcaf35

Please sign in to comment.