commit | 35cec94a318ad023b7811aec45518922c1d7cbca | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Oct 21 17:02:22 2021 +0000 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sun Oct 24 16:03:29 2021 +0200 |
tree | b9a7a67c81ef34315a412328fb6ce26ea80bae01 | |
parent | 1060f9fff2d935d7f718622ab42fd9da90726d41 [diff] [blame] |
Bump spring.version from 5.3.11 to 5.3.12 in /core Bumps `spring.version` from 5.3.11 to 5.3.12. Updates `spring-core` from 5.3.11 to 5.3.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.11...v5.3.12) Updates `spring-web` from 5.3.11 to 5.3.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.11...v5.3.12) Updates `spring-orm` from 5.3.11 to 5.3.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.11...v5.3.12) Updates `spring-jdbc` from 5.3.11 to 5.3.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.11...v5.3.12) Updates `spring-tx` from 5.3.11 to 5.3.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.11...v5.3.12) Updates `spring-context` from 5.3.11 to 5.3.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.11...v5.3.12) Updates `spring-context-support` from 5.3.11 to 5.3.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.11...v5.3.12) Updates `spring-test` from 5.3.11 to 5.3.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.11...v5.3.12) Updates `spring-aop` from 5.3.11 to 5.3.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.11...v5.3.12) Updates `spring-aspects` from 5.3.11 to 5.3.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.11...v5.3.12) --- 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 #276 Change-Id: Ifd061b784fd0e736e976b8d85593a54d3ffe0de9
diff --git a/core/pom.xml b/core/pom.xml index dd2c0f9..ab77367 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.11</spring.version> + <spring.version>5.3.12</spring.version> <jersey.version>1.19.4</jersey.version> <jetty.version>9.4.44.v20210927</jetty.version> <hibernate.version>5.5.7.Final</hibernate.version>