commit | 38fd37c39186133dd4a189cd584f9d996109228d | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Apr 14 05:23:28 2021 +0000 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Apr 14 11:49:21 2021 +0200 |
tree | fcb486b6506c6e8c0f66cdb9ed0f2bcbaac18866 | |
parent | ef8274671666bcd7809286ffd9da8c79f940ba37 [diff] |
Bump spring.version from 5.3.5 to 5.3.6 in /core Bumps `spring.version` from 5.3.5 to 5.3.6. Updates `spring-core` from 5.3.5 to 5.3.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.5...v5.3.6) Updates `spring-web` from 5.3.5 to 5.3.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.5...v5.3.6) Updates `spring-orm` from 5.3.5 to 5.3.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.5...v5.3.6) Updates `spring-jdbc` from 5.3.5 to 5.3.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.5...v5.3.6) Updates `spring-tx` from 5.3.5 to 5.3.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.5...v5.3.6) Updates `spring-context` from 5.3.5 to 5.3.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.5...v5.3.6) Updates `spring-context-support` from 5.3.5 to 5.3.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.5...v5.3.6) Updates `spring-test` from 5.3.5 to 5.3.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.5...v5.3.6) Updates `spring-aop` from 5.3.5 to 5.3.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.5...v5.3.6) Updates `spring-aspects` from 5.3.5 to 5.3.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.5...v5.3.6) Signed-off-by: dependabot[bot] <support@github.com> Closes #179 Change-Id: I4159a9a36119f49dc2e767024db7afd459d61409
diff --git a/core/pom.xml b/core/pom.xml index 868ea91..cf80d40 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.3.5</spring.version> + <spring.version>5.3.6</spring.version> <jersey.version>1.19.4</jersey.version> <jetty.version>9.4.38.v20210224</jetty.version> <hibernate.version>5.4.29.Final</hibernate.version>