From 9c93e8b769e2f7f5b31b13c0dfd16b770b52a276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 21:24:24 +0000 Subject: [PATCH 01/81] Bump org.apache.maven.plugins:maven-surefire-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.3 to 3.2.5. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.3...surefire-3.2.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index dbf2da4d..8f24e78a 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -45,7 +45,7 @@ 3.12.1 3.5.0 3.1.1 - 3.2.3 + 3.2.5 1.23 0.8.11 2.22.1 From 2bc16fa5773743d2c2716d42975afb687261d168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 21:05:52 +0000 Subject: [PATCH 02/81] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd85f1db..fe6ab3b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,19 +29,19 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.m2 key: ${{ runner.os }}-gradle-m2-${{ hashFiles('**/build.gradle') }} restore-keys: | ${{ runner.os }}-gradle- - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.gradle/caches/ key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/build.gradle') }} restore-keys: | ${{ runner.os }}-gradle- - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.gradle/wrapper/ key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/build.gradle') }} From 944d8034df2a066b705f9c790d16c9c05ff01805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:07:32 +0000 Subject: [PATCH 03/81] Bump com.github.ben-manes.versions from 0.50.0 to 0.51.0 in /idea-plugin Bumps com.github.ben-manes.versions from 0.50.0 to 0.51.0. --- updated-dependencies: - dependency-name: com.github.ben-manes.versions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- idea-plugin/p3c-common/build.gradle | 2 +- idea-plugin/p3c-idea/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/idea-plugin/p3c-common/build.gradle b/idea-plugin/p3c-common/build.gradle index 9a666e6e..71134d59 100644 --- a/idea-plugin/p3c-common/build.gradle +++ b/idea-plugin/p3c-common/build.gradle @@ -4,7 +4,7 @@ plugins { id "org.sonarqube" version "4.4.1.3373" - id "com.github.ben-manes.versions" version "0.50.0" + id "com.github.ben-manes.versions" version "0.51.0" } apply plugin: 'kotlin' diff --git a/idea-plugin/p3c-idea/build.gradle b/idea-plugin/p3c-idea/build.gradle index f7a41923..4bc8ed6d 100644 --- a/idea-plugin/p3c-idea/build.gradle +++ b/idea-plugin/p3c-idea/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' id "org.jetbrains.intellij" version "1.13.3" - id "com.github.ben-manes.versions" version "0.50.0" + id "com.github.ben-manes.versions" version "0.51.0" } apply plugin: 'kotlin' apply plugin: 'idea' From ae9a7771db3c49e11ddc2f9bd05bdca3723fd99a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 21:59:10 +0000 Subject: [PATCH 04/81] Bump com.gradle.enterprise from 3.16.1 to 3.16.2 in /idea-plugin Bumps com.gradle.enterprise from 3.16.1 to 3.16.2. --- updated-dependencies: - dependency-name: com.gradle.enterprise dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- idea-plugin/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea-plugin/settings.gradle b/idea-plugin/settings.gradle index 54d1f07c..0d7adb7f 100644 --- a/idea-plugin/settings.gradle +++ b/idea-plugin/settings.gradle @@ -1,5 +1,5 @@ plugins { - id "com.gradle.enterprise" version "3.16.1" + id "com.gradle.enterprise" version "3.16.2" } gradleEnterprise { buildScan { From bcba52a5980b14447ff3f8d564878c2de19303ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 21:14:59 +0000 Subject: [PATCH 05/81] Bump com.puppycrawl.tools:checkstyle from 10.12.7 to 10.13.0 in /p3c-pmd Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/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) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 8f24e78a..4f092ed3 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -54,7 +54,7 @@ true 3.0.0-M3 3.3.1 - 10.12.7 + 10.13.0 src/site/resources/checkstyle From c3cb831cf7adb905833f7e8e707ff2980ccfba10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 21:07:11 +0000 Subject: [PATCH 06/81] Bump log4j.version from 2.22.1 to 2.23.0 in /p3c-pmd Bumps `log4j.version` from 2.22.1 to 2.23.0. Updates `org.apache.logging.log4j:log4j-api` from 2.22.1 to 2.23.0 Updates `org.apache.logging.log4j:log4j-core` from 2.22.1 to 2.23.0 Updates `org.apache.logging.log4j:log4j-bom` from 2.22.1 to 2.23.0 - [Release notes](https://github.com/apache/logging-log4j2/releases) - [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/RELEASE-NOTES.adoc) - [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.22.1...rel/2.23.0) --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.logging.log4j:log4j-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 4f092ed3..b370f1ba 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -48,7 +48,7 @@ 3.2.5 1.23 0.8.11 - 2.22.1 + 2.23.0 1.7.36 true From ed997fd9afe2d9901569fa3f388374e2f1a63453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 21:47:56 +0000 Subject: [PATCH 07/81] Bump com.puppycrawl.tools:checkstyle from 10.13.0 to 10.14.0 in /p3c-pmd Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.13.0 to 10.14.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.13.0...checkstyle-10.14.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index b370f1ba..11b8ae1a 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -54,7 +54,7 @@ true 3.0.0-M3 3.3.1 - 10.13.0 + 10.14.0 src/site/resources/checkstyle From 40685af256466c927ab5c3e57f1727c69f2ea3b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 21:39:44 +0000 Subject: [PATCH 08/81] Bump project.kotlin_version from 1.9.22 to 1.9.23 in /idea-plugin Bumps `project.kotlin_version` from 1.9.22 to 1.9.23. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.22 to 1.9.23 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.22...v1.9.23) Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.9.22 to 1.9.23 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.22...v1.9.23) Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.9.22 to 1.9.23 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.22...v1.9.23) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- idea-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea-plugin/build.gradle b/idea-plugin/build.gradle index a38de83d..f9d8b720 100644 --- a/idea-plugin/build.gradle +++ b/idea-plugin/build.gradle @@ -15,7 +15,7 @@ static boolean shouldIncludeJava(String idea_version_string) { buildscript { project.ext { - kotlin_version = "1.9.22" + kotlin_version = "1.9.23" } repositories { mavenCentral() From b8eb155170a1917f8eee38ab14a3a714f55dbb4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 21:55:16 +0000 Subject: [PATCH 09/81] Bump kotlin.version from 1.9.22 to 1.9.23 in /p3c-pmd Bumps `kotlin.version` from 1.9.22 to 1.9.23. Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.9.22 to 1.9.23 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.22...v1.9.23) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.22 to 1.9.23 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 11b8ae1a..cccfd00d 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -24,7 +24,7 @@ 6.55.0 1.3.2 - 1.9.22 + 1.9.23 2.3.9 3.14.0 2.15.1 From 1e4e2900c4bac61bbd42101cc5c5bad8cff673bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 21:40:37 +0000 Subject: [PATCH 10/81] Bump log4j.version from 2.23.0 to 2.23.1 in /p3c-pmd Bumps `log4j.version` from 2.23.0 to 2.23.1. Updates `org.apache.logging.log4j:log4j-api` from 2.23.0 to 2.23.1 Updates `org.apache.logging.log4j:log4j-core` from 2.23.0 to 2.23.1 Updates `org.apache.logging.log4j:log4j-bom` from 2.23.0 to 2.23.1 - [Release notes](https://github.com/apache/logging-log4j2/releases) - [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/RELEASE-NOTES.adoc) - [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.23.0...rel/2.23.1) --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.logging.log4j:log4j-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index cccfd00d..ec62074f 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -48,7 +48,7 @@ 3.2.5 1.23 0.8.11 - 2.23.0 + 2.23.1 1.7.36 true From e96140ed72e0a88900310eca0a6d34cb803d6a72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 21:40:56 +0000 Subject: [PATCH 11/81] Bump com.fasterxml.jackson:jackson-bom from 2.16.1 to 2.16.2 in /p3c-pmd Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.16.1 to 2.16.2. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.16.1...jackson-bom-2.16.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index cccfd00d..728dff73 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -29,7 +29,7 @@ 3.14.0 2.15.1 4.13.2 - 2.16.1 + 2.16.2 From e336d70f649a83ca35a2d7375fc5a5cd7363cc0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 21:41:03 +0000 Subject: [PATCH 12/81] Bump org.apache.maven.plugins:maven-gpg-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.1.0...maven-gpg-plugin-3.2.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index cccfd00d..6e87090d 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -35,7 +35,7 @@ 2.16.2 3.3.0 - 3.1.0 + 3.2.0 3.21.2 3.12.1 3.2.0 From a82eab0a83af1e0edbee6c975d034d5ad3ae819e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 21:41:17 +0000 Subject: [PATCH 13/81] Bump com.puppycrawl.tools:checkstyle from 10.14.0 to 10.14.1 in /p3c-pmd Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.14.0 to 10.14.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.14.0...checkstyle-10.14.1) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index cccfd00d..be50b149 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -54,7 +54,7 @@ true 3.0.0-M3 3.3.1 - 10.14.0 + 10.14.1 src/site/resources/checkstyle From 673bb5a6ad8569436a1e1abe0b72e53fe9f5d958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 21:57:28 +0000 Subject: [PATCH 14/81] Bump com.fasterxml.jackson:jackson-bom from 2.16.2 to 2.17.0 in /p3c-pmd Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.16.2 to 2.17.0. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.16.2...jackson-bom-2.17.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 3b93e957..07559238 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -29,7 +29,7 @@ 3.14.0 2.15.1 4.13.2 - 2.16.2 + 2.17.0 From ec4aea991a03f59491a284a5750a2a4a49486e3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:46:42 +0000 Subject: [PATCH 15/81] Bump org.apache.maven.plugins:maven-gpg-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.0...maven-gpg-plugin-3.2.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 07559238..608587c8 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -35,7 +35,7 @@ 2.16.2 3.3.0 - 3.2.0 + 3.2.1 3.21.2 3.12.1 3.2.0 From 9c63924c44200a048b4acb517a02ff758b0c771b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:46:52 +0000 Subject: [PATCH 16/81] Bump org.apache.maven.plugins:maven-compiler-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.12.1 to 3.13.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.12.1...maven-compiler-plugin-3.13.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 07559238..2bdc614e 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -37,7 +37,7 @@ 3.3.0 3.2.0 3.21.2 - 3.12.1 + 3.13.0 3.2.0 3.6.3 3.4.1 From e1bade6ac6b4e950d17f6413d151ad8aa310b92a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:47:01 +0000 Subject: [PATCH 17/81] Bump com.puppycrawl.tools:checkstyle from 10.14.1 to 10.14.2 in /p3c-pmd Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.14.1 to 10.14.2. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.14.1...checkstyle-10.14.2) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 07559238..550dce2d 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -54,7 +54,7 @@ true 3.0.0-M3 3.3.1 - 10.14.1 + 10.14.2 src/site/resources/checkstyle From 5095e74b1edf75b1d553c7c6254532213e084eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 21:04:17 +0000 Subject: [PATCH 18/81] Bump org.sonarqube from 4.4.1.3373 to 5.0.0.4638 in /idea-plugin Bumps org.sonarqube from 4.4.1.3373 to 5.0.0.4638. --- updated-dependencies: - dependency-name: org.sonarqube dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- idea-plugin/p3c-common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea-plugin/p3c-common/build.gradle b/idea-plugin/p3c-common/build.gradle index 71134d59..3377c8a2 100644 --- a/idea-plugin/p3c-common/build.gradle +++ b/idea-plugin/p3c-common/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' id "org.jetbrains.intellij" version "1.13.3" - id "org.sonarqube" version "4.4.1.3373" + id "org.sonarqube" version "5.0.0.4638" id "com.github.ben-manes.versions" version "0.51.0" } From d104e7b80ce1e3cdf0fb186955b5518ca900b1a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 21:30:56 +0000 Subject: [PATCH 19/81] Bump org.apache.maven.plugins:maven-gpg-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.1...maven-gpg-plugin-3.2.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index ac90e341..d3b26151 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -35,7 +35,7 @@ 2.16.2 3.3.0 - 3.2.1 + 3.2.2 3.21.2 3.12.1 3.2.0 From 93d251151c414ff946ff02fc8f07b557fd2db029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 21:57:49 +0000 Subject: [PATCH 20/81] Bump commons-io:commons-io from 2.15.1 to 2.16.0 in /p3c-pmd Bumps commons-io:commons-io from 2.15.1 to 2.16.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index d3b26151..cc6a67a7 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -27,7 +27,7 @@ 1.9.23 2.3.9 3.14.0 - 2.15.1 + 2.16.0 4.13.2 2.17.0 From 4f1b3d3c3b3dce01f79ec01999e907327fb3a3d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:48:14 +0000 Subject: [PATCH 21/81] Bump com.puppycrawl.tools:checkstyle from 10.14.2 to 10.15.0 in /p3c-pmd Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.14.2 to 10.15.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.14.2...checkstyle-10.15.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index cc6a67a7..027233c2 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -54,7 +54,7 @@ true 3.0.0-M3 3.3.1 - 10.14.2 + 10.15.0 src/site/resources/checkstyle From 9e0af25d3ee2138debb86a0429a3521a90420835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 21:35:26 +0000 Subject: [PATCH 22/81] Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 in /p3c-pmd Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.11 to 0.8.12. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.11...v0.8.12) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 027233c2..d3d30ea0 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -47,7 +47,7 @@ 3.1.1 3.2.5 1.23 - 0.8.11 + 0.8.12 2.23.1 1.7.36 From e53b65f7d72341a7aa10673f3d1f2ae396949e54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 21:35:23 +0000 Subject: [PATCH 23/81] Bump org.apache.maven.plugins:maven-source-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.0 to 3.3.1. - [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.3.0...maven-source-plugin-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index d3d30ea0..0a884853 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -34,7 +34,7 @@ 2.16.2 - 3.3.0 + 3.3.1 3.2.2 3.21.2 3.12.1 From 4992708793e773653abe9c9643b2ad3a97b5a448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 21:16:42 +0000 Subject: [PATCH 24/81] Bump commons-io:commons-io from 2.16.0 to 2.16.1 in /p3c-pmd Bumps commons-io:commons-io from 2.16.0 to 2.16.1. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 0a884853..2f9b7c00 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -27,7 +27,7 @@ 1.9.23 2.3.9 3.14.0 - 2.16.0 + 2.16.1 4.13.2 2.17.0 From 36f25ac1b47774611827eaea30876ffba2f64255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 21:22:57 +0000 Subject: [PATCH 25/81] Bump com.gradle.enterprise from 3.16.2 to 3.17.1 in /idea-plugin Bumps com.gradle.enterprise from 3.16.2 to 3.17.1. --- updated-dependencies: - dependency-name: com.gradle.enterprise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- idea-plugin/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea-plugin/settings.gradle b/idea-plugin/settings.gradle index 0d7adb7f..f6123074 100644 --- a/idea-plugin/settings.gradle +++ b/idea-plugin/settings.gradle @@ -1,5 +1,5 @@ plugins { - id "com.gradle.enterprise" version "3.16.2" + id "com.gradle.enterprise" version "3.17.1" } gradleEnterprise { buildScan { From e34abfe9665b51502fca89f28daff0b4ba919930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 21:09:39 +0000 Subject: [PATCH 26/81] Bump org.apache.maven.plugins:maven-gpg-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.2...maven-gpg-plugin-3.2.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 2f9b7c00..9ad71f9d 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -35,7 +35,7 @@ 2.16.2 3.3.1 - 3.2.2 + 3.2.3 3.21.2 3.12.1 3.2.0 From 1e0ae203ec2560f5bbf198d7941207e14aac5b27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 21:09:38 +0000 Subject: [PATCH 27/81] Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 in /p3c-pmd Bumps org.apache.commons:commons-text from 1.11.0 to 1.12.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-text dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 9ad71f9d..c6bafa55 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -181,7 +181,7 @@ org.apache.commons commons-text - 1.11.0 + 1.12.0 com.squareup.okio From c8ea0035ecb133350efd69f863c32d23fc4e9df1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 21:55:32 +0000 Subject: [PATCH 28/81] Bump com.gradle.enterprise from 3.17.1 to 3.17.2 in /idea-plugin Bumps com.gradle.enterprise from 3.17.1 to 3.17.2. --- updated-dependencies: - dependency-name: com.gradle.enterprise dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- idea-plugin/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea-plugin/settings.gradle b/idea-plugin/settings.gradle index f6123074..907ebe67 100644 --- a/idea-plugin/settings.gradle +++ b/idea-plugin/settings.gradle @@ -1,5 +1,5 @@ plugins { - id "com.gradle.enterprise" version "3.17.1" + id "com.gradle.enterprise" version "3.17.2" } gradleEnterprise { buildScan { From 0c11142a7c35fdd728f58a46d33aa6afe9dec9d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 21:43:44 +0000 Subject: [PATCH 29/81] Bump org.apache.maven.plugins:maven-gpg-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.3...maven-gpg-plugin-3.2.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index c6bafa55..94db2cc7 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -35,7 +35,7 @@ 2.16.2 3.3.1 - 3.2.3 + 3.2.4 3.21.2 3.12.1 3.2.0 From c3d4e71bf8274553da024ec4ff4b8e73dd511580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 21:11:24 +0000 Subject: [PATCH 30/81] Bump org.apache.maven.plugins:maven-deploy-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 94db2cc7..6c9f470b 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -44,7 +44,7 @@ 3.0.0-M1 3.12.1 3.5.0 - 3.1.1 + 3.1.2 3.2.5 1.23 0.8.12 From e06157edf158a22254567a5d0cd1ca6242acee20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 21:11:29 +0000 Subject: [PATCH 31/81] Bump com.puppycrawl.tools:checkstyle from 10.15.0 to 10.16.0 in /p3c-pmd Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.15.0 to 10.16.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.15.0...checkstyle-10.16.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 94db2cc7..830a3c6d 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -54,7 +54,7 @@ true 3.0.0-M3 3.3.1 - 10.15.0 + 10.16.0 src/site/resources/checkstyle From b63ca8ac3856b8035a010628cbd100eedd84c9b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 21:37:30 +0000 Subject: [PATCH 32/81] Bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1 in /p3c-pmd Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.0 to 2.17.1. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.17.0...jackson-bom-2.17.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 92fe9333..f1880489 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -29,7 +29,7 @@ 3.14.0 2.16.1 4.13.2 - 2.17.0 + 2.17.1 From d91dfb67579d73d650aa8d82366c07313b14d556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 21:21:03 +0000 Subject: [PATCH 33/81] Bump kotlin.version from 1.9.23 to 1.9.24 in /p3c-pmd Bumps `kotlin.version` from 1.9.23 to 1.9.24. Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.9.23 to 1.9.24 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.24/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.23...v1.9.24) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.23 to 1.9.24 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index f1880489..a65f3bf4 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -24,7 +24,7 @@ 6.55.0 1.3.2 - 1.9.23 + 1.9.24 2.3.9 3.14.0 2.16.1 From 8fc9d3a1a8ecab47061642a44b4e050f4ec5c898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 21:28:56 +0000 Subject: [PATCH 34/81] Bump project.kotlin_version from 1.9.23 to 1.9.24 in /idea-plugin Bumps `project.kotlin_version` from 1.9.23 to 1.9.24. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.23 to 1.9.24 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.24/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.23...v1.9.24) Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.9.23 to 1.9.24 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.24/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.23...v1.9.24) Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.9.23 to 1.9.24 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.24/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.23...v1.9.24) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- idea-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea-plugin/build.gradle b/idea-plugin/build.gradle index f9d8b720..fd98ecc6 100644 --- a/idea-plugin/build.gradle +++ b/idea-plugin/build.gradle @@ -15,7 +15,7 @@ static boolean shouldIncludeJava(String idea_version_string) { buildscript { project.ext { - kotlin_version = "1.9.23" + kotlin_version = "1.9.24" } repositories { mavenCentral() From e82bbc57f8188b2a6ed17123390985ba8fe0d532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 21:02:08 +0000 Subject: [PATCH 35/81] Bump com.gradle.enterprise from 3.17.2 to 3.17.3 in /idea-plugin Bumps com.gradle.enterprise from 3.17.2 to 3.17.3. --- updated-dependencies: - dependency-name: com.gradle.enterprise dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- idea-plugin/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea-plugin/settings.gradle b/idea-plugin/settings.gradle index 907ebe67..17f3e15d 100644 --- a/idea-plugin/settings.gradle +++ b/idea-plugin/settings.gradle @@ -1,5 +1,5 @@ plugins { - id "com.gradle.enterprise" version "3.17.2" + id "com.gradle.enterprise" version "3.17.3" } gradleEnterprise { buildScan { From deb54d726929a2805fe74b9831e24a5f4dbe8bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 21:25:16 +0000 Subject: [PATCH 36/81] Bump com.gradle.enterprise from 3.17.3 to 3.17.4 in /idea-plugin Bumps com.gradle.enterprise from 3.17.3 to 3.17.4. --- updated-dependencies: - dependency-name: com.gradle.enterprise dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- idea-plugin/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea-plugin/settings.gradle b/idea-plugin/settings.gradle index 17f3e15d..30e29592 100644 --- a/idea-plugin/settings.gradle +++ b/idea-plugin/settings.gradle @@ -1,5 +1,5 @@ plugins { - id "com.gradle.enterprise" version "3.17.3" + id "com.gradle.enterprise" version "3.17.4" } gradleEnterprise { buildScan { From fc7e638a72432d7da3acca27da7cfbe2e2b8f473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 21:59:05 +0000 Subject: [PATCH 37/81] Bump com.puppycrawl.tools:checkstyle from 10.16.0 to 10.17.0 in /p3c-pmd Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.16.0 to 10.17.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.16.0...checkstyle-10.17.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index a65f3bf4..f9c4f8f1 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -54,7 +54,7 @@ true 3.0.0-M3 3.3.1 - 10.16.0 + 10.17.0 src/site/resources/checkstyle From 6537a7b7d036deef476651a346f0432a3caa46fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 21:02:52 +0000 Subject: [PATCH 38/81] Bump org.apache.maven.plugins:maven-javadoc-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.3 to 3.7.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.7.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index f9c4f8f1..d55699d0 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -39,7 +39,7 @@ 3.21.2 3.12.1 3.2.0 - 3.6.3 + 3.7.0 3.4.1 3.0.0-M1 3.12.1 From a4ddc2dfde682ceaa25bb54d3466d2dad81daa2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 21:54:33 +0000 Subject: [PATCH 39/81] Bump org.freemarker:freemarker from 2.3.32 to 2.3.33 in /idea-plugin Bumps org.freemarker:freemarker from 2.3.32 to 2.3.33. --- updated-dependencies: - dependency-name: org.freemarker:freemarker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- idea-plugin/p3c-common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea-plugin/p3c-common/build.gradle b/idea-plugin/p3c-common/build.gradle index 71134d59..a88c1112 100644 --- a/idea-plugin/p3c-common/build.gradle +++ b/idea-plugin/p3c-common/build.gradle @@ -57,7 +57,7 @@ version plugin_version ext.isReleaseVersion = !version.endsWith("SNAPSHOT") dependencies { - implementation group: 'org.freemarker', name: 'freemarker', version: '2.3.32' + implementation group: 'org.freemarker', name: 'freemarker', version: '2.3.33' implementation("com.xenoamess.p3c:p3c-pmd:$plugin_version") { exclude group: 'org.apache.logging.log4j' exclude group: 'org.slf4j' From 7ee5dbd84a322681b167ed8ba00d07441a6f495d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 21:57:41 +0000 Subject: [PATCH 40/81] Bump org.apache.maven.plugins:maven-checkstyle-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.3.1 to 3.4.0. - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.3.1...maven-checkstyle-plugin-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index d55699d0..f4bca2e5 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -53,7 +53,7 @@ true 3.0.0-M3 - 3.3.1 + 3.4.0 10.17.0 src/site/resources/checkstyle From 47f432e1c12a4f01f19c1b5d0855624ce64f78de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 21:35:44 +0000 Subject: [PATCH 41/81] Bump com.gradle.enterprise from 3.17.4 to 3.17.5 in /idea-plugin Bumps com.gradle.enterprise from 3.17.4 to 3.17.5. --- updated-dependencies: - dependency-name: com.gradle.enterprise dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- idea-plugin/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea-plugin/settings.gradle b/idea-plugin/settings.gradle index 30e29592..aba4b1ac 100644 --- a/idea-plugin/settings.gradle +++ b/idea-plugin/settings.gradle @@ -1,5 +1,5 @@ plugins { - id "com.gradle.enterprise" version "3.17.4" + id "com.gradle.enterprise" version "3.17.5" } gradleEnterprise { buildScan { From 04c537cb9718e028bc691fecf3ebb0552d7a469a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 21:40:23 +0000 Subject: [PATCH 42/81] Bump org.apache.maven.plugins:maven-surefire-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index f4bca2e5..85df076b 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -45,7 +45,7 @@ 3.12.1 3.5.0 3.1.2 - 3.2.5 + 3.3.0 1.23 0.8.12 2.23.1 From 4e9dcf4bc23a5e11c24d3694de3393be757b9446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 21:55:37 +0000 Subject: [PATCH 43/81] Bump org.apache.maven.plugins:maven-project-info-reports-plugin Bumps [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.5.0 to 3.6.0. - [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.5.0...maven-project-info-reports-plugin-3.6.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 85df076b..66279979 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -43,7 +43,7 @@ 3.4.1 3.0.0-M1 3.12.1 - 3.5.0 + 3.6.0 3.1.2 3.3.0 1.23 From e12fa89370c82fcdf87a7f87ba5f6109046aa839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 21:46:18 +0000 Subject: [PATCH 44/81] Bump org.apache.maven.plugins:maven-project-info-reports-plugin Bumps [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.6.0 to 3.6.1. - [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.6.0...maven-project-info-reports-plugin-3.6.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 66279979..5582a36b 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -43,7 +43,7 @@ 3.4.1 3.0.0-M1 3.12.1 - 3.6.0 + 3.6.1 3.1.2 3.3.0 1.23 From 22f8acfd23755a68d4f59586155bf9b54a60e2ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 21:26:08 +0000 Subject: [PATCH 45/81] Bump org.codehaus.mojo:versions-maven-plugin in /p3c-pmd Bumps [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) from 2.16.2 to 2.17.0. - [Release notes](https://github.com/mojohaus/versions/releases) - [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md) - [Commits](https://github.com/mojohaus/versions/compare/2.16.2...2.17.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:versions-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 5582a36b..e93d5fd1 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -33,7 +33,7 @@ - 2.16.2 + 2.17.0 3.3.1 3.2.4 3.21.2 From b610b029d11e057c1b186daac6005715eeb8a5a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 21:28:03 +0000 Subject: [PATCH 46/81] Bump com.fasterxml.jackson:jackson-bom from 2.17.1 to 2.17.2 in /p3c-pmd Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.1 to 2.17.2. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.17.1...jackson-bom-2.17.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index e93d5fd1..ef89d7d1 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -29,7 +29,7 @@ 3.14.0 2.16.1 4.13.2 - 2.17.1 + 2.17.2 From 00f710c10e3f5e80e4fa5393c943eae6ba3d20cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:48:53 +0000 Subject: [PATCH 47/81] Bump org.apache.maven.plugins:maven-surefire-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index ef89d7d1..104fd502 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -45,7 +45,7 @@ 3.12.1 3.6.1 3.1.2 - 3.3.0 + 3.3.1 1.23 0.8.12 2.23.1 From b11bd8469a60e9ed625c5133de5260fb8b31cf22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 21:23:52 +0000 Subject: [PATCH 48/81] Bump org.apache.maven.plugins:maven-project-info-reports-plugin Bumps [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.6.1 to 3.6.2. - [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.6.1...maven-project-info-reports-plugin-3.6.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 104fd502..b0c46404 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -43,7 +43,7 @@ 3.4.1 3.0.0-M1 3.12.1 - 3.6.1 + 3.6.2 3.1.2 3.3.1 1.23 From de4009eed58c4c92fa2395dbf8f72a5495de8e03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 21:24:07 +0000 Subject: [PATCH 49/81] Bump org.codehaus.mojo:versions-maven-plugin in /p3c-pmd Bumps [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) from 2.17.0 to 2.17.1. - [Release notes](https://github.com/mojohaus/versions/releases) - [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md) - [Commits](https://github.com/mojohaus/versions/compare/2.17.0...2.17.1) --- updated-dependencies: - dependency-name: org.codehaus.mojo:versions-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 104fd502..a6e1f5c3 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -33,7 +33,7 @@ - 2.17.0 + 2.17.1 3.3.1 3.2.4 3.21.2 From 3dbc72e44713796b6eb2137097c36022d874e0f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 21:06:44 +0000 Subject: [PATCH 50/81] Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 in /p3c-pmd Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index b1511da4..8c04659f 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -26,7 +26,7 @@ 1.3.2 1.9.24 2.3.9 - 3.14.0 + 3.15.0 2.16.1 4.13.2 2.17.2 From 76cab4769e063d5f580674f173af85f22ba3bb91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:25:28 +0000 Subject: [PATCH 51/81] Bump org.apache.maven.plugins:maven-javadoc-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.7.0...maven-javadoc-plugin-3.8.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 8c04659f..f3df4e2f 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -39,7 +39,7 @@ 3.21.2 3.12.1 3.2.0 - 3.7.0 + 3.8.0 3.4.1 3.0.0-M1 3.12.1 From 17c3987d770866e112c4f9c5b03f4fdd84a3c0d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:26:37 +0000 Subject: [PATCH 52/81] Bump com.gradle.enterprise from 3.17.5 to 3.17.6 in /idea-plugin Bumps com.gradle.enterprise from 3.17.5 to 3.17.6. --- updated-dependencies: - dependency-name: com.gradle.enterprise dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- idea-plugin/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea-plugin/settings.gradle b/idea-plugin/settings.gradle index aba4b1ac..90c4ce3a 100644 --- a/idea-plugin/settings.gradle +++ b/idea-plugin/settings.gradle @@ -1,5 +1,5 @@ plugins { - id "com.gradle.enterprise" version "3.17.5" + id "com.gradle.enterprise" version "3.17.6" } gradleEnterprise { buildScan { From 08280a37e94527218fe72f740f26ce570f4d0a64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 21:41:55 +0000 Subject: [PATCH 53/81] Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 in /p3c-pmd Bumps org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index f3df4e2f..18a7d1b4 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -26,7 +26,7 @@ 1.3.2 1.9.24 2.3.9 - 3.15.0 + 3.16.0 2.16.1 4.13.2 2.17.2 From dd746bf6eac05b0dd19d31182b33e59f1179e02f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:21:59 +0000 Subject: [PATCH 54/81] Bump org.apache.maven.plugins:maven-gpg-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.4...maven-gpg-plugin-3.2.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 18a7d1b4..0b0308ff 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -35,7 +35,7 @@ 2.17.1 3.3.1 - 3.2.4 + 3.2.5 3.21.2 3.12.1 3.2.0 From c86017843240f9c788279f020f7458a37970c9fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:11:25 +0000 Subject: [PATCH 55/81] Bump org.apache.maven.plugins:maven-surefire-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.1...surefire-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 0b0308ff..b7d7ee2f 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -45,7 +45,7 @@ 3.12.1 3.6.2 3.1.2 - 3.3.1 + 3.4.0 1.23 0.8.12 2.23.1 From cfd6d016221c17ec6e0fe73d9f08f56fa8fa94c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:11:36 +0000 Subject: [PATCH 56/81] Bump org.apache.maven.plugins:maven-site-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.12.1 to 3.20.0. - [Release notes](https://github.com/apache/maven-site-plugin/releases) - [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.12.1...maven-site-plugin-3.20.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-site-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 0b0308ff..54096e6a 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -42,7 +42,7 @@ 3.8.0 3.4.1 3.0.0-M1 - 3.12.1 + 3.20.0 3.6.2 3.1.2 3.3.1 From ca1a5f459a50c5c57508fa157c409f25b234a8c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:17:41 +0000 Subject: [PATCH 57/81] Bump org.apache.maven.plugins:maven-deploy-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.2...maven-deploy-plugin-3.1.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index b4de80ab..330739a7 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -44,7 +44,7 @@ 3.0.0-M1 3.20.0 3.6.2 - 3.1.2 + 3.1.3 3.4.0 1.23 0.8.12 From 12f6eb437763c03782dd3ac7164f0cd05644e940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 21:48:18 +0000 Subject: [PATCH 58/81] Bump org.apache.maven.plugins:maven-project-info-reports-plugin Bumps [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.6.2 to 3.7.0. - [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.6.2...maven-project-info-reports-plugin-3.7.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 330739a7..804c841a 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -43,7 +43,7 @@ 3.4.1 3.0.0-M1 3.20.0 - 3.6.2 + 3.7.0 3.1.3 3.4.0 1.23 From 1b7e367c61b6ee1e31fade5a2924d9daaeb06d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:43:29 +0000 Subject: [PATCH 59/81] Bump kotlin.version from 1.9.24 to 2.0.20 in /p3c-pmd Bumps `kotlin.version` from 1.9.24 to 2.0.20. Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.9.24 to 2.0.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.20) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.24 to 2.0.20 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 804c841a..a5d5bff1 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -24,7 +24,7 @@ 6.55.0 1.3.2 - 1.9.24 + 2.0.20 2.3.9 3.16.0 2.16.1 From 010a1f1035c06828e129c508fa4f325ebf845c9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:43:35 +0000 Subject: [PATCH 60/81] Bump org.apache.maven.plugins:maven-checkstyle-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.4.0 to 3.5.0. - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.4.0...maven-checkstyle-plugin-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 804c841a..fcd1b3f4 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -53,7 +53,7 @@ true 3.0.0-M3 - 3.4.0 + 3.5.0 10.17.0 src/site/resources/checkstyle From e944f49cd1e0f9ef63e3a55b4d6acf190d1be159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:48:39 +0000 Subject: [PATCH 61/81] Bump project.kotlin_version from 1.9.24 to 2.0.20 in /idea-plugin Bumps `project.kotlin_version` from 1.9.24 to 2.0.20. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.24 to 2.0.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.20) Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.9.24 to 2.0.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.20) Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.9.24 to 2.0.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- idea-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea-plugin/build.gradle b/idea-plugin/build.gradle index fd98ecc6..b0008bf8 100644 --- a/idea-plugin/build.gradle +++ b/idea-plugin/build.gradle @@ -15,7 +15,7 @@ static boolean shouldIncludeJava(String idea_version_string) { buildscript { project.ext { - kotlin_version = "1.9.24" + kotlin_version = "2.0.20" } repositories { mavenCentral() From dda4e9d3dcd7746e7ef285977eda606dac3f6768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 21:31:33 +0000 Subject: [PATCH 62/81] Bump com.puppycrawl.tools:checkstyle from 10.17.0 to 10.18.0 in /p3c-pmd Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.17.0 to 10.18.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.17.0...checkstyle-10.18.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index fcd1b3f4..1d942212 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -54,7 +54,7 @@ true 3.0.0-M3 3.5.0 - 10.17.0 + 10.18.0 src/site/resources/checkstyle From d4102c6ccb3783b1dc50bd97e593aa00b96dce86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 21:20:02 +0000 Subject: [PATCH 63/81] Bump org.apache.maven.plugins:maven-surefire-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.4.0...surefire-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 1d942212..d6fb030c 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -45,7 +45,7 @@ 3.20.0 3.7.0 3.1.3 - 3.4.0 + 3.5.0 1.23 0.8.12 2.23.1 From 313f873b8963bcac6f3d5c4faba714ef6e93ea55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 21:20:06 +0000 Subject: [PATCH 64/81] Bump org.apache.maven.plugins:maven-javadoc-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.8.0 to 3.10.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.8.0...maven-javadoc-plugin-3.10.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 1d942212..355e8324 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -39,7 +39,7 @@ 3.21.2 3.12.1 3.2.0 - 3.8.0 + 3.10.0 3.4.1 3.0.0-M1 3.20.0 From c4c4891c079d265d2ce508fdfd730b914c392b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 21:14:07 +0000 Subject: [PATCH 65/81] Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 in /p3c-pmd Bumps org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index b31227f7..c6b4e31a 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -26,7 +26,7 @@ 1.3.2 1.9.24 2.3.9 - 3.16.0 + 3.17.0 2.16.1 4.13.2 2.17.2 From 0cfcf13a682872936c067d15767feffa78e21b1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 21:56:16 +0000 Subject: [PATCH 66/81] Bump com.puppycrawl.tools:checkstyle from 10.18.0 to 10.18.1 in /p3c-pmd Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.18.0 to 10.18.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.18.0...checkstyle-10.18.1) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index c6b4e31a..66b752ee 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -54,7 +54,7 @@ true 3.0.0-M3 3.5.0 - 10.18.0 + 10.18.1 src/site/resources/checkstyle From 9699bf6775b9568c9425c979d34df7e6fffe4437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 21:14:52 +0000 Subject: [PATCH 67/81] Bump log4j.version from 2.23.1 to 2.24.0 in /p3c-pmd Bumps `log4j.version` from 2.23.1 to 2.24.0. Updates `org.apache.logging.log4j:log4j-api` from 2.23.1 to 2.24.0 Updates `org.apache.logging.log4j:log4j-core` from 2.23.1 to 2.24.0 Updates `org.apache.logging.log4j:log4j-bom` from 2.23.1 to 2.24.0 - [Release notes](https://github.com/apache/logging-log4j2/releases) - [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/RELEASE-NOTES.adoc) - [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.23.1...rel/2.24.0) --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.logging.log4j:log4j-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 66b752ee..f2933b6c 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -48,7 +48,7 @@ 3.5.0 1.23 0.8.12 - 2.23.1 + 2.24.0 1.7.36 true From ad8075eab007ae8615352542245cc36bd3703051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 21:00:41 +0000 Subject: [PATCH 68/81] Bump com.gradle.enterprise from 3.17.6 to 3.18.1 in /idea-plugin Bumps com.gradle.enterprise from 3.17.6 to 3.18.1. --- updated-dependencies: - dependency-name: com.gradle.enterprise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- idea-plugin/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea-plugin/settings.gradle b/idea-plugin/settings.gradle index 90c4ce3a..367c9531 100644 --- a/idea-plugin/settings.gradle +++ b/idea-plugin/settings.gradle @@ -1,5 +1,5 @@ plugins { - id "com.gradle.enterprise" version "3.17.6" + id "com.gradle.enterprise" version "3.18.1" } gradleEnterprise { buildScan { From beb3e185a59ec6736361a6b027bed0085dd51f0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 21:49:44 +0000 Subject: [PATCH 69/81] Bump org.apache.maven.plugins:maven-gpg-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.5 to 3.2.6. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.5...maven-gpg-plugin-3.2.6) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index f2933b6c..1c79a983 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -35,7 +35,7 @@ 2.17.1 3.3.1 - 3.2.5 + 3.2.6 3.21.2 3.12.1 3.2.0 From 93c8690a7ead341c25dbcb2677642f60522dcd92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 21:17:41 +0000 Subject: [PATCH 70/81] Bump com.squareup.okio:okio from 1.17.6 to 3.0.0 in /p3c-pmd Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 1.17.6 to 3.0.0. - [Release notes](https://github.com/square/okio/releases) - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/okio-parent-1.17.6...parent-3.0.0) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 1c79a983..b8ecceb7 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -186,7 +186,7 @@ com.squareup.okio okio - 1.17.6 + 3.0.0 com.beust From 572f8fd6bc94e24fea95d46c58c33686e5bd34aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 21:50:22 +0000 Subject: [PATCH 71/81] Bump commons-io:commons-io from 2.16.1 to 2.17.0 in /p3c-pmd Bumps commons-io:commons-io from 2.16.1 to 2.17.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 1c79a983..7488b634 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -27,7 +27,7 @@ 1.9.24 2.3.9 3.17.0 - 2.16.1 + 2.17.0 4.13.2 2.17.2 From 26c75338d94915057e64850274f96e137067985f Mon Sep 17 00:00:00 2001 From: XenoAmess Date: Sat, 21 Sep 2024 05:17:45 +0800 Subject: [PATCH 72/81] version to 2.2.3.0x-SNAPSHOT. since build to 2024.1 --- idea-plugin/README.md | 2 +- idea-plugin/gradle.properties | 4 ++-- .../p3c-idea/src/main/resources/META-INF/plugin.xml | 7 +++++-- p3c-pmd/README.md | 2 +- p3c-pmd/pom.xml | 2 +- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/idea-plugin/README.md b/idea-plugin/README.md index cff5b90c..50de6b78 100644 --- a/idea-plugin/README.md +++ b/idea-plugin/README.md @@ -21,7 +21,7 @@ cd p3c-idea ## Use p3c-common as your plugin dependency ```groovy -compile 'com.xenoamess.p3c.idea:p3c-common:2.2.2.0x' +compile 'com.xenoamess.p3c.idea:p3c-common:2.2.3.0x-SNAPSHOT' ``` ## [中文使用手册](README_cn.md) ## Install diff --git a/idea-plugin/gradle.properties b/idea-plugin/gradle.properties index bed8df94..d50bf5e6 100644 --- a/idea-plugin/gradle.properties +++ b/idea-plugin/gradle.properties @@ -3,10 +3,10 @@ # See https://www.jetbrains.com/intellij-repository/releases/ # See https://www.jetbrains.com/intellij-repository/snapshots/ #idea_version=2022.1 -idea_version=232.8660.185 +idea_version=2024.1 #idea_version=181.5540.23 #idea_version=145.258.11 plugin_name=Alibaba Java Coding Guidelines systemProp.file.encoding=UTF-8 -plugin_version=2.2.2.0x +plugin_version=2.2.3.0x-SNAPSHOT org.gradle.jvmargs='-Dfile.encoding=UTF-8' diff --git a/idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml b/idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml index fd6cbe2e..aafac1d5 100644 --- a/idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml +++ b/idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml @@ -29,7 +29,10 @@ ]]> 2.2.2.0x +
    2.2.3.0x-SNAPSHOT +
  • Fix 2024.1 compatibility issue
  • +
+
    2.2.3.0x-SNAPSHOT
  • Fix 2023.2 compatibility issue
    2.2.1.0x @@ -233,7 +236,7 @@ ]]> - + com.intellij.modules.java com.intellij.modules.platform diff --git a/p3c-pmd/README.md b/p3c-pmd/README.md index e5c48824..8c65f32c 100644 --- a/p3c-pmd/README.md +++ b/p3c-pmd/README.md @@ -11,7 +11,7 @@ com.xenoamess.p3c p3c-pmd - 2.2.2.0x + 2.2.3.0x-SNAPSHOT ``` ### Gradle diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 7488b634..364fffd0 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -6,7 +6,7 @@ 4.0.0 com.xenoamess.p3c p3c-pmd - 2.2.2.0x + 2.2.3.0x-SNAPSHOT jar p3c-pmd From 78d0ba00df799ec5971540e15a0d6b76f11be694 Mon Sep 17 00:00:00 2001 From: XenoAmess Date: Sat, 21 Sep 2024 05:54:04 +0800 Subject: [PATCH 73/81] compile compatibility issues --- .../AliAccessStaticViaInstanceInspection.kt | 26 +++++-------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/p3c/idea/inspection/standalone/AliAccessStaticViaInstanceInspection.kt b/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/p3c/idea/inspection/standalone/AliAccessStaticViaInstanceInspection.kt index 2020c610..005167e6 100644 --- a/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/p3c/idea/inspection/standalone/AliAccessStaticViaInstanceInspection.kt +++ b/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/p3c/idea/inspection/standalone/AliAccessStaticViaInstanceInspection.kt @@ -26,19 +26,10 @@ import com.intellij.codeInsight.daemon.impl.analysis.HighlightUtil import com.intellij.codeInsight.daemon.impl.analysis.JavaHighlightUtil import com.intellij.codeInsight.daemon.impl.quickfix.AccessStaticViaInstanceFix import com.intellij.codeInsight.daemon.impl.quickfix.RemoveUnusedVariableUtil +import com.intellij.codeInspection.LocalQuickFix import com.intellij.codeInspection.ProblemsHolder import com.intellij.codeInspection.accessStaticViaInstance.AccessStaticViaInstance -import com.intellij.psi.JavaElementVisitor -import com.intellij.psi.JavaResolveResult -import com.intellij.psi.PsiClass -import com.intellij.psi.PsiElement -import com.intellij.psi.PsiElementVisitor -import com.intellij.psi.PsiMember -import com.intellij.psi.PsiModifier -import com.intellij.psi.PsiPackage -import com.intellij.psi.PsiReferenceExpression -import com.intellij.psi.PsiSubstitutor -import java.util.ArrayList +import com.intellij.psi.* /** * @author caikang @@ -72,16 +63,10 @@ class AliAccessStaticViaInstanceInspection : AccessStaticViaInstance, AliBaseIns override fun createAccessStaticViaInstanceFix( expr: PsiReferenceExpression, - onTheFly: Boolean, result: JavaResolveResult - ): AccessStaticViaInstanceFix { - return object : AccessStaticViaInstanceFix(expr, result, onTheFly) { + ): LocalQuickFix { + val accessStaticViaInstanceFix : AccessStaticViaInstanceFix = object : AccessStaticViaInstanceFix(expr, result) { val fixKey = "com.alibaba.p3c.idea.quickfix.standalone.AliAccessStaticViaInstanceInspection" - internal val text = calcText(result.element as PsiMember, result.substitutor) - - override fun getText(): String { - return text - } private fun calcText(member: PsiMember, substitutor: PsiSubstitutor): String { val aClass = member.containingClass ?: return "" @@ -96,6 +81,7 @@ class AliAccessStaticViaInstanceInspection : AccessStaticViaInstance, AliBaseIns } } } + return LocalQuickFix.from(accessStaticViaInstanceFix) as LocalQuickFix } override fun buildVisitor(holder: ProblemsHolder, isOnTheFly: Boolean): PsiElementVisitor { @@ -145,7 +131,7 @@ class AliAccessStaticViaInstanceInspection : AccessStaticViaInstance, AliBaseIns return } } - holder.registerProblem(expr, description, createAccessStaticViaInstanceFix(expr, onTheFly, result)) + holder.registerProblem(expr, description, createAccessStaticViaInstanceFix(expr, result)) } } From d007c6213f5434522e9aab10fca3fba4342f428e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 21:59:05 +0000 Subject: [PATCH 74/81] Bump org.sonarqube from 4.4.1.3373 to 5.1.0.4882 in /idea-plugin Bumps org.sonarqube from 4.4.1.3373 to 5.1.0.4882. --- updated-dependencies: - dependency-name: org.sonarqube dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- idea-plugin/p3c-common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea-plugin/p3c-common/build.gradle b/idea-plugin/p3c-common/build.gradle index 2e5a550a..c66a20ff 100644 --- a/idea-plugin/p3c-common/build.gradle +++ b/idea-plugin/p3c-common/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' id "org.jetbrains.intellij" version "1.13.3" - id "org.sonarqube" version "5.0.0.4638" + id "org.sonarqube" version "5.1.0.4882" id "com.github.ben-manes.versions" version "0.51.0" } From acaaedad5777acefaa33df4ae255d2f162b932c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 21:59:25 +0000 Subject: [PATCH 75/81] Bump org.codehaus.mojo:animal-sniffer-maven-plugin in /p3c-pmd Bumps [org.codehaus.mojo:animal-sniffer-maven-plugin](https://github.com/mojohaus/animal-sniffer) from 1.23 to 1.24. - [Release notes](https://github.com/mojohaus/animal-sniffer/releases) - [Commits](https://github.com/mojohaus/animal-sniffer/compare/1.23...animal-sniffer-1.24) --- updated-dependencies: - dependency-name: org.codehaus.mojo:animal-sniffer-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index d6d0564e..c9608301 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -46,7 +46,7 @@ 3.7.0 3.1.3 3.5.0 - 1.23 + 1.24 0.8.12 2.24.0 1.7.36 From fe0d22b756fa3c5ab8fe6d0c4f14c03e94874af1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 21:59:26 +0000 Subject: [PATCH 76/81] Bump org.apache.maven.plugins:maven-enforcer-plugin in /p3c-pmd Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.0.0-M3 to 3.5.0. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.0.0-M3...enforcer-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- p3c-pmd/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index d6d0564e..66d5b672 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -52,7 +52,7 @@ 1.7.36 true - 3.0.0-M3 + 3.5.0 3.5.0 10.18.1 src/site/resources/checkstyle From 7292c4e24ff9e6d52c3aefc7f9875dc88daa8491 Mon Sep 17 00:00:00 2001 From: XenoAmess Date: Sat, 21 Sep 2024 05:55:18 +0800 Subject: [PATCH 77/81] gradle develocity --- idea-plugin/settings.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/idea-plugin/settings.gradle b/idea-plugin/settings.gradle index 367c9531..36555f9d 100644 --- a/idea-plugin/settings.gradle +++ b/idea-plugin/settings.gradle @@ -1,10 +1,10 @@ plugins { - id "com.gradle.enterprise" version "3.18.1" + id "com.gradle.develocity" version "3.18.1" } -gradleEnterprise { +develocity { buildScan { - termsOfServiceUrl = "https://gradle.com/terms-of-service" - termsOfServiceAgree = "yes" + termsOfUseUrl = "https://gradle.com/terms-of-service" + termsOfUseAgree = "yes" } } include 'p3c-idea' From f1f2ba3a8dfab2c2f849184365b989642e1e3396 Mon Sep 17 00:00:00 2001 From: XenoAmess Date: Sat, 21 Sep 2024 07:00:16 +0800 Subject: [PATCH 78/81] building jdk 17 to 21, gradle 7.3 to 8.10.1, org.jetbrains.intellij 1.13.3 to 1.17.4 --- .github/workflows/build.yml | 2 +- build.cmd | 4 ++-- deploy.cmd | 2 +- idea-plugin/build.gradle | 8 +++++--- idea-plugin/gradle/wrapper/gradle-wrapper.properties | 3 ++- idea-plugin/p3c-common/build.gradle | 8 +++++--- idea-plugin/p3c-idea/build.gradle | 2 +- .../p3c-idea/src/main/resources/META-INF/plugin.xml | 2 +- 8 files changed, 18 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe6ab3b6..000b06b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: strategy: matrix: os: [ windows-latest , ubuntu-latest , macos-latest ] - java: [ 17 ] + java: [ 21 ] experimental: [ false ] steps: diff --git a/build.cmd b/build.cmd index c4ac2beb..6a580c16 100644 --- a/build.cmd +++ b/build.cmd @@ -1,11 +1,11 @@ -set JAVA_HOME=C:\jdk-17\ +set JAVA_HOME=C:\jdk-21\ cd ./p3c-pmd call ./mvnw clean install -Dmaven.javadoc.skip=false -e -X cd ../ cd ./idea-plugin -set JAVA_HOME=C:\jdk-17\ +set JAVA_HOME=C:\jdk-21\ cd ./p3c-common call ../gradlew clean publishToMavenLocal diff --git a/deploy.cmd b/deploy.cmd index 6c242ee1..3fa7b065 100644 --- a/deploy.cmd +++ b/deploy.cmd @@ -5,7 +5,7 @@ call ./mvnw clean deploy -Dmaven.javadoc.skip=false -e -X -Psonatype-oss-release cd ../ cd ./idea-plugin -set JAVA_HOME=C:\jdk-17\ +set JAVA_HOME=C:\jdk-21\ cd ./p3c-common rem call ../gradlew clean install sign uploadArchives -DossrhUsername="%ossrhUsername%" -DossrhPassword="%ossrhPassword%" diff --git a/idea-plugin/build.gradle b/idea-plugin/build.gradle index b0008bf8..c385a5c5 100644 --- a/idea-plugin/build.gradle +++ b/idea-plugin/build.gradle @@ -39,10 +39,12 @@ allprojects { apply plugin: 'java' apply plugin: 'kotlin' apply plugin: 'maven-publish' - - sourceCompatibility = JavaVersion.VERSION_1_8 - targetCompatibility = JavaVersion.VERSION_11 + sourceCompatibility = JavaVersion.VERSION_17 + targetCompatibility = JavaVersion.VERSION_17 compileJava.options.encoding = 'UTF-8' + kotlin { + jvmToolchain(17) + } configurations.all { resolutionStrategy.cacheChangingModulesFor 0, 'seconds' } diff --git a/idea-plugin/gradle/wrapper/gradle-wrapper.properties b/idea-plugin/gradle/wrapper/gradle-wrapper.properties index e750102e..067e8561 100644 --- a/idea-plugin/gradle/wrapper/gradle-wrapper.properties +++ b/idea-plugin/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ +#Sat Sep 21 06:16:57 CST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/idea-plugin/p3c-common/build.gradle b/idea-plugin/p3c-common/build.gradle index c66a20ff..192d4e2c 100644 --- a/idea-plugin/p3c-common/build.gradle +++ b/idea-plugin/p3c-common/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "org.jetbrains.intellij" version "1.13.3" + id "org.jetbrains.intellij" version "1.17.4" id "org.sonarqube" version "5.1.0.4882" @@ -16,12 +16,14 @@ javadoc { } task javadocJar(type: Jar, dependsOn: javadoc) { - classifier = 'javadoc' + archiveClassifier.convention('javadoc'); + archiveClassifier.set('javadoc'); from 'build/docs/javadoc' } task sourcesJar(type: Jar) { - classifier = 'sources' + archiveClassifier.convention('sources'); + archiveClassifier.set('sources'); from sourceSets.main.allSource } diff --git a/idea-plugin/p3c-idea/build.gradle b/idea-plugin/p3c-idea/build.gradle index 4bc8ed6d..7fc7b7a9 100644 --- a/idea-plugin/p3c-idea/build.gradle +++ b/idea-plugin/p3c-idea/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "org.jetbrains.intellij" version "1.13.3" + id "org.jetbrains.intellij" version "1.17.4" id "com.github.ben-manes.versions" version "0.51.0" } diff --git a/idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml b/idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml index aafac1d5..37af96bb 100644 --- a/idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml +++ b/idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml @@ -236,7 +236,7 @@ ]]> - + com.intellij.modules.java com.intellij.modules.platform From 688c6b62ebf9fb706912852c59bbe2a9679174e4 Mon Sep 17 00:00:00 2001 From: XenoAmess Date: Sat, 21 Sep 2024 07:08:49 +0800 Subject: [PATCH 79/81] override getActionUpdateThread --- .../p3c/idea/action/AliInspectionAction.kt | 15 ++++++--------- .../p3c/idea/action/SwitchLanguageAction.kt | 6 ++++++ .../idea/action/ToggleProjectInspectionAction.kt | 6 ++++++ 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/p3c/idea/action/AliInspectionAction.kt b/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/p3c/idea/action/AliInspectionAction.kt index db0f20a3..d1a884eb 100644 --- a/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/p3c/idea/action/AliInspectionAction.kt +++ b/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/p3c/idea/action/AliInspectionAction.kt @@ -30,26 +30,18 @@ import com.intellij.codeInspection.InspectionsBundle import com.intellij.codeInspection.ex.GlobalInspectionContextImpl import com.intellij.codeInspection.ex.InspectionManagerEx import com.intellij.codeInspection.ex.InspectionToolWrapper -import com.intellij.openapi.actionSystem.AnAction -import com.intellij.openapi.actionSystem.AnActionEvent -import com.intellij.openapi.actionSystem.CommonDataKeys +import com.intellij.openapi.actionSystem.* import com.intellij.openapi.diagnostic.Logger import com.intellij.openapi.module.Module -import com.intellij.openapi.module.ModuleManager import com.intellij.openapi.module.ModuleUtilCore import com.intellij.openapi.project.Project import com.intellij.openapi.vfs.VfsUtilCore import com.intellij.openapi.vfs.VirtualFile -import com.intellij.openapi.wm.ToolWindowId -import com.intellij.openapi.wm.ToolWindowManager import com.intellij.psi.PsiElement import com.intellij.psi.PsiFile import com.intellij.psi.PsiFileSystemItem import com.intellij.psi.PsiManager import java.awt.event.KeyEvent -import kotlin.reflect.full.companionObject -import kotlin.reflect.full.companionObjectInstance -import kotlin.reflect.full.functions /** * @author caikang @@ -222,4 +214,9 @@ class AliInspectionAction : AnAction() { return PmdGlobalInspectionContextImpl(managerEx.project, managerEx.contentManager, projectScopeSelected) } } + + override fun getActionUpdateThread(): ActionUpdateThread { + return ActionUpdateThread.BGT + } + } diff --git a/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/p3c/idea/action/SwitchLanguageAction.kt b/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/p3c/idea/action/SwitchLanguageAction.kt index df7d39f0..f4a75344 100644 --- a/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/p3c/idea/action/SwitchLanguageAction.kt +++ b/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/p3c/idea/action/SwitchLanguageAction.kt @@ -20,6 +20,7 @@ import com.alibaba.p3c.idea.i18n.P3cBundle import com.alibaba.smartfox.idea.common.util.BalloonNotifications import com.alibaba.smartfox.idea.common.util.getService import com.intellij.notification.NotificationListener +import com.intellij.openapi.actionSystem.ActionUpdateThread import com.intellij.openapi.actionSystem.AnAction import com.intellij.openapi.actionSystem.AnActionEvent import com.intellij.openapi.application.ex.ApplicationManagerEx @@ -48,4 +49,9 @@ class SwitchLanguageAction : AnAction(), DumbAware { override fun update(e: AnActionEvent) { e.presentation.text = P3cBundle.getMessage("$textKey.cur_${p3cConfig.locale}") } + + override fun getActionUpdateThread(): ActionUpdateThread { + return ActionUpdateThread.EDT + } + } diff --git a/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/p3c/idea/action/ToggleProjectInspectionAction.kt b/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/p3c/idea/action/ToggleProjectInspectionAction.kt index 4d27ed42..8d9287c1 100644 --- a/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/p3c/idea/action/ToggleProjectInspectionAction.kt +++ b/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/p3c/idea/action/ToggleProjectInspectionAction.kt @@ -20,6 +20,7 @@ import com.alibaba.p3c.idea.compatible.inspection.Inspections import com.alibaba.p3c.idea.config.SmartFoxProjectConfig import com.alibaba.p3c.idea.i18n.P3cBundle import com.alibaba.p3c.idea.inspection.AliBaseInspection +import com.intellij.openapi.actionSystem.ActionUpdateThread import com.intellij.openapi.actionSystem.AnAction import com.intellij.openapi.actionSystem.AnActionEvent import com.intellij.openapi.components.ServiceManager @@ -56,4 +57,9 @@ class ToggleProjectInspectionAction : AnAction() { P3cBundle.getMessage("$textKey.close") } } + + override fun getActionUpdateThread(): ActionUpdateThread { + return ActionUpdateThread.BGT + } + } From f2036ba4c354989ff752368c5e93df08cc407cea Mon Sep 17 00:00:00 2001 From: XenoAmess Date: Sat, 21 Sep 2024 07:56:15 +0800 Subject: [PATCH 80/81] compatibility issues --- .../com/alibaba/p3c/idea/i18n/P3cBundle.kt | 21 +++++++++++++------ .../idea/common/util/CommonExtensions.kt | 6 +++--- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/p3c/idea/i18n/P3cBundle.kt b/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/p3c/idea/i18n/P3cBundle.kt index 1529fa7b..9439f71a 100644 --- a/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/p3c/idea/i18n/P3cBundle.kt +++ b/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/p3c/idea/i18n/P3cBundle.kt @@ -19,9 +19,10 @@ import com.alibaba.p3c.idea.config.P3cConfig import com.xenoamess.p3c.pmd.I18nResources import com.alibaba.smartfox.idea.common.util.getService import com.intellij.AbstractBundle -import com.intellij.CommonBundle +import com.intellij.openapi.application.CachedSingletonsRegistry import java.util.Locale import java.util.ResourceBundle +import java.util.function.Supplier /** * @@ -30,15 +31,23 @@ import java.util.ResourceBundle * @date 2017/06/20 */ object P3cBundle { - private val p3cConfig = P3cConfig::class.java.getService() - private val resourceBundle = ResourceBundle.getBundle("messages.P3cBundle", - Locale(p3cConfig.locale), I18nResources.XmlControl()) + private val p3cConfigSupplier: Supplier = + CachedSingletonsRegistry.lazy { + P3cConfig::class.java.getService() + } + private val resourceBundleSupplier = + CachedSingletonsRegistry.lazy { + ResourceBundle.getBundle( + "messages.P3cBundle", + Locale(p3cConfigSupplier.get().locale), I18nResources.XmlControl() + ) + } fun getMessage(key: String): String { - return resourceBundle.getString(key).trim() + return resourceBundleSupplier.get().getString(key).trim() } fun message(key: String, vararg params: Any): String { - return AbstractBundle.message(resourceBundle, key, *params).trim() + return AbstractBundle.message(resourceBundleSupplier.get(), key, *params).trim() } } diff --git a/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/smartfox/idea/common/util/CommonExtensions.kt b/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/smartfox/idea/common/util/CommonExtensions.kt index 7b77198f..3aecc2cb 100644 --- a/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/smartfox/idea/common/util/CommonExtensions.kt +++ b/idea-plugin/p3c-common/src/main/kotlin/com/alibaba/smartfox/idea/common/util/CommonExtensions.kt @@ -15,7 +15,7 @@ */ package com.alibaba.smartfox.idea.common.util -import com.intellij.openapi.components.ServiceManager +import com.intellij.openapi.application.ApplicationManager import com.intellij.openapi.project.Project /** @@ -25,9 +25,9 @@ import com.intellij.openapi.project.Project * @date 2017/06/19 */ fun Class.getService(): T { - return ServiceManager.getService(this) + return ApplicationManager.getApplication().getService(this) } fun Class.getService(project: Project): T { - return ServiceManager.getService(project, this) + return project.getService(this) } \ No newline at end of file From bf7028675c6b5935ceaf6136da38e3d9b2e48923 Mon Sep 17 00:00:00 2001 From: XenoAmess Date: Sat, 21 Sep 2024 08:03:21 +0800 Subject: [PATCH 81/81] release 2.2.3.0x --- idea-plugin/README.md | 2 +- idea-plugin/gradle.properties | 2 +- idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml | 6 ++++-- p3c-pmd/README.md | 2 +- p3c-pmd/pom.xml | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/idea-plugin/README.md b/idea-plugin/README.md index 50de6b78..a38aa6cb 100644 --- a/idea-plugin/README.md +++ b/idea-plugin/README.md @@ -21,7 +21,7 @@ cd p3c-idea ## Use p3c-common as your plugin dependency ```groovy -compile 'com.xenoamess.p3c.idea:p3c-common:2.2.3.0x-SNAPSHOT' +compile 'com.xenoamess.p3c.idea:p3c-common:2.2.3.0x' ``` ## [中文使用手册](README_cn.md) ## Install diff --git a/idea-plugin/gradle.properties b/idea-plugin/gradle.properties index d50bf5e6..54b70f33 100644 --- a/idea-plugin/gradle.properties +++ b/idea-plugin/gradle.properties @@ -8,5 +8,5 @@ idea_version=2024.1 #idea_version=145.258.11 plugin_name=Alibaba Java Coding Guidelines systemProp.file.encoding=UTF-8 -plugin_version=2.2.3.0x-SNAPSHOT +plugin_version=2.2.3.0x org.gradle.jvmargs='-Dfile.encoding=UTF-8' diff --git a/idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml b/idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml index 37af96bb..05d1caf1 100644 --- a/idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml +++ b/idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml @@ -29,10 +29,12 @@ ]]> 2.2.3.0x-SNAPSHOT +
      2.2.3.0x
    • Fix 2024.1 compatibility issue
    • +
    • Fix 2024.2 compatibility issue
    • +
    • upgrade gradle & building jdk & intellij plugin version
    -
      2.2.3.0x-SNAPSHOT +
        2.2.2.0x
      • Fix 2023.2 compatibility issue
        2.2.1.0x diff --git a/p3c-pmd/README.md b/p3c-pmd/README.md index 8c65f32c..6404429e 100644 --- a/p3c-pmd/README.md +++ b/p3c-pmd/README.md @@ -11,7 +11,7 @@ com.xenoamess.p3c p3c-pmd - 2.2.3.0x-SNAPSHOT + 2.2.3.0x ``` ### Gradle diff --git a/p3c-pmd/pom.xml b/p3c-pmd/pom.xml index 8d0d6f7f..579352c3 100644 --- a/p3c-pmd/pom.xml +++ b/p3c-pmd/pom.xml @@ -6,7 +6,7 @@ 4.0.0 com.xenoamess.p3c p3c-pmd - 2.2.3.0x-SNAPSHOT + 2.2.3.0x jar p3c-pmd