From 82881f446524a032d7e5a4158216fc8ec34f8796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 17:48:30 +0000 Subject: [PATCH] chore(deps): bump com.igormaznitsa:jcp from 7.0.5 to 7.2.1 Bumps [com.igormaznitsa:jcp](https://github.com/raydac/java-comment-preprocessor) from 7.0.5 to 7.2.1. - [Release notes](https://github.com/raydac/java-comment-preprocessor/releases) - [Changelog](https://github.com/raydac/java-comment-preprocessor/blob/master/changelog.txt) - [Commits](https://github.com/raydac/java-comment-preprocessor/compare/7.0.5...7.2.1) --- updated-dependencies: - dependency-name: com.igormaznitsa:jcp dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 018837259..3aadea32b 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -29,7 +29,7 @@ repositories { } dependencies { - implementation("com.igormaznitsa:jcp:7.0.5") + implementation("com.igormaznitsa:jcp:7.2.1") } tasks {