Update kotlinx-metadata-jvm to 0.6.2
Bug: b/286030996
Change-Id: I437c264437213fa27c54a5c129aaea32f73b06da
diff --git a/build.gradle b/build.gradle
index 8a0cc1f..3c67f45 100644
--- a/build.gradle
+++ b/build.gradle
@@ -33,7 +33,7 @@
// The kotlin version is only here to specify the kotlin language level,
// all kotlin compilations are done in tests.
kotlinVersion = '1.8.0'
- kotlinExtMetadataJVMVersion = '0.6.0'
+ kotlinExtMetadataJVMVersion = '0.6.2'
smaliVersion = '3.0.3'
errorproneVersion = '2.18.0'
testngVersion = '6.10'
diff --git a/third_party/dependencies.tar.gz.sha1 b/third_party/dependencies.tar.gz.sha1
index cf12fc2..aa1e6a7 100644
--- a/third_party/dependencies.tar.gz.sha1
+++ b/third_party/dependencies.tar.gz.sha1
@@ -1 +1 @@
-76c51489d87c284cea0e73646c5cc45a9ffc3665
\ No newline at end of file
+ca36d85787d7df692bc383cfad225580f1a9cece
\ No newline at end of file
diff --git a/third_party/dependencies_new.tar.gz.sha1 b/third_party/dependencies_new.tar.gz.sha1
index 54a7c72..5d89edc 100644
--- a/third_party/dependencies_new.tar.gz.sha1
+++ b/third_party/dependencies_new.tar.gz.sha1
@@ -1 +1 @@
-08dbd497e182be658628252f0bb890894cc88dcc
\ No newline at end of file
+37f0c05fb0b91effe962a2dde30818c6e5e3cb23
\ 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 296cdf0..00f10d8 100755
--- a/tools/create_local_maven_with_dependencies.py
+++ b/tools/create_local_maven_with_dependencies.py
@@ -21,7 +21,7 @@
ASM_VERSION = '9.5'
ESPRESSO_VERSION = '3.0.0'
FASTUTIL_VERSION = '7.2.1'
-KOTLIN_METADATA_VERSION = '0.6.0'
+KOTLIN_METADATA_VERSION = '0.6.2'
KOTLIN_VERSION = '1.8.0'
GUAVA_VERSION = '31.1-jre'
GSON_VERSION = '2.7'