Skip to content

Commit

Permalink
chore: [DevOps] bump the production-minor-patch group with 4 updates (#…
Browse files Browse the repository at this point in the history
…498)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent ba489e9 commit 1930d3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cloudplatform/connectivity-ztis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-bom</artifactId>
<version>1.65.0</version>
<version>1.65.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<jacoco.executionDataFile>${project.build.directory}/coverage-reports/jacoco.exec</jacoco.executionDataFile>
<codeAnalysisExclusions>**/odata/namespaces/**,**/odata/services/**,**/odatav4/namespaces/**,**/odatav4/services/**,**/soap/client/**,**/testclasses/**</codeAnalysisExclusions>
<!-- Non-essential dependencies -->
<jco-api.version>4.79.7</jco-api.version>
<jco-api.version>4.81.7</jco-api.version>
<jackson.version>2.17.2</jackson.version>
<commons-configuration.version>1.10</commons-configuration.version>
<!-- WordUtils used twice in OData generator -->
Expand All @@ -94,10 +94,10 @@
<!-- 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.10</spring.version>
<spring.version>6.1.11</spring.version>
<spring-security.version>6.1.5</spring-security.version>
<slf4j.version>2.0.13</slf4j.version>
<assertj-core.version>3.26.0</assertj-core.version>
<assertj-core.version>3.26.3</assertj-core.version>
<assertj-vavr.version>0.4.3</assertj-vavr.version>
<mockito.version>5.12.0</mockito.version>
<jsonassert.version>1.5.3</jsonassert.version>
Expand Down

0 comments on commit 1930d3a

Please sign in to comment.