Skip to content

Commit

Permalink
SIGA-828 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jukutr committed May 7, 2024
1 parent 6807be2 commit 9c41dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
</parent>

<groupId>ee.openeid.siga</groupId>
Expand Down Expand Up @@ -46,19 +46,15 @@
<digidoc4j.version>5.3.0</digidoc4j.version>
<guava.version>32.1.2-jre</guava.version>
<ignite.version>2.15.0</ignite.version>
<jakarta.ws.rs-api.version>3.1.0</jakarta.ws.rs-api.version>
<json.version>20231013</json.version>
<json.version>20240303</json.version>
<wiremock.version>3.3.1</wiremock.version>

<build-helper-maven-plugin.version>3.4.0</build-helper-maven-plugin.version>
<cxf-wadl2java-plugin.version>4.0.3</cxf-wadl2java-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<spring-boot.build-image.builder>paketobuildpacks/builder:tiny</spring-boot.build-image.builder>
<spring-boot.build-image.imageName>${project.artifactId}:latest</spring-boot.build-image.imageName>

<!-- Override vulnerable dependencies that are pulled in via Spring boot -->
<!-- TODO: Amend this list when Spring Boot version is updated! -->
<postgresql.version>42.7.2</postgresql.version>
</properties>

<dependencies>
Expand Down
1 change: 0 additions & 1 deletion siga-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
<version>${jakarta.ws.rs-api.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 9c41dc6

Please sign in to comment.