commit | 577407505ae34691b74e2e385d9d1d7271b21ae0 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Jul 13 17:58:15 2023 +0000 |
committer | Eliza Margaretha <margaretha@users.noreply.github.com> | Tue Jul 25 11:36:45 2023 +0200 |
tree | 5e296437a4b21f99d9a535a03b4592c04bc20ac1 | |
parent | 7a35b9ef1770be3f494554f082efad34fdece46e [diff] |
Bump spring.version from 5.3.28 to 5.3.29 in /full Bumps `spring.version` from 5.3.28 to 5.3.29. Updates `spring-core` from 5.3.28 to 5.3.29 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.28...v5.3.29) Updates `spring-web` from 5.3.28 to 5.3.29 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.28...v5.3.29) Updates `spring-orm` from 5.3.28 to 5.3.29 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.28...v5.3.29) Updates `spring-jdbc` from 5.3.28 to 5.3.29 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.28...v5.3.29) Updates `spring-tx` from 5.3.28 to 5.3.29 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.28...v5.3.29) Updates `spring-context` from 5.3.28 to 5.3.29 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.28...v5.3.29) Updates `spring-context-support` from 5.3.28 to 5.3.29 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.28...v5.3.29) Updates `spring-test` from 5.3.28 to 5.3.29 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.28...v5.3.29) Updates `spring-aop` from 5.3.28 to 5.3.29 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.28...v5.3.29) Updates `spring-aspects` from 5.3.28 to 5.3.29 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.28...v5.3.29) --- 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 a23b481..0195084 100644 --- a/full/pom.xml +++ b/full/pom.xml
@@ -9,7 +9,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <jersey.version>2.40</jersey.version> <hibernate.version>5.6.15.Final</hibernate.version> - <spring.version>5.3.28</spring.version> + <spring.version>5.3.29</spring.version> <jetty.version>9.4.51.v20230217</jetty.version> <flyway.version>9.20.0</flyway.version> <log4j.version>2.20.0</log4j.version>