commit | ea8358b876c53bc59c9a1bfa3b8479d8510b24dd | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Oct 26 21:28:13 2020 +0000 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Oct 26 22:39:53 2020 +0100 |
tree | 8249a5dc08d1c8083764e5e1992661fab6172f83 | |
parent | 1e7b0ccc6c6f5ff11c32fdc2687601057f78eeea [diff] |
Bump spring.version from 5.2.8.RELEASE to 5.2.9.RELEASE in /core Bumps `spring.version` from 5.2.8.RELEASE to 5.2.9.RELEASE. Updates `spring-core` from 5.2.8.RELEASE to 5.2.9.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.8.RELEASE...v5.2.9.RELEASE) Updates `spring-web` from 5.2.8.RELEASE to 5.2.9.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.8.RELEASE...v5.2.9.RELEASE) Updates `spring-orm` from 5.2.8.RELEASE to 5.2.9.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.8.RELEASE...v5.2.9.RELEASE) Updates `spring-jdbc` from 5.2.8.RELEASE to 5.2.9.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.8.RELEASE...v5.2.9.RELEASE) Updates `spring-tx` from 5.2.8.RELEASE to 5.2.9.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.8.RELEASE...v5.2.9.RELEASE) Updates `spring-context` from 5.2.8.RELEASE to 5.2.9.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.8.RELEASE...v5.2.9.RELEASE) Updates `spring-context-support` from 5.2.8.RELEASE to 5.2.9.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.8.RELEASE...v5.2.9.RELEASE) Updates `spring-test` from 5.2.8.RELEASE to 5.2.9.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.8.RELEASE...v5.2.9.RELEASE) Updates `spring-aop` from 5.2.8.RELEASE to 5.2.9.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.8.RELEASE...v5.2.9.RELEASE) Updates `spring-aspects` from 5.2.8.RELEASE to 5.2.9.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.8.RELEASE...v5.2.9.RELEASE) Signed-off-by: dependabot[bot] <support@github.com> Closes #107 Change-Id: Ia1f6ffced2c9ead8aa1c0b77e08ab89351fa4435
diff --git a/core/pom.xml b/core/pom.xml index adcd31e..f52bdc6 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.2.8.RELEASE</spring.version> + <spring.version>5.2.9.RELEASE</spring.version> <jersey.version>1.19.4</jersey.version> <jetty.version>9.4.31.v20200723</jetty.version> <hibernate.version>5.3.7.Final</hibernate.version>