Skip to content

Commit 4e932ed

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

File tree

1 file changed

+1
-1
lines changed
  • 08-spring-rest/solution-code-spring-crm-rest-demo-add-customer

1 file changed

+1
-1
lines changed

08-spring-rest/solution-code-spring-crm-rest-demo-add-customer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<packaging>war</packaging>
99

1010
<properties>
11-
<springframework.version>5.0.6.RELEASE</springframework.version>
11+
<springframework.version>5.2.3.RELEASE</springframework.version>
1212
<hibernate.version>5.4.1.Final</hibernate.version>
1313
<mysql.connector.version>5.1.45</mysql.connector.version>
1414
<c3po.version>0.9.5.4</c3po.version>

0 commit comments

Comments
 (0)