Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@
<jackson.version>2.20.1</jackson.version>
<jackson.annotations.version>2.20</jackson.annotations.version>
<!-- WordUtils used twice in OData generator -->
<json.version>20250517</json.version>
<json.version>20251224</json.version>
<!-- XML used once in SOAP payload deserialisation -->
<!-- End of non-essential dependencies -->
<!-- Fully internal (test) dependencies -->
<!-- Spring dependencies -->
<!-- Keep these versions consistent with the ones from the SAP Java Buildpack (after their 2.0 release) -->
<!-- see https://github.wdf.sap.corp/xs2-java/xs-java-buildpack/blob/master/resources/pom.xml -->
<spring.version>6.2.12</spring.version>
<spring.version>6.2.15</spring.version>
<spring-security.version>6.1.5</spring-security.version>
<slf4j.version>2.0.17</slf4j.version>
<assertj-core.version>3.27.6</assertj-core.version>
Expand Down