| commit | be2d4e4c3764628c26f939217f7f1e963a57c727 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Mar 05 10:17:39 2026 +0000 |
| committer | margaretha <margaretha@ids-mannheim.de> | Thu Mar 05 11:28:23 2026 +0100 |
| tree | b926a676714cf2acfe70116c5e757556a3e3e2b8 | |
| parent | 8276ca2aa2d6e0d4ac5250f1cbe49496375f3806 [diff] |
Bump spring.version from 7.0.3 to 7.0.5 Bumps `spring.version` from 7.0.3 to 7.0.5. Updates `org.springframework:spring-core` from 7.0.3 to 7.0.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.5) Updates `org.springframework:spring-web` from 7.0.3 to 7.0.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.5) Updates `org.springframework:spring-orm` from 7.0.3 to 7.0.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.5) Updates `org.springframework:spring-context` from 7.0.3 to 7.0.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.5) Updates `org.springframework:spring-test` from 7.0.3 to 7.0.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.5) Updates `org.springframework:spring-aop` from 7.0.3 to 7.0.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.5) Updates `org.springframework:spring-aspects` from 7.0.3 to 7.0.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.5) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-web dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-orm dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-context dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-test dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-aop dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-aspects dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Closes #921 Change-Id: Ic87761a652c7c5c4cfdaed38277c3073905f3c59
diff --git a/pom.xml b/pom.xml index 19b5df2..e8fe8b2 100644 --- a/pom.xml +++ b/pom.xml
@@ -10,7 +10,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <jersey.version>4.0.2</jersey.version> <hibernate.version>7.2.6.Final</hibernate.version> - <spring.version>7.0.3</spring.version> + <spring.version>7.0.5</spring.version> <!-- spring6.version is used in jersey and defined here to make sure that jersey uses the correct spring version--> <spring6.version>${spring.version}</spring6.version>