| commit | 090626a8a8f2fb8c63640c73ab452979c069621e | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Feb 03 09:54:37 2026 +0000 |
| committer | margaretha <margaretha@ids-mannheim.de> | Tue Feb 03 12:04:25 2026 +0100 |
| tree | 4d043e6bbea12565bfc78a65b228f3d00db59695 | |
| parent | 2ca25e41d4dd7b78fd362127f54dbd5f19b43542 [diff] [blame] |
Bump spring.version from 7.0.2 to 7.0.3 Bumps `spring.version` from 7.0.2 to 7.0.3. Updates `org.springframework:spring-core` from 7.0.2 to 7.0.3 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.2...v7.0.3) Updates `org.springframework:spring-web` from 7.0.2 to 7.0.3 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.2...v7.0.3) Updates `org.springframework:spring-orm` from 7.0.2 to 7.0.3 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.2...v7.0.3) Updates `org.springframework:spring-context` from 7.0.2 to 7.0.3 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.2...v7.0.3) Updates `org.springframework:spring-test` from 7.0.2 to 7.0.3 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.2...v7.0.3) Updates `org.springframework:spring-aop` from 7.0.2 to 7.0.3 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.2...v7.0.3) Updates `org.springframework:spring-aspects` from 7.0.2 to 7.0.3 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.2...v7.0.3) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-web dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-orm dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-context dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-test dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-aop dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-aspects dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Closes #899 Change-Id: I3d525bfd53999188ff98911b58288f7bb3317f42
diff --git a/pom.xml b/pom.xml index c567cbb..d599564 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.3.Final</hibernate.version> - <spring.version>7.0.2</spring.version> + <spring.version>7.0.3</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>