Skip to content

Commit

Permalink
Patching PDF application (#12460)
Browse files Browse the repository at this point in the history
  • Loading branch information
SandGrainOne authored Mar 7, 2024
1 parent 8817b7d commit b91e6a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Altinn.Platform/Altinn.Platform.PDF/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
</parent>
<dependencies>
<dependency>
Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-secrets</artifactId>
<version>4.7.3</version>
<version>4.8.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand All @@ -78,7 +78,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.11.2</version>
<version>1.11.3</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit b91e6a2

Please sign in to comment.