| commit | 2cfda809a4774a8f40c8b55bd1aab7ee8345e2ff | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Jun 15 10:23:33 2026 +0000 |
| committer | margaretha <margaretha@ids-mannheim.de> | Mon Jun 22 08:37:08 2026 +0200 |
| tree | 1c140b85964ed55d61cdebcf080f849bf13fe1eb | |
| parent | 2cd204bfbdb6c08b4f858255666609f9750dd0be [diff] [blame] |
Bump spring.version from 7.0.7 to 7.0.8 Bumps `spring.version` from 7.0.7 to 7.0.8. Updates `org.springframework:spring-core` from 7.0.7 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.7...v7.0.8) Updates `org.springframework:spring-web` from 7.0.7 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.7...v7.0.8) Updates `org.springframework:spring-orm` from 7.0.7 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.7...v7.0.8) Updates `org.springframework:spring-context` from 7.0.7 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.7...v7.0.8) Updates `org.springframework:spring-test` from 7.0.7 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.7...v7.0.8) Updates `org.springframework:spring-aop` from 7.0.7 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.7...v7.0.8) Updates `org.springframework:spring-aspects` from 7.0.7 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.7...v7.0.8) --- updated-dependencies: - dependency-name: org.springframework:spring-aop dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-aspects dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-context dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-core dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-orm dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-test dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-web dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Closes #981 Change-Id: Id417f445fcbef54b85022c9ab01685dd4089f739
diff --git a/pom.xml b/pom.xml index 3bcd232..1c8a575 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.4.1.Final</hibernate.version> - <spring.version>7.0.7</spring.version> + <spring.version>7.0.8</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>