From fa14b18df65c156e7785dcece266807687d21c3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:23:17 +0000 Subject: [PATCH 1/4] Bump org.jetbrains.kotlin.android from 1.9.24 to 2.0.20 Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.9.24 to 2.0.20. - [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.24...v2.0.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ab717a3..a962013 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ import io.gitlab.arturbosch.detekt.report.ReportMergeTask plugins { id 'com.android.application' version '8.4.1' apply false id 'com.android.library' version '8.4.1' apply false - id 'org.jetbrains.kotlin.android' version '1.9.24' apply false + id 'org.jetbrains.kotlin.android' version '2.0.20' apply false id 'org.jetbrains.kotlin.jvm' version '1.9.24' apply false id("io.gitlab.arturbosch.detekt") version "1.23.6" } From 8ebcdf78799cdc50f5c28775077bfc17265b5d01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:23:21 +0000 Subject: [PATCH 2/4] Bump com.google.devtools.ksp from 1.9.24-1.0.20 to 2.0.20-1.0.24 Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.9.24-1.0.20 to 2.0.20-1.0.24. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/1.9.24-1.0.20...2.0.20-1.0.24) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- tlv-ksp/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c311ae2..753d45b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' - id 'com.google.devtools.ksp' version '1.9.24-1.0.20' + id 'com.google.devtools.ksp' version '2.0.20-1.0.24' } android { diff --git a/tlv-ksp/build.gradle b/tlv-ksp/build.gradle index 03c2b8c..ec97b8a 100644 --- a/tlv-ksp/build.gradle +++ b/tlv-ksp/build.gradle @@ -1,6 +1,6 @@ plugins { id 'org.jetbrains.kotlin.jvm' - id "com.google.devtools.ksp" version "1.9.24-1.0.20" + id "com.google.devtools.ksp" version "2.0.20-1.0.24" id 'maven-publish' id 'signing' } From 895a16ea8ea0048d423f6a5bfd0b560b6f7ca5e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:24:05 +0000 Subject: [PATCH 3/4] Bump com.google.devtools.ksp:symbol-processing-api Bumps [com.google.devtools.ksp:symbol-processing-api](https://github.com/google/ksp) from 1.9.24-1.0.20 to 2.0.20-1.0.24. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/1.9.24-1.0.20...2.0.20-1.0.24) --- updated-dependencies: - dependency-name: com.google.devtools.ksp:symbol-processing-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tlv-ksp/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tlv-ksp/build.gradle b/tlv-ksp/build.gradle index 03c2b8c..37d52f1 100644 --- a/tlv-ksp/build.gradle +++ b/tlv-ksp/build.gradle @@ -8,7 +8,7 @@ plugins { dependencies { implementation project(path: ':tlv') - implementation "com.google.devtools.ksp:symbol-processing-api:1.9.24-1.0.20" + implementation "com.google.devtools.ksp:symbol-processing-api:2.0.20-1.0.24" testImplementation 'junit:junit:4.13.2' } From 9eb72375feac7f1f3f371d917a73ab6208b0fc2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 14:56:48 +0000 Subject: [PATCH 4/4] Bump org.jetbrains.kotlin.jvm from 1.9.24 to 2.0.20 Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.9.24 to 2.0.20. - [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.24...v2.0.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ab717a3..94a0712 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { id 'com.android.application' version '8.4.1' apply false id 'com.android.library' version '8.4.1' apply false id 'org.jetbrains.kotlin.android' version '1.9.24' apply false - id 'org.jetbrains.kotlin.jvm' version '1.9.24' apply false + id 'org.jetbrains.kotlin.jvm' version '2.0.20' apply false id("io.gitlab.arturbosch.detekt") version "1.23.6" }