From b3f6196876e70feee1544991d3a797f81b881c78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 00:39:38 +0000 Subject: [PATCH 1/6] Bump org.jlleitschuh.gradle:ktlint-gradle from 11.6.0 to 12.0.3 Bumps org.jlleitschuh.gradle:ktlint-gradle from 11.6.0 to 12.0.3. --- updated-dependencies: - dependency-name: org.jlleitschuh.gradle:ktlint-gradle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- radar-commons-gradle/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar-commons-gradle/build.gradle.kts b/radar-commons-gradle/build.gradle.kts index 0d37d798..3b413bd2 100644 --- a/radar-commons-gradle/build.gradle.kts +++ b/radar-commons-gradle/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.9.0") implementation("com.github.ben-manes:gradle-versions-plugin:0.48.0") implementation("io.github.gradle-nexus:publish-plugin:2.0.0-rc-1") - implementation("org.jlleitschuh.gradle:ktlint-gradle:11.6.0") + implementation("org.jlleitschuh.gradle:ktlint-gradle:12.0.3") implementation("com.github.jk1.dependency-license-report:com.github.jk1.dependency-license-report.gradle.plugin:2.5") } From 802e201da154cd64edc25a64c3f444c5cd99de40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 00:38:27 +0000 Subject: [PATCH 2/6] Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.10 to 1.9.21 Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.10...v1.9.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- radar-commons-gradle/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar-commons-gradle/build.gradle.kts b/radar-commons-gradle/build.gradle.kts index 3b413bd2..64ebdf86 100644 --- a/radar-commons-gradle/build.gradle.kts +++ b/radar-commons-gradle/build.gradle.kts @@ -23,7 +23,7 @@ repositories { } dependencies { - implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10") + implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21") implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.9.0") implementation("com.github.ben-manes:gradle-versions-plugin:0.48.0") implementation("io.github.gradle-nexus:publish-plugin:2.0.0-rc-1") From 03d5a83065e46866fc20b2f3dee1c8a8c00861a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 00:09:14 +0000 Subject: [PATCH 3/6] Bump org.jetbrains.dokka:dokka-gradle-plugin from 1.9.0 to 1.9.10 Bumps org.jetbrains.dokka:dokka-gradle-plugin from 1.9.0 to 1.9.10. --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- radar-commons-gradle/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar-commons-gradle/build.gradle.kts b/radar-commons-gradle/build.gradle.kts index 64ebdf86..31db1fc1 100644 --- a/radar-commons-gradle/build.gradle.kts +++ b/radar-commons-gradle/build.gradle.kts @@ -24,7 +24,7 @@ repositories { dependencies { implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21") - implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.9.0") + implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.9.10") implementation("com.github.ben-manes:gradle-versions-plugin:0.48.0") implementation("io.github.gradle-nexus:publish-plugin:2.0.0-rc-1") implementation("org.jlleitschuh.gradle:ktlint-gradle:12.0.3") From 4c327a328417c6788d6f91147f12f897fb96e83b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 00:09:10 +0000 Subject: [PATCH 4/6] Bump org.jetbrains.dokka from 1.9.0 to 1.9.10 Bumps org.jetbrains.dokka from 1.9.0 to 1.9.10. --- updated-dependencies: - dependency-name: org.jetbrains.dokka dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- radar-commons-gradle/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar-commons-gradle/build.gradle.kts b/radar-commons-gradle/build.gradle.kts index 31db1fc1..2be9f750 100644 --- a/radar-commons-gradle/build.gradle.kts +++ b/radar-commons-gradle/build.gradle.kts @@ -7,7 +7,7 @@ plugins { kotlin("jvm") version "1.9.0" `maven-publish` id("io.github.gradle-nexus.publish-plugin") version "2.0.0-rc-1" - id("org.jetbrains.dokka") version "1.9.0" + id("org.jetbrains.dokka") version "1.9.10" signing } From 0adc9b33cff97e82d8e40dbefed7c7ca290d6a16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 00:38:29 +0000 Subject: [PATCH 5/6] Bump jvm from 1.9.0 to 1.9.21 Bumps jvm from 1.9.0 to 1.9.21. --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- radar-commons-gradle/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar-commons-gradle/build.gradle.kts b/radar-commons-gradle/build.gradle.kts index 2be9f750..97891ba9 100644 --- a/radar-commons-gradle/build.gradle.kts +++ b/radar-commons-gradle/build.gradle.kts @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { `kotlin-dsl` `java-gradle-plugin` - kotlin("jvm") version "1.9.0" + kotlin("jvm") version "1.9.21" `maven-publish` id("io.github.gradle-nexus.publish-plugin") version "2.0.0-rc-1" id("org.jetbrains.dokka") version "1.9.10" From a5eaab6ca59100dcbb18c6cd00b42d0938dc7050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 00:44:45 +0000 Subject: [PATCH 6/6] Bump com.github.ben-manes:gradle-versions-plugin from 0.48.0 to 0.50.0 Bumps [com.github.ben-manes:gradle-versions-plugin](https://github.com/ben-manes/gradle-versions-plugin) from 0.48.0 to 0.50.0. - [Release notes](https://github.com/ben-manes/gradle-versions-plugin/releases) - [Commits](https://github.com/ben-manes/gradle-versions-plugin/compare/v0.48.0...v0.50.0) --- updated-dependencies: - dependency-name: com.github.ben-manes:gradle-versions-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- radar-commons-gradle/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar-commons-gradle/build.gradle.kts b/radar-commons-gradle/build.gradle.kts index 97891ba9..88bb4611 100644 --- a/radar-commons-gradle/build.gradle.kts +++ b/radar-commons-gradle/build.gradle.kts @@ -25,7 +25,7 @@ repositories { dependencies { implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21") implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.9.10") - implementation("com.github.ben-manes:gradle-versions-plugin:0.48.0") + implementation("com.github.ben-manes:gradle-versions-plugin:0.50.0") implementation("io.github.gradle-nexus:publish-plugin:2.0.0-rc-1") implementation("org.jlleitschuh.gradle:ktlint-gradle:12.0.3") implementation("com.github.jk1.dependency-license-report:com.github.jk1.dependency-license-report.gradle.plugin:2.5")