From d3bbe5f73b2e3c8d12dd0e5a3a6d394c007b4360 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 09:37:50 +0200 Subject: [PATCH 1/5] Update dependency com.github.spotbugs:spotbugs to v4.8.6 (#878) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- codyze-plugins/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codyze-plugins/build.gradle.kts b/codyze-plugins/build.gradle.kts index c5aa9b7eb..8baf569ed 100644 --- a/codyze-plugins/build.gradle.kts +++ b/codyze-plugins/build.gradle.kts @@ -19,7 +19,7 @@ dependencies { */ // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs // it is necessary to exclude saxon because of conflicts with same transitive dependency in PMD - implementation("com.github.spotbugs:spotbugs:4.8.5") { + implementation("com.github.spotbugs:spotbugs:4.8.6") { exclude(group = "net.sf.saxon", module = "Saxon-HE") } implementation("com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0") From 3f0ca4f55e348af5744dcf9a7c7ef95187b5de4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:37:57 +0200 Subject: [PATCH 2/5] Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.1 (#879) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ae7022522..e504532be 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ dokka = "1.9.20" [libraries] sarif4k = { module = "io.github.detekt.sarif4k:sarif4k", version = "0.6.0"} # The code can be found here: https://github.com/detekt/sarif4k. It was generated using https://app.quicktype.io/ -kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.0"} +kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.1"} kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin"} # CPG official releases From 9d94938a5744342769bcae71a9fb6b43828760c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:43:26 +0200 Subject: [PATCH 3/5] Update dependency org.junit:junit-bom to v5.10.3 (#880) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e504532be..6a0c60bcc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -41,7 +41,7 @@ kotlin-scripting-dependencies = { module = "org.jetbrains.kotlin:kotlin-scriptin detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt"} # test -junit-bom = { module = "org.junit:junit-bom", version = "5.10.2" } +junit-bom = { module = "org.junit:junit-bom", version = "5.10.3" } mockk = { module = "io.mockk:mockk", version = "1.13.11"} # this is necessary for the plugins to be used in the buildSrc folder From 22d4d23cfbd365e9c01212d28e34665173599c06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 09:24:01 +0200 Subject: [PATCH 4/5] Update dependency net.sourceforge.pmd:pmd-core to v7.3.0 (#881) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robert Haimerl --- .github/renovate.json | 4 ++++ codyze-plugins/build.gradle.kts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 0f901ad49..97873205d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -20,6 +20,10 @@ { "matchPackagePrefixes": ["com.github.Fraunhofer-AISEC"], "registryUrls": ["https://jitpack.io/"] + }, + { + "groupName": "PMD packages", + "matchPackagePrefixes": ["net.sourceforge.pmd:pmd-"] } ] } diff --git a/codyze-plugins/build.gradle.kts b/codyze-plugins/build.gradle.kts index 8baf569ed..72e86905a 100644 --- a/codyze-plugins/build.gradle.kts +++ b/codyze-plugins/build.gradle.kts @@ -25,7 +25,7 @@ dependencies { implementation("com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0") // https://mvnrepository.com/artifact/net.sourceforge.pmd/ - implementation("net.sourceforge.pmd:pmd-core:7.2.0") + implementation("net.sourceforge.pmd:pmd-core:7.3.0") implementation("net.sourceforge.pmd:pmd-java:7.2.0") } From 63772730c7e07a86ff902fbcade5138b27e812a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 09:31:26 +0200 Subject: [PATCH 5/5] Update dependency net.sourceforge.pmd:pmd-java to v7.3.0 (#883) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- codyze-plugins/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codyze-plugins/build.gradle.kts b/codyze-plugins/build.gradle.kts index 72e86905a..affcd9577 100644 --- a/codyze-plugins/build.gradle.kts +++ b/codyze-plugins/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { // https://mvnrepository.com/artifact/net.sourceforge.pmd/ implementation("net.sourceforge.pmd:pmd-core:7.3.0") - implementation("net.sourceforge.pmd:pmd-java:7.2.0") + implementation("net.sourceforge.pmd:pmd-java:7.3.0") } publishing {