Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 8, 2024
1 parent 06ff8fc commit abff145
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 @@ -31,13 +31,13 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.13.1</version>
<version>1.14.0-beta.1</version>
</dependency>

<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,7 +60,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.0-M2</version>
<version>5.11.0-RC1</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit abff145

Please sign in to comment.