From 76f4e2eb2fbec2c0785d94d18dff303a812e7e0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:17:26 +0000 Subject: [PATCH] build(deps): Bump the maven-minor-patch group with 2 updates Bumps the maven-minor-patch group with 2 updates: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) and [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle). Updates `org.junit.jupiter:junit-jupiter` from 6.1.2 to 6.1.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.2...r6.1.3) Updates `com.puppycrawl.tools:checkstyle` from 13.9.0 to 13.10.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-13.9.0...checkstyle-13.10.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-minor-patch - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 13.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-minor-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 28c4ebb..c9a5547 100644 --- a/pom.xml +++ b/pom.xml @@ -146,7 +146,7 @@ org.junit.jupiter junit-jupiter - 6.1.2 + 6.1.3 org.assertj @@ -232,7 +232,7 @@ com.puppycrawl.tools checkstyle - 13.9.0 + 13.10.0