File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
AppIntegrity/src/test/kotlin/com/infomaniak/core/appintegrity Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class ApiClientProviderTest {
49
49
@Test
50
50
fun apiClientProviderTest () {
51
51
runBlocking {
52
- post<ApiResponse <String >>(Url (" toto " ), data = mapOf (" toto " to 1 ))
52
+ post<ApiResponse <String >>(Url (" gigi " ), data = mapOf (" gigi " to 1 ))
53
53
}
54
54
}
55
55
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
53
53
54
54
api ' org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20'
55
55
api ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1'
56
- api ' org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0 '
56
+ api ' org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1 '
57
57
58
58
def navigationVersion = ' 2.8.9'
59
59
api " androidx.navigation:navigation-fragment-ktx:$navigationVersion "
@@ -84,7 +84,7 @@ dependencies {
84
84
api ' com.facebook.stetho:stetho-okhttp3:1.6.0'
85
85
api ' com.squareup.okhttp3:okhttp:4.12.0'
86
86
87
- def sentryVersion = ' 8.5 .0'
87
+ def sentryVersion = ' 8.6 .0'
88
88
api " io.sentry:sentry-android:$sentryVersion "
89
89
implementation " io.sentry:sentry-okhttp:$sentryVersion "
90
90
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ junitAndroidx = "1.2.1"
11
11
kotlin = " 2.0.21"
12
12
ksp = " 2.0.21-1.0.28"
13
13
kotlinxCoroutines = " 1.9.0"
14
- kotlinxSerializationJson = " 1.7.3 "
14
+ kotlinxSerializationJson = " 1.8.1 "
15
15
ktor = " 3.0.1"
16
16
lifecycleRuntimeKtx = " 2.8.7"
17
17
material = " 1.12.0"
You can’t perform that action at this time.
0 commit comments