Skip to content

Commit ff5eca9

Browse files
authored
Merge branch 'master' into doc-changelog-next-version
2 parents cf26aac + 61850a3 commit ff5eca9

7 files changed

Lines changed: 6 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- Prevent analysis of outdated file content from disk and use IntelliJ's internal PSIFile instead
1515
- Do not classify unknown files as Java and ignore them
1616
- Render rule descriptions as markdown
17+
- Update to PMD version 7.21.0
1718

1819
## [2.0.9] - 2025-07-20
1920

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ platformPlugins =
2828
platformBundledPlugins = com.intellij.java,org.jetbrains.kotlin
2929

3030
# Gradle Releases -> https://github.com/gradle/gradle/releases
31-
gradleVersion = 8.14.2
31+
gradleVersion = 9.3.1
3232

3333
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
3434
kotlin.stdlib.default.dependency = false

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
# libraries
33
junit = "4.13.2"
4-
pmd = "7.18.0"
4+
pmd = "7.21.0"
55

66
# plugins
77
changelog = "2.4.0"

gradle/wrapper/gradle-wrapper.jar

2.35 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)