From 93b94343b33d9c521d6506f590586719b212354a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:44:33 +0000 Subject: [PATCH] Bump com.igormaznitsa:jcp from 6.0.1 to 7.1.2 Bumps [com.igormaznitsa:jcp](https://github.com/raydac/java-comment-preprocessor) from 6.0.1 to 7.1.2. - [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/6.0.1...7.1.2) --- updated-dependencies: - dependency-name: com.igormaznitsa:jcp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pg/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg/build.gradle b/pg/build.gradle index 0d0c54d..710cc60 100644 --- a/pg/build.gradle +++ b/pg/build.gradle @@ -19,7 +19,7 @@ dependencies { implementation 'org.osgi:org.osgi.enterprise:5.0.0' implementation 'org.osgi:org.osgi.core:4.3.1' implementation 'com.ongres.scram:client:1.0.0-beta.2' - jcp('com.igormaznitsa:jcp:6.0.1') { + jcp('com.igormaznitsa:jcp:7.1.2') { exclude group: 'org.apache.maven.*' exclude group: 'org.codehaus.*' }