Skip to content

Commit

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

Bumps the production-minor-patch group with 3 updates in the / directory: [org.wiremock:wiremock](/~https://github.com/wiremock/wiremock), [com.puppycrawl.tools:checkstyle](/~https://github.com/checkstyle/checkstyle) and [ch.qos.logback:logback-classic](/~https://github.com/qos-ch/logback).


Updates `org.wiremock:wiremock` from 3.9.1 to 3.9.2
- [Release notes](/~https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.9.1...3.9.2)

Updates `com.puppycrawl.tools:checkstyle` from 10.18.2 to 10.19.0
- [Release notes](/~https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.18.2...checkstyle-10.19.0)

Updates `ch.qos.logback:logback-classic` from 1.5.11 to 1.5.12
- [Commits](qos-ch/logback@v_1.5.11...v_1.5.12)

---
updated-dependencies:
- dependency-name: org.wiremock:wiremock
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: com.puppycrawl.tools:checkstyle
  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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent d564046 commit b029eac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cloud-sdk.version>5.13.0</cloud-sdk.version>
<junit-jupiter.version>5.11.3</junit-jupiter.version>
<wiremock.version>3.9.1</wiremock.version>
<wiremock.version>3.9.2</wiremock.version>
<assertj-core.version>3.26.3</assertj-core.version>
<slf4j.version>2.0.16</slf4j.version>
<spotless.version>2.43.0</spotless.version>
<checkstyle.version>10.18.2</checkstyle.version>
<checkstyle.version>10.19.0</checkstyle.version>
<system-stubs.version>2.1.3</system-stubs.version>
<surefire.version>3.5.1</surefire.version>
<springframework.version>6.1.14</springframework.version>
Expand Down
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>
<project.rootdir>${project.basedir}/../../</project.rootdir>
<spring-boot.version>3.3.5</spring-boot.version>
<logback.version>1.5.11</logback.version>
<logback.version>1.5.12</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 b029eac

Please sign in to comment.