From 8997d1eca9c02c7774cfd48db72eec4e7ed9aada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:43:48 -0400 Subject: [PATCH] Bump the maven group across 1 directory with 2 updates (#41) Bumps the maven group with 2 updates in the / directory: [com.google.guava:guava](https://github.com/google/guava) and [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle). Updates `com.google.guava:guava` from 33.0.0-jre to 33.2.1-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `com.puppycrawl.tools:checkstyle` from 10.13.0 to 10.17.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.13.0...checkstyle-10.17.0) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-minor 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4ba5407..9d644dc 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ com.google.guava guava - 33.0.0-jre + 33.2.1-jre @@ -76,7 +76,7 @@ com.puppycrawl.tools checkstyle - 10.13.0 + 10.17.0