commit | 63fb4389810236b6f44e0ee7ac0e12ab08b5c582 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Mar 17 05:23:41 2021 +0000 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Mar 19 07:17:31 2021 +0100 |
tree | 16ad7589a404bbb56d62c84fbfa995122912117a | |
parent | 8aeada1a633c38f2125972e42d5ee978140dcbfc [diff] |
Bump spring.version from 5.3.4 to 5.3.5 in /core Bumps `spring.version` from 5.3.4 to 5.3.5. Updates `spring-core` from 5.3.4 to 5.3.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.4...v5.3.5) Updates `spring-web` from 5.3.4 to 5.3.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.4...v5.3.5) Updates `spring-orm` from 5.3.4 to 5.3.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.4...v5.3.5) Updates `spring-jdbc` from 5.3.4 to 5.3.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.4...v5.3.5) Updates `spring-tx` from 5.3.4 to 5.3.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.4...v5.3.5) Updates `spring-context` from 5.3.4 to 5.3.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.4...v5.3.5) Updates `spring-context-support` from 5.3.4 to 5.3.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.4...v5.3.5) Updates `spring-test` from 5.3.4 to 5.3.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.4...v5.3.5) Updates `spring-aop` from 5.3.4 to 5.3.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.4...v5.3.5) Updates `spring-aspects` from 5.3.4 to 5.3.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.4...v5.3.5) Signed-off-by: dependabot[bot] <support@github.com> Closes #163 Change-Id: Ibc85bea90799b7cc80168533a645a18dbcc81926
diff --git a/core/pom.xml b/core/pom.xml index 1b27203..1f96d57 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.4</spring.version> + <spring.version>5.3.5</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>