Skip to content

Commit

Permalink
Bump spring.version in /Chapter-01-Spring-Introduction-and-Patterns
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Nov 17, 2019
1 parent 71f39c0 commit 350cc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chapter-01-Spring-Introduction-and-Patterns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>0.0.1-SNAPSHOT</version>

<properties>
<spring.version>5.0.2.RELEASE</spring.version>
<spring.version>5.2.1.RELEASE</spring.version>
<aspectj.version>1.8.9</aspectj.version>
</properties>

Expand Down

0 comments on commit 350cc70

Please sign in to comment.