commit | 14736a5fcfa4c45dcf805422108f79f0c48f8897 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Oct 28 05:51:39 2020 +0000 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Nov 05 20:20:09 2020 +0100 |
tree | 8d5ad6187527754b81a663aa35a8627b8c1f6745 | |
parent | f632cda2cacfd064a6f2a6d74e9c39a538f4dc00 [diff] |
Bump spring.version from 5.2.9.RELEASE to 5.3.0 in /core Bumps `spring.version` from 5.2.9.RELEASE to 5.3.0. Updates `spring-core` from 5.2.9.RELEASE to 5.3.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.9.RELEASE...v5.3.0) Updates `spring-web` from 5.2.9.RELEASE to 5.3.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.9.RELEASE...v5.3.0) Updates `spring-orm` from 5.2.9.RELEASE to 5.3.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.9.RELEASE...v5.3.0) Updates `spring-jdbc` from 5.2.9.RELEASE to 5.3.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.9.RELEASE...v5.3.0) Updates `spring-tx` from 5.2.9.RELEASE to 5.3.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.9.RELEASE...v5.3.0) Updates `spring-context` from 5.2.9.RELEASE to 5.3.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.9.RELEASE...v5.3.0) Updates `spring-context-support` from 5.2.9.RELEASE to 5.3.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.9.RELEASE...v5.3.0) Updates `spring-test` from 5.2.9.RELEASE to 5.3.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.9.RELEASE...v5.3.0) Updates `spring-aop` from 5.2.9.RELEASE to 5.3.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.9.RELEASE...v5.3.0) Updates `spring-aspects` from 5.2.9.RELEASE to 5.3.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.9.RELEASE...v5.3.0) Signed-off-by: dependabot[bot] <support@github.com> Closes #118 Change-Id: I4712c995612a759d946dbfcc10ffcd29db3e6ef8
diff --git a/core/pom.xml b/core/pom.xml index 71e06ed..0b87936 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.9.RELEASE</spring.version> + <spring.version>5.3.0</spring.version> <jersey.version>1.19.4</jersey.version> <jetty.version>9.4.31.v20200723</jetty.version> <hibernate.version>5.4.20.Final</hibernate.version>