Skip to content

Commit

Permalink
bump spring version (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
taba90 authored Apr 11, 2022
1 parent 941325f commit ca20cfe
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
spring-security-core 3.0.4 requires spring-core 3.x, otherwise we'd normally use 2.5.6, which
is what the rest of the app uses
-->
<spring-version>5.3.9</spring-version>
<spring-version>5.3.18</spring-version>

<!-- 2.5.6.SEC01 is the version used by smix-->
<!-- 2.5.5 is the version used by memberService-->
Expand Down Expand Up @@ -536,6 +536,14 @@
<!-- =========================================================== -->
<!-- SPRING -->
<!-- =========================================================== -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>${spring-version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
Expand Down

0 comments on commit ca20cfe

Please sign in to comment.