| commit | 84198cb4beb47c6de510cd34604e6eeb04fb8255 | [log] [tgz] |
|---|---|---|
| author | Søren Gjesse <sgjesse@google.com> | Mon Aug 25 12:18:28 2025 +0200 |
| committer | Søren Gjesse <sgjesse@google.com> | Mon Aug 25 12:18:28 2025 +0200 |
| tree | 251eaedd701d5572625742911a237cb851932bf3 | |
| parent | b6d765744226e5e36cbb74efd0a6d281fec118f4 [diff] |
Update Kotlin-metadata-jvm to 2.2.10 Bug: b/440984151 Change-Id: I8fac6684e163d6b77c6cd60c20f79ceffe387c6d
diff --git a/d8_r8/commonBuildSrc/src/main/kotlin/DependenciesPlugin.kt b/d8_r8/commonBuildSrc/src/main/kotlin/DependenciesPlugin.kt index 000ca2b..3787398 100644 --- a/d8_r8/commonBuildSrc/src/main/kotlin/DependenciesPlugin.kt +++ b/d8_r8/commonBuildSrc/src/main/kotlin/DependenciesPlugin.kt
@@ -443,7 +443,7 @@ const val javassist = "3.29.2-GA" const val junitVersion = "4.13-beta-2" const val kotlinVersion = "1.9.20" - const val kotlinMetadataVersion = "2.1.0" + const val kotlinMetadataVersion = "2.2.10" const val mockito = "2.10.0" const val smaliVersion = "3.0.3" const val protobufVersion = "3.19.3"
diff --git a/third_party/dependencies.tar.gz.sha1 b/third_party/dependencies.tar.gz.sha1 index 649dafc..79315bf 100644 --- a/third_party/dependencies.tar.gz.sha1 +++ b/third_party/dependencies.tar.gz.sha1
@@ -1 +1 @@ -a60578c7f78d8cab57817691906ef858394efe5a \ No newline at end of file +fbbd3a4fd58e3c098b3fa9df0a5a091a46e6f5e1 \ No newline at end of file
diff --git a/tools/create_local_maven_with_dependencies.py b/tools/create_local_maven_with_dependencies.py index 515c85e..b7ae60c 100755 --- a/tools/create_local_maven_with_dependencies.py +++ b/tools/create_local_maven_with_dependencies.py
@@ -24,7 +24,7 @@ ASM_VERSION = '9.8' # When updating update tools/asmifier.py and Toolhelper as well. ESPRESSO_VERSION = '3.0.0' FASTUTIL_VERSION = '7.2.1' -KOTLIN_METADATA_VERSION = '2.1.0' +KOTLIN_METADATA_VERSION = '2.2.10' KOTLIN_VERSION = '2.0.21' GUAVA_VERSION = '32.1.2-jre' GSON_VERSION = '2.10.1'