Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: [DevOps] bump the production-minor-patch group with 9 updates #361

Merged
Merged
Show file tree
Hide file tree
Changes from 2 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
6 changes: 3 additions & 3 deletions dependency-bundles/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<x-sap-release-maturity>Stable</x-sap-release-maturity>
<!-- do not modify the following line, it is updated by the versioning script -->
<sdk.version>5.6.0-SNAPSHOT</sdk.version>
<service-binding.version>0.10.3</service-binding.version>
<service-binding.version>0.10.4</service-binding.version>
<!-- HTTP stuff -->
<httpcore.version>4.4.16</httpcore.version>
<httpcore5.version>5.2.4</httpcore5.version>
Expand Down Expand Up @@ -68,7 +68,7 @@
<resilience4j.version>2.2.0</resilience4j.version>
<!-- JSON & XML stuff -->
<gson.version>2.10.1</gson.version>
<jackson.version>2.16.2</jackson.version>
<jackson.version>2.17.0</jackson.version>
<owasp-json-sanitizer.version>1.2.3</owasp-json-sanitizer.version>
<!-- end of essential versions -->
</properties>
Expand Down Expand Up @@ -270,7 +270,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.25.0</version>
<version>2.26.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<codeAnalysisExclusions>**/odata/namespaces/**,**/odata/services/**,**/odatav4/namespaces/**,**/odatav4/services/**,**/soap/client/**,**/testclasses/**</codeAnalysisExclusions>
<!-- Non-essential dependencies -->
<jco-api.version>4.71.11</jco-api.version>
<jackson.version>2.16.2</jackson.version>
<jackson.version>2.17.0</jackson.version>
<commons-configuration.version>1.10</commons-configuration.version>
<!-- WordUtils used twice in OData generator -->
<json.version>20240303</json.version>
Expand All @@ -94,7 +94,7 @@
<!-- 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.1.4</spring.version>
<spring.version>6.1.5</spring.version>
<spring-security.version>6.1.5</spring-security.version>
<slf4j.version>2.0.12</slf4j.version>
<assertj-core.version>3.25.3</assertj-core.version>
Expand Down
Loading