Skip to content

Commit

Permalink
chore(deps): bump the low-risk group in /api-tests with 4 updates
Browse files Browse the repository at this point in the history
Bumps the low-risk group in /api-tests with 4 updates: [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson), [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core), [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) and [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle).


Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.1 to 2.18.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.1 to 2.18.2
- [Commits](FasterXML/jackson-core@jackson-core-2.18.1...jackson-core-2.18.2)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.1 to 2.18.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.1 to 2.18.2
- [Commits](FasterXML/jackson-core@jackson-core-2.18.1...jackson-core-2.18.2)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.1 to 2.18.2
- [Commits](https://github.com/FasterXML/jackson/commits)

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

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: low-risk
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 75b7783 commit f7c6b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<encoding>UTF-8</encoding>
<parallel.tests>4</parallel.tests>
<webdriver.base.url/>
<jackson.version>2.18.1</jackson.version>
<jackson.version>2.18.2</jackson.version>
<java.version>17</java.version>

<!-- Set 'pact.broker.url' and 'pact.broker.token' -->
Expand All @@ -30,7 +30,7 @@
<pact.jvm.consumer.version>4.0.10</pact.jvm.consumer.version>
<pact.jvm.provider.junit.version>4.0.10</pact.jvm.provider.junit.version>
<spotbugs.version>4.8.6</spotbugs.version>
<puppycrawl-tools-checkstyle.version>10.20.1</puppycrawl-tools-checkstyle.version>
<puppycrawl-tools-checkstyle.version>10.20.2</puppycrawl-tools-checkstyle.version>
<junit-jupiter.version>5.11.3</junit-jupiter.version>
<freemarker.version>2.3.33</freemarker.version>
<assertj.core.version>3.26.3</assertj.core.version>
Expand Down

0 comments on commit f7c6b96

Please sign in to comment.