commit | 371751cbbce83e03c73328696a66d6f06f483734 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Feb 17 17:03:05 2022 +0000 |
committer | Eliza Margaretha <margaretha@users.noreply.github.com> | Tue Feb 22 10:24:55 2022 +0100 |
tree | 6b964c433d28ff5d4ddeb56466b902a05cbe6bb7 | |
parent | 95d3bc8fcbf8762bd9d2d4dc757ebd6fc6a0d8e5 [diff] |
Bump spring.version from 5.3.15 to 5.3.16 in /core Bumps `spring.version` from 5.3.15 to 5.3.16. Updates `spring-core` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.15...v5.3.16) Updates `spring-web` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.15...v5.3.16) Updates `spring-orm` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.15...v5.3.16) Updates `spring-jdbc` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.15...v5.3.16) Updates `spring-tx` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.15...v5.3.16) Updates `spring-context` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.15...v5.3.16) Updates `spring-context-support` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.15...v5.3.16) Updates `spring-test` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.15...v5.3.16) Updates `spring-aop` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.15...v5.3.16) Updates `spring-aspects` from 5.3.15 to 5.3.16 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.15...v5.3.16) --- 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>
diff --git a/core/pom.xml b/core/pom.xml index 12e17bb..b3ae940 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.15</spring.version> + <spring.version>5.3.16</spring.version> <jersey.version>1.19.4</jersey.version> <jetty.version>9.4.45.v20220203</jetty.version> <hibernate.version>5.6.5.Final</hibernate.version>