Skip to content

Commit 5bc6f82

Browse files
Bump the maven group across 1 directory with 3 updates (#270)
Bumps the maven group with 3 updates in the / directory: [org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project), [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) and [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle). Updates `org.eclipse.jetty:jetty-bom` from 9.4.55.v20240627 to 9.4.56.v20240826 - [Release notes](https://github.com/jetty/jetty.project/releases) - [Commits](jetty/jetty.project@jetty-9.4.55.v20240627...jetty-9.4.56.v20240826) Updates `org.xerial.snappy:snappy-java` from 1.1.10.6 to 1.1.10.7 - [Release notes](https://github.com/xerial/snappy-java/releases) - [Commits](xerial/snappy-java@v1.1.10.6...v1.1.10.7) Updates `com.puppycrawl.tools:checkstyle` from 10.17.0 to 10.18.1 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.17.0...checkstyle-10.18.1) --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.xerial.snappy:snappy-java 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eae10d1 commit 5bc6f82

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
@@ -47,12 +47,12 @@
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.17.0</version.checkstyle>
50+
<version.checkstyle>10.18.1</version.checkstyle>
5151
<version.dropwizard>4.2.27</version.dropwizard>
5252
<version.jackson>2.17.2</version.jackson>
53-
<version.jetty>9.4.55.v20240627</version.jetty>
53+
<version.jetty>9.4.56.v20240826</version.jetty>
5454
<version.slf4j>2.0.16</version.slf4j>
55-
<version.snappy>1.1.10.6</version.snappy>
55+
<version.snappy>1.1.10.7</version.snappy>
5656
<version.zookeeper>3.9.2</version.zookeeper>
5757
</properties>
5858
<dependencyManagement>

0 commit comments

Comments
 (0)