Skip to content

Commit 350cc70

Browse files
Bump spring.version in /Chapter-01-Spring-Introduction-and-Patterns
Bumps `spring.version` from 5.0.2.RELEASE to 5.2.1.RELEASE. Updates `spring-core` from 5.0.2.RELEASE to 5.2.1.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.0.2.RELEASE...v5.2.1.RELEASE) Updates `spring-context` from 5.0.2.RELEASE to 5.2.1.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.0.2.RELEASE...v5.2.1.RELEASE) Updates `spring-beans` from 5.0.2.RELEASE to 5.2.1.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.0.2.RELEASE...v5.2.1.RELEASE) Updates `spring-aop` from 5.0.2.RELEASE to 5.2.1.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v5.0.2.RELEASE...v5.2.1.RELEASE) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 71f39c0 commit 350cc70

File tree

1 file changed

+1
-1
lines changed
  • Chapter-01-Spring-Introduction-and-Patterns

1 file changed

+1
-1
lines changed

Chapter-01-Spring-Introduction-and-Patterns/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>0.0.1-SNAPSHOT</version>
66

77
<properties>
8-
<spring.version>5.0.2.RELEASE</spring.version>
8+
<spring.version>5.2.1.RELEASE</spring.version>
99
<aspectj.version>1.8.9</aspectj.version>
1010
</properties>
1111

0 commit comments

Comments
 (0)