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/3] 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/3] 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/3] 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