| commit | 932940c524bd50105b95e506932036f4a4bd63bf | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Nov 20 17:10:06 2025 +0000 |
| committer | margaretha <margaretha@ids-mannheim.de> | Mon Nov 24 13:01:47 2025 +0100 |
| tree | a611f0c7567cfc8c4a65e68fec4f37d6f9915005 | |
| parent | 503280fa461773f0f8402e611507e3ed8a620d9e [diff] |
Bump spring.version from 7.0.0 to 7.0.1 Bumps `spring.version` from 7.0.0 to 7.0.1. Updates `org.springframework:spring-core` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.0...v7.0.1) Updates `org.springframework:spring-web` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.0...v7.0.1) Updates `org.springframework:spring-orm` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.0...v7.0.1) Updates `org.springframework:spring-context` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.0...v7.0.1) Updates `org.springframework:spring-test` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.0...v7.0.1) Updates `org.springframework:spring-aop` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.0...v7.0.1) Updates `org.springframework:spring-aspects` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-web dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-orm dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-context dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-test dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-aop dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-aspects dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Change-Id: Ica2b06fd6d6e07f1d3afddec478319f7e22e15da
diff --git a/pom.xml b/pom.xml index 04485a0..e749a94 100644 --- a/pom.xml +++ b/pom.xml
@@ -10,7 +10,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <jersey.version>4.0.0</jersey.version> <hibernate.version>7.1.9.Final</hibernate.version> - <spring.version>7.0.0</spring.version> + <spring.version>7.0.1</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>