Skip to content

Commit

Permalink
signature-api-client 7.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
s148719 committed Nov 12, 2024
1 parent 5da1408 commit 7c0d040
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 5 deletions.
2 changes: 0 additions & 2 deletions apps/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

<!-- other -->
<openhtml.version>1.0.10</openhtml.version>
<signature-api-client-java.version>7.0.3</signature-api-client-java.version>
<sun.istack-commons.version>4.2.0</sun.istack-commons.version>

<!-- test -->
Expand Down Expand Up @@ -225,7 +224,6 @@
<dependency>
<groupId>no.digipost.signature</groupId>
<artifactId>signature-api-client-java</artifactId>
<version>${signature-api-client-java.version}</version>
</dependency>

<dependency>
Expand Down
45 changes: 42 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<apache.commons-io.version>2.17.0</apache.commons-io.version>
<apache.commons-lang.version>3.17.0</apache.commons-lang.version>
<apache-pdfbox.version>2.0.29</apache-pdfbox.version>
<signature-api-client-bom.version>7.0.4</signature-api-client-bom.version>
<asm.version>9.6</asm.version>
<bidrag-commons.version>20230523132931_a602133</bidrag-commons.version>
<bidrag-tilgangskontroll-felles.version>1.11</bidrag-tilgangskontroll-felles.version>
Expand Down Expand Up @@ -66,7 +67,6 @@
<okhttp3.version>4.12.0</okhttp3.version>
<wiremock-jre8-standalone.version>2.35.2</wiremock-jre8-standalone.version>
<spring-cloud-contract-wiremock.version>4.1.3</spring-cloud-contract-wiremock.version>
<httpclient5.version>5.3.1</httpclient5.version>
<hibernate-validator.parent>8.0.0.Final</hibernate-validator.parent>
<shedlock.version>5.16.0</shedlock.version>
<swagger.core.version>2.2.25</swagger.core.version>
Expand Down Expand Up @@ -276,12 +276,12 @@
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5</artifactId>
<version>${httpclient5.version}</version>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>${httpclient5.version}</version>
<version>5.4.1</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
Expand Down Expand Up @@ -356,6 +356,45 @@
<version>${wiremock-jre8-standalone.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>no.digipost.signature</groupId>
<artifactId>signature-api-client-bom</artifactId>
<version>${signature-api-client-bom.version}</version> <!-- replace with any later version -->
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.11.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-bom</artifactId>
<version>2.0.16</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.17.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.17.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 7c0d040

Please sign in to comment.