Skip to content

Commit

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

Bumps the production-minor-patch group with 3 updates: com.sap.cloud.sdk:sdk-bom, com.sap.cloud.sdk.datamodel:openapi-generator-maven-plugin and [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback).


Updates `com.sap.cloud.sdk:sdk-bom` from 5.12.0 to 5.13.0

Updates `com.sap.cloud.sdk.datamodel:openapi-generator-maven-plugin` from 5.12.0 to 5.13.0

Updates `ch.qos.logback:logback-classic` from 1.5.8 to 1.5.10
- [Commits](qos-ch/logback@v_1.5.8...v_1.5.10)

---
updated-dependencies:
- dependency-name: com.sap.cloud.sdk:sdk-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: com.sap.cloud.sdk.datamodel:openapi-generator-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
...

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 Oct 14, 2024
1 parent 09a7bfb commit 834c098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-code/spring-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<properties>
<spring-boot.version>3.3.4</spring-boot.version>
<logback.version>1.5.8</logback.version>
<logback.version>1.5.10</logback.version>
<cf-logging.version>3.8.4</cf-logging.version>
<!-- Skip end-to-end tests by default, can be overridden with -DskipTests=false -->
<skipTests>true</skipTests>
Expand Down

0 comments on commit 834c098

Please sign in to comment.