Skip to content

Commit 657ce08

Browse files
chore: [DevOps] bump the production-minor-patch group with 4 updates (#425)
Bumps the production-minor-patch group with 4 updates: [com.fasterxml.jackson.module:jackson-module-parameter-names](https://github.com/FasterXML/jackson-modules-java8), [com.fasterxml.jackson.module:jackson-module-jsonSchema](https://github.com/FasterXML/jackson-module-jsonSchema), [org.wiremock:wiremock](https://github.com/wiremock/wiremock) and [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle). Updates `com.fasterxml.jackson.module:jackson-module-parameter-names` from 2.18.3 to 2.19.0 - [Commits](FasterXML/jackson-modules-java8@jackson-modules-java8-2.18.3...jackson-modules-java8-2.19.0) Updates `com.fasterxml.jackson.module:jackson-module-jsonSchema` from 2.18.3 to 2.19.0 - [Commits](FasterXML/jackson-module-jsonSchema@jackson-module-jsonSchema-parent-2.18.3...jackson-module-jsonSchema-parent-2.19.0) Updates `com.fasterxml.jackson.module:jackson-module-jsonSchema` from 2.18.3 to 2.19.0 - [Commits](FasterXML/jackson-module-jsonSchema@jackson-module-jsonSchema-parent-2.18.3...jackson-module-jsonSchema-parent-2.19.0) Updates `org.wiremock:wiremock` from 3.12.1 to 3.13.0 - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](wiremock/wiremock@3.12.1...3.13.0) Updates `com.puppycrawl.tools:checkstyle` from 10.23.0 to 10.23.1 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.23.0...checkstyle-10.23.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-parameter-names dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: com.fasterxml.jackson.module:jackson-module-jsonSchema dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: com.fasterxml.jackson.module:jackson-module-jsonSchema dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: org.wiremock:wiremock dependency-version: 3.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 10.23.1 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 d87a7bd commit 657ce08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
<project.build.outputTimestamp>2025-04-03T13:23:00Z</project.build.outputTimestamp>
6161
<cloud-sdk.version>5.18.0</cloud-sdk.version>
6262
<junit-jupiter.version>5.12.2</junit-jupiter.version>
63-
<wiremock.version>3.12.1</wiremock.version>
63+
<wiremock.version>3.13.0</wiremock.version>
6464
<assertj-core.version>3.27.3</assertj-core.version>
6565
<slf4j.version>2.0.17</slf4j.version>
66-
<checkstyle.version>10.23.0</checkstyle.version>
66+
<checkstyle.version>10.23.1</checkstyle.version>
6767
<system-stubs.version>2.1.3</system-stubs.version>
6868
<surefire.version>3.5.3</surefire.version>
6969
<springframework.version>6.2.1</springframework.version>
@@ -73,7 +73,7 @@
7373
<mockito.version>5.17.0</mockito.version>
7474
<javaparser.version>3.26.4</javaparser.version>
7575
<jsonschema-generator.version>4.38.0</jsonschema-generator.version>
76-
<jackson.version>2.18.3</jackson.version>
76+
<jackson.version>2.19.0</jackson.version>
7777
<!-- conflicts resolution -->
7878
<micrometer.version>1.14.2</micrometer.version>
7979
<json.version>20250107</json.version>

0 commit comments

Comments
 (0)