From 4572974d82baab522968842eb1bb21061e8ab401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 21:14:02 +0000 Subject: [PATCH] chore(deps): bump com.igormaznitsa:jcp from 7.0.5 to 7.3.0 Bumps [com.igormaznitsa:jcp](https://github.com/raydac/java-comment-preprocessor) from 7.0.5 to 7.3.0. - [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.3.0) --- updated-dependencies: - dependency-name: com.igormaznitsa:jcp dependency-version: 7.3.0 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..2b56ff687 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.3.0") } tasks {