diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dfa9da07c3..c4fcedb868 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: run: | echo "LANG=en_US.UTF-8" >> $GITHUB_ENV echo "MAVEN_OPTS=-Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3 -DautoReleaseAfterClose=true -DstagingProgressTimeoutMinutes=30" >> $GITHUB_ENV - echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/19/scripts" >> $GITHUB_ENV + echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/20/scripts" >> $GITHUB_ENV - name: Check Environment shell: bash run: | diff --git a/.github/workflows/git-repo-sync.yml b/.github/workflows/git-repo-sync.yml index aab541bebc..73302ab180 100644 --- a/.github/workflows/git-repo-sync.yml +++ b/.github/workflows/git-repo-sync.yml @@ -25,7 +25,7 @@ jobs: shell: bash run: | echo "LANG=en_US.UTF-8" >> $GITHUB_ENV - echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/19/scripts" >> $GITHUB_ENV + echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/20/scripts" >> $GITHUB_ENV - name: Sync run: .ci/git-repo-sync.sh shell: bash diff --git a/.github/workflows/troubleshooting.yml b/.github/workflows/troubleshooting.yml index 45e41023aa..615f0e7cfd 100644 --- a/.github/workflows/troubleshooting.yml +++ b/.github/workflows/troubleshooting.yml @@ -36,7 +36,7 @@ jobs: run: | echo "LANG=en_US.UTF-8" >> $GITHUB_ENV echo "MAVEN_OPTS=-Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3 -DstagingProgressTimeoutMinutes=30" >> $GITHUB_ENV - echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/19/scripts" >> $GITHUB_ENV + echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/20/scripts" >> $GITHUB_ENV - name: Check Environment shell: bash run: | diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 133cad39ed..9efe9f225c 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -31,7 +31,7 @@ See [the example report](report-examples/html-report-v2.html). * [#2669](https://github.com/pmd/pmd/issues/2669): \[apex] UnusedLocalVariable false positive in dynamic SOQL * core * [#4279](https://github.com/pmd/pmd/issues/4279): \[core] Can not set ruleset property value to empty - * [#4329](https://github.com/pmd/pmd/pull/4329): [core] Refactor usage of snakeyaml + * [#4329](https://github.com/pmd/pmd/pull/4329): \[core] Refactor usage of snakeyaml * [#4340](https://github.com/pmd/pmd/issues/4340): \[core] Allow to filter found matches in CPDReport * testing * [#4236](https://github.com/pmd/pmd/issues/4236): \[test] kotest logs look broken diff --git a/pmd-scala-modules/pmd-scala-common/pom.xml b/pmd-scala-modules/pmd-scala-common/pom.xml index 2d8c821701..be34d34eaf 100644 --- a/pmd-scala-modules/pmd-scala-common/pom.xml +++ b/pmd-scala-modules/pmd-scala-common/pom.xml @@ -83,7 +83,7 @@ - ${project.basedir}/../../pmd-lang-test/target/dokka/pmd-lang-test + ${project.basedir}/../../pmd-lang-test/target/dokkaJavadocJar ../../pmd-lang-test/${project.version} diff --git a/pom.xml b/pom.xml index 9a712b0706..49d19a7433 100644 --- a/pom.xml +++ b/pom.xml @@ -92,11 +92,11 @@ 5.0 3.0.0-M8 - 10.3.3 - 3.2.0 - 3.19.0 + 10.6.0 + 3.2.1 + 3.20.0 1.10.12 - 3.2.0 + 3.4.1 4.9.1 1.7.36 10.7 @@ -108,7 +108,7 @@ -Xmx512m -Dfile.encoding=${project.build.sourceEncoding} ${extraArgLine} - 20-SNAPSHOT + 20 7.0.0-SNAPSHOT ${settings.localRepository}/net/java/dev/javacc/javacc/${javacc.version}/javacc-${javacc.version}.jar @@ -154,22 +154,22 @@ org.apache.maven.plugins maven-antrun-plugin - 1.8 + 3.1.0 org.apache.maven.plugins maven-assembly-plugin - 3.2.0 + 3.4.2 org.apache.maven.plugins maven-dependency-plugin - 3.1.2 + 3.5.0 org.apache.maven.plugins maven-release-plugin - 3.0.0-M1 + 3.0.0-M7 pmd-release,sign true @@ -182,7 +182,7 @@ org.apache.maven.plugins maven-clean-plugin - 3.1.0 + 3.2.0 @@ -211,7 +211,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.10.1 ${java.version} @@ -249,27 +249,27 @@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + 3.0.0 org.apache.maven.plugins maven-install-plugin - 2.5.2 - - - org.apache.maven.plugins - maven-jar-plugin - 3.2.0 - - - org.apache.maven.plugins - maven-resources-plugin 3.1.0 + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + org.apache.maven.plugins + maven-resources-plugin + 3.3.0 + org.apache.maven.plugins maven-shade-plugin - 3.2.3 + 3.4.1 org.apache.maven.plugins @@ -325,12 +325,12 @@ org.codehaus.mojo build-helper-maven-plugin - 3.0.0 + 3.3.0 org.codehaus.mojo exec-maven-plugin - 3.0.0 + 3.1.0 org.apache.maven.plugins @@ -402,12 +402,12 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.0.0 + 3.1.0 org.apache.maven.plugins maven-failsafe-plugin - 2.19.1 + ${surefire.version} org.apache.maven.plugins @@ -473,22 +473,22 @@ org.apache.maven.plugins maven-site-plugin - 4.0.0-M1 + 4.0.0-M4 org.codehaus.mojo versions-maven-plugin - 2.5 + 2.14.2 org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 + 1.6.13 org.jacoco jacoco-maven-plugin - 0.8.5 + 0.8.8 @@ -619,7 +619,7 @@ org.apache.maven.plugins maven-jxr-plugin - 2.5 + 3.3.0 @@ -662,7 +662,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 2.9 + 3.4.2