From bc22d1a5ae97aacb6275d3b0b79a10c46a658b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 07:53:31 +0000 Subject: [PATCH] Bump the production-dependencies group with 2 updates Bumps the production-dependencies group with 2 updates: [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) and org.slf4j:slf4j-jdk14. Updates `com.puppycrawl.tools:checkstyle` from 10.12.7 to 10.13.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.12.7...checkstyle-10.13.0) Updates `org.slf4j:slf4j-jdk14` from 2.0.11 to 2.0.12 --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: org.slf4j:slf4j-jdk14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- core/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 5106cd8b5..f0ff0c877 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -102,7 +102,7 @@ org.slf4j slf4j-jdk14 - 2.0.11 + 2.0.12 diff --git a/pom.xml b/pom.xml index e1fe9fcdd..afcbd9322 100644 --- a/pom.xml +++ b/pom.xml @@ -142,7 +142,7 @@ com.puppycrawl.tools checkstyle - 10.12.7 + 10.13.0