Skip to content

Commit

Permalink
Patching PDF (#11821)
Browse files Browse the repository at this point in the history
  • Loading branch information
SandGrainOne authored Dec 8, 2023
1 parent dd6e55e commit 646a5bc
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions src/Altinn.Platform/Altinn.Platform.PDF/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,15 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.6</version>
<version>3.2.0</version>
</parent>
<dependencies>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<!-- Updating to 3.0.0 will not be prioritized since this component will be
replaced by new pdf generator
-->
<version>2.0.29</version>
replaced by new pdf generator -->
<version>2.0.30</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -70,7 +69,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-secrets</artifactId>
<version>4.7.2</version>
<version>4.7.3</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand All @@ -80,10 +79,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<!-- Deploy fails when updating to 1.10.0. No such method:
com.azure.core.credential.TokenRequestContext.isCaeEnabled()
-->
<version>1.9.2</version>
<version>1.11.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 646a5bc

Please sign in to comment.