commit | f5ab4ef752976fd659db8e9a09fa3abde3a3b32b | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Jun 15 17:57:26 2023 +0000 |
committer | Eliza Margaretha <margaretha@users.noreply.github.com> | Mon Jul 10 10:47:13 2023 +0200 |
tree | 52863456c035aaa6c096c3edc7d014e3c45493c2 | |
parent | 8b6822153d249572ba6340a25efa2f92d3255fdc [diff] [blame] |
Bump spring.version from 5.3.27 to 5.3.28 in /full Bumps `spring.version` from 5.3.27 to 5.3.28. Updates `spring-core` from 5.3.27 to 5.3.28 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28) Updates `spring-web` from 5.3.27 to 5.3.28 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28) Updates `spring-orm` from 5.3.27 to 5.3.28 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28) Updates `spring-jdbc` from 5.3.27 to 5.3.28 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28) Updates `spring-tx` from 5.3.27 to 5.3.28 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28) Updates `spring-context` from 5.3.27 to 5.3.28 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28) Updates `spring-context-support` from 5.3.27 to 5.3.28 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28) Updates `spring-test` from 5.3.27 to 5.3.28 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28) Updates `spring-aop` from 5.3.27 to 5.3.28 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28) Updates `spring-aspects` from 5.3.27 to 5.3.28 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28) --- 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/full/pom.xml b/full/pom.xml index 269214e..e7d3923 100644 --- a/full/pom.xml +++ b/full/pom.xml
@@ -9,7 +9,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <jersey.version>2.39.1</jersey.version> <hibernate.version>5.6.15.Final</hibernate.version> - <spring.version>5.3.27</spring.version> + <spring.version>5.3.28</spring.version> <jetty.version>9.4.51.v20230217</jetty.version> <flyway.version>9.19.4</flyway.version> <log4j.version>2.20.0</log4j.version>