commit | c2e0df16b79e2f1d04ebcb92ca826cdbbea71798 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Jan 13 17:02:43 2022 +0000 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Jan 19 18:37:57 2022 +0100 |
tree | c3e1cb6f65da778504c902b50646c60b5b01cc9e | |
parent | e0eb5648abd02e54b7c29745e07d6d0af79776b8 [diff] |
Bump spring.version from 5.3.14 to 5.3.15 in /core Bumps `spring.version` from 5.3.14 to 5.3.15. Updates `spring-core` from 5.3.14 to 5.3.15 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.14...v5.3.15) Updates `spring-web` from 5.3.14 to 5.3.15 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.14...v5.3.15) Updates `spring-orm` from 5.3.14 to 5.3.15 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.14...v5.3.15) Updates `spring-jdbc` from 5.3.14 to 5.3.15 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.14...v5.3.15) Updates `spring-tx` from 5.3.14 to 5.3.15 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.14...v5.3.15) Updates `spring-context` from 5.3.14 to 5.3.15 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.14...v5.3.15) Updates `spring-context-support` from 5.3.14 to 5.3.15 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.14...v5.3.15) Updates `spring-test` from 5.3.14 to 5.3.15 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.14...v5.3.15) Updates `spring-aop` from 5.3.14 to 5.3.15 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.14...v5.3.15) Updates `spring-aspects` from 5.3.14 to 5.3.15 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.14...v5.3.15) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-web dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-orm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-jdbc dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-tx dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-context-support dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-test dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-aop dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-aspects dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Closes #310 Change-Id: I61a543a7a7eedbfef241c8118e277b1ea29fd5d8
diff --git a/core/pom.xml b/core/pom.xml index 0d2f18e..5fa1eba 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.14</spring.version> + <spring.version>5.3.15</spring.version> <jersey.version>1.19.4</jersey.version> <jetty.version>9.4.44.v20210927</jetty.version> <hibernate.version>5.6.3.Final</hibernate.version>