Skip to content

Commit

Permalink
Bump the maven group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the maven group with 4 updates in the / directory: [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom), [io.dropwizard.metrics:metrics-core](https://github.com/dropwizard/metrics), org.apache.zookeeper:zookeeper and [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle).


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

Updates `io.dropwizard.metrics:metrics-core` from 4.2.27 to 4.2.29
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.27...v4.2.29)

Updates `org.apache.zookeeper:zookeeper` from 3.9.2 to 3.9.3

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

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.dropwizard.metrics:metrics-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.apache.zookeeper:zookeeper
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 5bc6f82 commit cfc8d2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
<maven.compiler.release>11</maven.compiler.release>
<project.build.outputTimestamp>2021-08-03T00:00:00Z</project.build.outputTimestamp>
<!-- plugin and dependency versions -->
<version.checkstyle>10.18.1</version.checkstyle>
<version.dropwizard>4.2.27</version.dropwizard>
<version.jackson>2.17.2</version.jackson>
<version.checkstyle>10.20.2</version.checkstyle>
<version.dropwizard>4.2.29</version.dropwizard>
<version.jackson>2.18.2</version.jackson>
<version.jetty>9.4.56.v20240826</version.jetty>
<version.slf4j>2.0.16</version.slf4j>
<version.snappy>1.1.10.7</version.snappy>
<version.zookeeper>3.9.2</version.zookeeper>
<version.zookeeper>3.9.3</version.zookeeper>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit cfc8d2e

Please sign in to comment.