From d19c8e034fbcba162f2b7b79e19adcb273d951d3 Mon Sep 17 00:00:00 2001 From: Katalin Kovacs Date: Fri, 24 Jan 2025 15:54:52 +0000 Subject: [PATCH] plugin updates --- .github/workflows/ccd-diff.yaml | 4 ++-- build.gradle | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ccd-diff.yaml b/.github/workflows/ccd-diff.yaml index d2fa12da69d..ec19866c0e9 100644 --- a/.github/workflows/ccd-diff.yaml +++ b/.github/workflows/ccd-diff.yaml @@ -58,10 +58,10 @@ jobs: run: | echo "${{ steps.ccd-diff.outputs.content }}" - name: Add report - uses: thollander/actions-comment-pull-request@v1 + uses: thollander/actions-comment-pull-request@v3 with: message: | # CCD diff report ${{ steps.ccd-diff.outputs.content }} - comment_tag: CCD diff report + comment-tag: CCD_diff_report GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/build.gradle b/build.gradle index ef12fd4a40a..57d716b06f0 100644 --- a/build.gradle +++ b/build.gradle @@ -1,16 +1,16 @@ plugins { id 'application' id 'pmd' - id 'org.sonarqube' version '5.1.0.4882' + id 'org.sonarqube' version '6.0.1.5171' id 'jacoco' id 'org.springframework.boot' version '2.7.18' - id 'uk.gov.hmcts.java' version '0.12.63' + id 'uk.gov.hmcts.java' version '0.12.64' id 'com.gorylenko.gradle-git-properties' version '2.4.2' - id 'com.github.ben-manes.versions' version '0.46.0' - id "info.solidsoft.pitest" version '1.9.11' - id 'org.owasp.dependencycheck' version '10.0.4' - id 'au.com.dius.pact' version '4.3.15' - id 'com.github.hmcts.rse-cft-lib' version '0.19.1520' + id 'com.github.ben-manes.versions' version '0.52.0' + id "info.solidsoft.pitest" version '1.15.0' + id 'org.owasp.dependencycheck' version '12.0.1' + id 'au.com.dius.pact' version '4.6.16' + id 'com.github.hmcts.rse-cft-lib' version '0.19.1550' } apply plugin: 'org.springframework.boot' @@ -52,7 +52,7 @@ application { } pmd { - toolVersion = "7.6.0" + toolVersion = "7.9.0" ignoreFailures = true sourceSets = [sourceSets.main, sourceSets.test] reportsDir = layout.buildDirectory.dir("reports/pmd").get().asFile