@@ -5,7 +5,7 @@ object Config {
55 val kotlinStdLib = " stdlib-jdk8"
66
77 val springBootVersion = " 2.7.4"
8- val springBoot3Version = " 3.0.0-M5 "
8+ val springBoot3Version = " 3.0.0-RC2 "
99 val kotlinCompatibleLanguageVersion = " 1.4"
1010
1111 val composeVersion = " 1.1.1"
@@ -143,18 +143,16 @@ object Config {
143143 }
144144
145145 object TestLibs {
146- private val androidxTestVersion = " 1.4.0"
147-
148- // todo This beta version is needed to run ui tests on Android 13.
149- // It will be replaced by androidxTestVersion when 1.5.0 will be out.
150- private val androidxTestVersionBeta = " 1.5.0-beta01"
151- private val espressoVersion = " 3.4.0"
146+ // todo These rc versions are needed to run ui tests on Android 13.
147+ // They will be replaced by stable version when 1.5.0/3.5.0 will be out.
148+ private val androidxTestVersion = " 1.5.0-rc01"
149+ private val espressoVersion = " 3.5.0-rc01"
152150
153151 val androidJUnitRunner = " androidx.test.runner.AndroidJUnitRunner"
154152 val kotlinTestJunit = " org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion "
155- val androidxCore = " androidx.test:core:$androidxTestVersionBeta "
153+ val androidxCore = " androidx.test:core:$androidxTestVersion "
156154 val androidxRunner = " androidx.test:runner:$androidxTestVersion "
157- val androidxTestCoreKtx = " androidx.test:core-ktx:$androidxTestVersionBeta "
155+ val androidxTestCoreKtx = " androidx.test:core-ktx:$androidxTestVersion "
158156 val androidxTestRules = " androidx.test:rules:$androidxTestVersion "
159157 val espressoCore = " androidx.test.espresso:espresso-core:$espressoVersion "
160158 val espressoIdlingResource = " androidx.test.espresso:espresso-idling-resource:$espressoVersion "
0 commit comments