| commit | b13a8ec173b67305cd0f57314f1f3248ed161500 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Nov 13 17:11:03 2025 +0000 |
| committer | margaretha <margaretha@ids-mannheim.de> | Fri Nov 14 11:52:11 2025 +0100 |
| tree | 6aaebacbcdc5bfe7fa5cd3dcc58efcaa33be87f1 | |
| parent | b61d74a0160787100e704a4b249790fe4c5688f1 [diff] [blame] |
Bump spring.version from 6.2.12 to 7.0.0 Bumps `spring.version` from 6.2.12 to 7.0.0. Updates `org.springframework:spring-core` from 6.2.12 to 7.0.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.0) Updates `org.springframework:spring-web` from 6.2.12 to 7.0.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.0) Updates `org.springframework:spring-orm` from 6.2.12 to 7.0.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.0) Updates `org.springframework:spring-context` from 6.2.12 to 7.0.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.0) Updates `org.springframework:spring-test` from 6.2.12 to 7.0.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.0) Updates `org.springframework:spring-aop` from 6.2.12 to 7.0.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.0) Updates `org.springframework:spring-aspects` from 6.2.12 to 7.0.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.0) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-web dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-orm dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-context dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-test dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-aop dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-aspects dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Closes #870 Change-Id: I55155d720330a86eb60ffd220cf8e57817b5f5a8
diff --git a/pom.xml b/pom.xml index 47c2b01..207e28f 100644 --- a/pom.xml +++ b/pom.xml
@@ -10,7 +10,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <jersey.version>3.1.11</jersey.version> <hibernate.version>7.1.5.Final</hibernate.version> - <spring.version>6.2.12</spring.version> + <spring.version>7.0.0</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>