@@ -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"
@@ -144,18 +144,16 @@ object Config {
144144 }
145145
146146 object TestLibs {
147- private val androidxTestVersion = " 1.4.0"
148-
149- // todo This beta version is needed to run ui tests on Android 13.
150- // It will be replaced by androidxTestVersion when 1.5.0 will be out.
151- private val androidxTestVersionBeta = " 1.5.0-beta01"
152- private val espressoVersion = " 3.4.0"
147+ // todo These rc versions are needed to run ui tests on Android 13.
148+ // They will be replaced by stable version when 1.5.0/3.5.0 will be out.
149+ private val androidxTestVersion = " 1.5.0-rc01"
150+ private val espressoVersion = " 3.5.0-rc01"
153151
154152 val androidJUnitRunner = " androidx.test.runner.AndroidJUnitRunner"
155153 val kotlinTestJunit = " org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion "
156- val androidxCore = " androidx.test:core:$androidxTestVersionBeta "
154+ val androidxCore = " androidx.test:core:$androidxTestVersion "
157155 val androidxRunner = " androidx.test:runner:$androidxTestVersion "
158- val androidxTestCoreKtx = " androidx.test:core-ktx:$androidxTestVersionBeta "
156+ val androidxTestCoreKtx = " androidx.test:core-ktx:$androidxTestVersion "
159157 val androidxTestRules = " androidx.test:rules:$androidxTestVersion "
160158 val espressoCore = " androidx.test.espresso:espresso-core:$espressoVersion "
161159 val espressoIdlingResource = " androidx.test.espresso:espresso-idling-resource:$espressoVersion "
0 commit comments