commit | 6cb700de8c872e55d89c915545ac1332c221c0d1 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Jan 11 17:01:32 2023 +0000 |
committer | Akron <nils@diewald-online.de> | Thu Jan 12 17:29:41 2023 +0100 |
tree | 5da0a9654a826dd12c7e7a47c2cf483856ee22bc | |
parent | ab8e55154c3afcf23d504c3e7eed173a011c53cc [diff] [blame] |
Bump spring.version from 5.3.24 to 5.3.25 in /core (closes #501) Bumps `spring.version` from 5.3.24 to 5.3.25. Updates `spring-core` from 5.3.24 to 5.3.25 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.24...v5.3.25) Updates `spring-web` from 5.3.24 to 5.3.25 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.24...v5.3.25) Updates `spring-orm` from 5.3.24 to 5.3.25 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.24...v5.3.25) Updates `spring-jdbc` from 5.3.24 to 5.3.25 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.24...v5.3.25) Updates `spring-tx` from 5.3.24 to 5.3.25 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.24...v5.3.25) Updates `spring-context` from 5.3.24 to 5.3.25 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.24...v5.3.25) Updates `spring-context-support` from 5.3.24 to 5.3.25 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.24...v5.3.25) Updates `spring-test` from 5.3.24 to 5.3.25 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.24...v5.3.25) Updates `spring-aop` from 5.3.24 to 5.3.25 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.24...v5.3.25) Updates `spring-aspects` from 5.3.24 to 5.3.25 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.24...v5.3.25) --- 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> Change-Id: I5050defef3b869ae12b2e0f131e73722be464eff
diff --git a/core/pom.xml b/core/pom.xml index 8d613c3..7c33422 100644 --- a/core/pom.xml +++ b/core/pom.xml
@@ -8,7 +8,7 @@ <properties> <java.version>11</java.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <spring.version>5.3.24</spring.version> + <spring.version>5.3.25</spring.version> <jersey.version>2.37</jersey.version> <jetty.version>9.4.50.v20221201</jetty.version> <hibernate.version>5.6.14.Final</hibernate.version>