commit | cd63b1e90932ef6642dd332215bbdec7f3d2efe9 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu May 13 05:33:51 2021 +0000 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Thu May 13 08:22:19 2021 +0200 |
tree | fc19e738ba9586ab18dd00aca2bd23757c80e22e | |
parent | 4f4b9abf89cd95110e0fcebcf1fce075d12b25ce [diff] |
Bump spring.version from 5.3.6 to 5.3.7 in /core Bumps `spring.version` from 5.3.6 to 5.3.7. Updates `spring-core` from 5.3.6 to 5.3.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.6...v5.3.7) Updates `spring-web` from 5.3.6 to 5.3.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.6...v5.3.7) Updates `spring-orm` from 5.3.6 to 5.3.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.6...v5.3.7) Updates `spring-jdbc` from 5.3.6 to 5.3.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.6...v5.3.7) Updates `spring-tx` from 5.3.6 to 5.3.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.6...v5.3.7) Updates `spring-context` from 5.3.6 to 5.3.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.6...v5.3.7) Updates `spring-context-support` from 5.3.6 to 5.3.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.6...v5.3.7) Updates `spring-test` from 5.3.6 to 5.3.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.6...v5.3.7) Updates `spring-aop` from 5.3.6 to 5.3.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.6...v5.3.7) Updates `spring-aspects` from 5.3.6 to 5.3.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.6...v5.3.7) Signed-off-by: dependabot[bot] <support@github.com> Closes #189 Change-Id: If3ade73ae94e9bccdfa7e01876e65b2a89958386
diff --git a/core/pom.xml b/core/pom.xml index 8c8ca3a..ca6a68d 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.6</spring.version> + <spring.version>5.3.7</spring.version> <jersey.version>1.19.4</jersey.version> <jetty.version>9.4.40.v20210413</jetty.version> <hibernate.version>5.4.29.Final</hibernate.version>