Skip to content

Commit

Permalink
Bump the maven group across 1 directory with 3 updates (#270)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent eae10d1 commit 5bc6f82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
<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.17.0</version.checkstyle>
<version.checkstyle>10.18.1</version.checkstyle>
<version.dropwizard>4.2.27</version.dropwizard>
<version.jackson>2.17.2</version.jackson>
<version.jetty>9.4.55.v20240627</version.jetty>
<version.jetty>9.4.56.v20240826</version.jetty>
<version.slf4j>2.0.16</version.slf4j>
<version.snappy>1.1.10.6</version.snappy>
<version.snappy>1.1.10.7</version.snappy>
<version.zookeeper>3.9.2</version.zookeeper>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit 5bc6f82

Please sign in to comment.