Skip to content

Commit b029eac

Browse files
chore: [DevOps] bump the production-minor-patch group across 1 directory 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d564046 commit b029eac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5757
<cloud-sdk.version>5.13.0</cloud-sdk.version>
5858
<junit-jupiter.version>5.11.3</junit-jupiter.version>
59-
<wiremock.version>3.9.1</wiremock.version>
59+
<wiremock.version>3.9.2</wiremock.version>
6060
<assertj-core.version>3.26.3</assertj-core.version>
6161
<slf4j.version>2.0.16</slf4j.version>
6262
<spotless.version>2.43.0</spotless.version>
63-
<checkstyle.version>10.18.2</checkstyle.version>
63+
<checkstyle.version>10.19.0</checkstyle.version>
6464
<system-stubs.version>2.1.3</system-stubs.version>
6565
<surefire.version>3.5.1</surefire.version>
6666
<springframework.version>6.1.14</springframework.version>

sample-code/spring-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<properties>
3535
<project.rootdir>${project.basedir}/../../</project.rootdir>
3636
<spring-boot.version>3.3.5</spring-boot.version>
37-
<logback.version>1.5.11</logback.version>
37+
<logback.version>1.5.12</logback.version>
3838
<cf-logging.version>3.8.4</cf-logging.version>
3939
<!-- Skip end-to-end tests by default, can be overridden with -DskipTests=false -->
4040
<skipTests>true</skipTests>

0 commit comments

Comments
 (0)