Skip to content

Commit

Permalink
Merge pull request #686 from companieshouse/feature/ASM-373
Browse files Browse the repository at this point in the history
Update pom.xml
  • Loading branch information
MalJeffCH authored Sep 30, 2024
2 parents f189e07 + 73576db commit d85a8b2
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
<commons-io.version>2.8.0</commons-io.version>
<spring-core.version>6.1.4</spring-core.version>
<org-json.version>20240303</org-json.version>
<spring-web.version>6.1.13</spring-web.version>
<spring-webflux.version>6.1.13</spring-webflux.version>
<spring-webmvc.version>6.1.13</spring-webmvc.version>
<swagger-ui.version>5.17.11</swagger-ui.version>
</properties>

<dependencyManagement>
Expand All @@ -71,6 +75,26 @@
<artifactId>spring-core</artifactId>
<version>${spring-core.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>${spring-web.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<version>${spring-webflux.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${spring-webmvc.version}</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>swagger-ui</artifactId>
<version>${swagger-ui.version}</version>
</dependency>
</dependencies>

</dependencyManagement>
Expand Down Expand Up @@ -134,7 +158,7 @@
<!--Overriding spring-web version to remove vulnerability-->
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.1.6</version>
<version>${spring-web.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit d85a8b2

Please sign in to comment.