| commit | be838752186281a47721e4051bfa72a640c9a62b | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Apr 29 09:45:16 2026 +0000 |
| committer | margaretha <margaretha@ids-mannheim.de> | Mon May 04 11:23:29 2026 +0200 |
| tree | 81e3a04c6430905c2ca8e797e045a779f6fae3a7 | |
| parent | 2fffcd07c0af25d4c221fa0770f246bd1705efe9 [diff] [blame] |
Bump spring.version from 7.0.5 to 7.0.7 Bumps `spring.version` from 7.0.5 to 7.0.7. Updates `org.springframework:spring-core` from 7.0.5 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.5...v7.0.7) Updates `org.springframework:spring-web` from 7.0.5 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.5...v7.0.7) Updates `org.springframework:spring-orm` from 7.0.5 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.5...v7.0.7) Updates `org.springframework:spring-context` from 7.0.5 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.5...v7.0.7) Updates `org.springframework:spring-test` from 7.0.5 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.5...v7.0.7) Updates `org.springframework:spring-aop` from 7.0.5 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.5...v7.0.7) Updates `org.springframework:spring-aspects` from 7.0.5 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.5...v7.0.7) --- updated-dependencies: - dependency-name: org.springframework:spring-aop dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-aspects dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-context dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-core dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-orm dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-test dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-web dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Closes #949 Change-Id: I03d4a59f8e4fd20b730bab9b894daefc712455dd
diff --git a/pom.xml b/pom.xml index 3d5e2cd..5237d64 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.3.2.Final</hibernate.version> - <spring.version>7.0.5</spring.version> + <spring.version>7.0.7</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>