Skip to content

Commit 0a770ff

Browse files
bcorsoDagger Team
authored andcommitted
Upgrade kotlin and ksp dependencies.
Fixes #5001 Fixes #5059 RELNOTES=Fixes #5001, #5059: Upgrade kotlin and ksp dependencies. PiperOrigin-RevId: 845858016
1 parent 8aabfe1 commit 0a770ff

File tree

3 files changed

+61
-129
lines changed

3 files changed

+61
-129
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ bazel_dep(name = "bazel_skylib", version = "1.7.1")
22
bazel_dep(name = "rules_java", version = "8.6.0")
33
bazel_dep(name = "rules_jvm_external", version = "6.7")
44
bazel_dep(name = "rules_android", version = "0.6.0")
5-
bazel_dep(name = "rules_kotlin", version = "2.1.9", repo_name = "io_bazel_rules_kotlin")
5+
bazel_dep(name = "rules_kotlin", version = "2.2.1", repo_name = "io_bazel_rules_kotlin")
66
bazel_dep(name = "rules_robolectric", version = "4.14.1.2", repo_name = "robolectric")
77
bazel_dep(name = "protobuf", version = "29.0", repo_name = "com_google_protobuf")
88

@@ -46,9 +46,9 @@ GRPC_VERSION = "1.2.0"
4646

4747
INCAP_VERSION = "0.2"
4848

49-
KOTLIN_VERSION = "2.2.20"
49+
KOTLIN_VERSION = "2.3.0"
5050

51-
KSP_VERSION = KOTLIN_VERSION + "-2.0.3"
51+
KSP_VERSION = "2.3.4"
5252

5353
MAVEN_VERSION = "3.3.3"
5454

gradle/libs.versions.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jdk = "17"
1414
junit = "4.13"
1515
jvmTarget = "1.8"
1616
kotlin = "2.2.20"
17+
kotlinMetadata = "2.3.0"
1718
kotlinTarget = "1.9"
18-
ksp = "2.2.20-2.0.3"
19+
ksp = "2.4.3"
1920
publish = "0.30.0"
2021
shadow = "8.3.5"
2122
truth = "1.4.0"
@@ -62,7 +63,7 @@ junit = { module = "junit:junit", version.ref = "junit" }
6263
kotlin-annotationProcessingEmbeddable = { module = "org.jetbrains.kotlin:kotlin-annotation-processing-embeddable", version.ref = "kotlin" }
6364
kotlin-compilerEmbeddable = { module = "org.jetbrains.kotlin:kotlin-compiler-embeddable", version.ref = "kotlin" }
6465
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
65-
kotlin-metadataJvm = { module = "org.jetbrains.kotlin:kotlin-metadata-jvm", version.ref = "kotlin" }
66+
kotlin-metadataJvm = { module = "org.jetbrains.kotlin:kotlin-metadata-jvm", version.ref = "kotlinMetadata" }
6667
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
6768
kotlinPoet = { module = "com.squareup:kotlinpoet", version = "1.11.0" }
6869
kotlinPoet-javaPoet = { module = "com.squareup:kotlinpoet-javapoet", version = "1.11.0" }

0 commit comments

Comments
 (0)