Skip to content

Commit 25eeac4

Browse files
chore: [DevOps] bump the production-major group across 1 directory with 2 updates
Bumps the production-major group with 2 updates in the / directory: [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) and [org.json:json](https://github.com/douglascrockford/JSON-java). Updates `org.springframework:spring-framework-bom` from 6.2.12 to 7.0.2 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.12...v7.0.2) Updates `org.json:json` from 20250517 to 20251224 - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-major - dependency-name: org.json:json dependency-version: '20251224' dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a92b2f3 commit 25eeac4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@
9191
<jackson.version>2.20.1</jackson.version>
9292
<jackson.annotations.version>2.20</jackson.annotations.version>
9393
<!-- WordUtils used twice in OData generator -->
94-
<json.version>20250517</json.version>
94+
<json.version>20251224</json.version>
9595
<!-- XML used once in SOAP payload deserialisation -->
9696
<!-- End of non-essential dependencies -->
9797
<!-- Fully internal (test) dependencies -->
9898
<!-- Spring dependencies -->
9999
<!-- Keep these versions consistent with the ones from the SAP Java Buildpack (after their 2.0 release) -->
100100
<!-- see https://github.wdf.sap.corp/xs2-java/xs-java-buildpack/blob/master/resources/pom.xml -->
101-
<spring.version>6.2.12</spring.version>
101+
<spring.version>7.0.2</spring.version>
102102
<spring-security.version>6.1.5</spring-security.version>
103103
<slf4j.version>2.0.17</slf4j.version>
104104
<assertj-core.version>3.27.6</assertj-core.version>

0 commit comments

Comments
 (0)