Proguard 7.4.2 - ConfigurationCache compatible

Required for KTI-1553
This commit is contained in:
cristiangarcia
2024-02-06 20:16:22 +00:00
committed by Space Team
parent 28797a31b4
commit 9f8ea3e2e5
3 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jdom2 = "2.0.6.1"
kotlinx-serialization = "1.5.0"
shadow = "8.1.1" # Should be in sync with version in kotlin-native/
spdx = "0.1.0-dev-10"
proguard = "7.4.1"
proguard = "7.4.2"
ktor = "2.3.7"
kotlinx-metadataJvm = "0.7.0"
# Forcing gson version because of https://github.com/google/gson/pull/1991