Skip to content

Commit b9cad6e

Browse files
Bump the maven group across 1 directory with 3 updates (#281)
Bumps the maven group with 3 updates in the / directory: net.revelc.code:revelc, [io.dropwizard.metrics:metrics-core](https://github.com/dropwizard/metrics) and [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle). Updates `net.revelc.code:revelc` from 6 to 7 Updates `io.dropwizard.metrics:metrics-core` from 4.2.29 to 4.2.30 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](dropwizard/metrics@v4.2.29...v4.2.30) Updates `com.puppycrawl.tools:checkstyle` from 10.21.1 to 10.21.2 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.21.1...checkstyle-10.21.2) --- updated-dependencies: - dependency-name: net.revelc.code:revelc dependency-type: direct:production update-type: version-update:semver-major 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: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a612ed commit b9cad6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>net.revelc.code</groupId>
2121
<artifactId>revelc</artifactId>
22-
<version>6</version>
22+
<version>7</version>
2323
</parent>
2424
<groupId>net.revelc.code</groupId>
2525
<artifactId>zookeeper-maven-plugin</artifactId>
@@ -47,8 +47,8 @@
4747
<maven.compiler.release>11</maven.compiler.release>
4848
<project.build.outputTimestamp>2021-08-03T00:00:00Z</project.build.outputTimestamp>
4949
<!-- plugin and dependency versions -->
50-
<version.checkstyle>10.21.1</version.checkstyle>
51-
<version.dropwizard>4.2.29</version.dropwizard>
50+
<version.checkstyle>10.21.2</version.checkstyle>
51+
<version.dropwizard>4.2.30</version.dropwizard>
5252
<version.jackson>2.18.2</version.jackson>
5353
<version.jetty>9.4.57.v20241219</version.jetty>
5454
<version.slf4j>2.0.16</version.slf4j>

0 commit comments

Comments
 (0)