commit | 3aa3081909d2473bd2b6fff222a0a48229ba22f0 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Jul 02 15:02:16 2020 +0000 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Jul 02 17:18:49 2020 +0200 |
tree | 9173187442d0648eb1f8f5ac695bdfe731136d1d | |
parent | 1a73c3bc8e9ddb5191b51dc7dd4ba14e94c6db77 [diff] |
Bump spring.version from 5.1.2.RELEASE to 5.2.7.RELEASE in /core Bumps `spring.version` from 5.1.2.RELEASE to 5.2.7.RELEASE. Updates `spring-core` from 5.1.2.RELEASE to 5.2.7.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.2.RELEASE...v5.2.7.RELEASE) Updates `spring-web` from 5.1.2.RELEASE to 5.2.7.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.2.RELEASE...v5.2.7.RELEASE) Updates `spring-orm` from 5.1.2.RELEASE to 5.2.7.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.2.RELEASE...v5.2.7.RELEASE) Updates `spring-jdbc` from 5.1.2.RELEASE to 5.2.7.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.2.RELEASE...v5.2.7.RELEASE) Updates `spring-tx` from 5.1.2.RELEASE to 5.2.7.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.2.RELEASE...v5.2.7.RELEASE) Updates `spring-context` from 5.1.2.RELEASE to 5.2.7.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.2.RELEASE...v5.2.7.RELEASE) Updates `spring-context-support` from 5.1.2.RELEASE to 5.2.7.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.2.RELEASE...v5.2.7.RELEASE) Updates `spring-test` from 5.1.2.RELEASE to 5.2.7.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.2.RELEASE...v5.2.7.RELEASE) Updates `spring-aop` from 5.1.2.RELEASE to 5.2.7.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.2.RELEASE...v5.2.7.RELEASE) Updates `spring-aspects` from 5.1.2.RELEASE to 5.2.7.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.2.RELEASE...v5.2.7.RELEASE) Signed-off-by: dependabot[bot] <support@github.com> Change-Id: I498be7e01ae097011c3a59ee9cfafaacc5ce2e8d
diff --git a/core/pom.xml b/core/pom.xml index 334f9dc..32eccd7 100644 --- a/core/pom.xml +++ b/core/pom.xml
@@ -8,7 +8,7 @@ <properties> <java.version>1.8</java.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <spring.version>5.1.2.RELEASE</spring.version> + <spring.version>5.2.7.RELEASE</spring.version> <jersey.version>1.19.4</jersey.version> <jetty.version>9.4.19.v20190610</jetty.version> <hibernate.version>5.3.7.Final</hibernate.version>