Skip to content

Commit b73ceb8

Browse files
Bump springframework.version
Bumps `springframework.version` from 5.0.3.RELEASE to 5.2.3.RELEASE. Updates `spring-webmvc` from 5.0.3.RELEASE to 5.2.3.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.0.3.RELEASE...v5.2.3.RELEASE) Updates `spring-tx` from 5.0.3.RELEASE to 5.2.3.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.0.3.RELEASE...v5.2.3.RELEASE) Updates `spring-orm` from 5.0.3.RELEASE to 5.2.3.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.0.3.RELEASE...v5.2.3.RELEASE) Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf4115f commit b73ceb8

File tree

1 file changed

+1
-1
lines changed
  • 07-spring-security-5/bonus-code-crm-with-security-in-memory-authentication

1 file changed

+1
-1
lines changed

07-spring-security-5/bonus-code-crm-with-security-in-memory-authentication/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<name>crm-with-security-in-memory</name>
1111

1212
<properties>
13-
<springframework.version>5.0.3.RELEASE</springframework.version>
13+
<springframework.version>5.2.3.RELEASE</springframework.version>
1414
<springsecurity.version>5.0.1.RELEASE</springsecurity.version>
1515

1616
<hibernate.version>5.4.1.Final</hibernate.version>

0 commit comments

Comments
 (0)