diff --git a/gradle/depend.gradle b/gradle/depend.gradle index 5801e7c44..6b9447341 100644 --- a/gradle/depend.gradle +++ b/gradle/depend.gradle @@ -43,21 +43,21 @@ ext { //---Module Version---// utilityVersion = '3.0.0' designsystemVersion = '2.0.0' - modelVersion = '3.0.0' - coreVersion = '3.0.0' - payVersion = '2.0.0' - ticketVersion = '1.0.0' + modelVersion = '3.0.0hotfix' + coreVersion = '3.0.0hotfix' + payVersion = '2.0.0hotfix' + ticketVersion = '1.0.0hotfix' searchVersion = '2.0.0' taxiVersion = '2.0.0' - scanVersion = '2.0.0' - transpoVersion = '2.0.0' + scanVersion = '2.0.0hotfix' + transpoVersion = '2.0.0hotfix' evchargingVersion = '2.0.0' - tripoVersion = '2.0.0' + tripoVersion = '2.0.0hotfix' mobilitySharingVersion = '3.0.0' - commonStateVersion = '1.0.0' - commonViewVersion = '1.0.0' - composeNavigationVersion = '1.0.0' - composeDsVersion = '1.0.0' + commonStateVersion = '1.0.0hotfix' + commonViewVersion = '1.0.0hotfix' + composeNavigationVersion = '1.0.0hotfix' + composeDsVersion = '1.0.0hotfix' historyVersion = '0.4.0' mapVersion = '0.4.0' profileVersion = '0.4.0' diff --git a/gradle/libs-urbi.versions.toml b/gradle/libs-urbi.versions.toml index a05b4461c..e7abe3b37 100644 --- a/gradle/libs-urbi.versions.toml +++ b/gradle/libs-urbi.versions.toml @@ -92,7 +92,7 @@ triplet-play = "3.10.1" turbine = "1.2.1" zxing = "3.4.1" rootbeer = "0.1.1" -urbi-bom = "2025.10.28" +urbi-bom = "2025.10.29" [libraries] adapterdelegates4-kotlin = { group = "com.hannesdorfmann", name = "adapterdelegates4-kotlin-dsl", version.ref = "adapter-delegates4" }