Skip to content

Commit a5dd406

Browse files
chore: Bump Libs (#325)
2 parents ef6901c + 2381005 commit a5dd406

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

AppIntegrity/src/test/kotlin/com/infomaniak/core/appintegrity/ApiClientProviderTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class ApiClientProviderTest {
4949
@Test
5050
fun apiClientProviderTest() {
5151
runBlocking {
52-
post<ApiResponse<String>>(Url("toto"), data = mapOf("toto" to 1))
52+
post<ApiResponse<String>>(Url("gigi"), data = mapOf("gigi" to 1))
5353
}
5454
}
5555

Legacy/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353

5454
api 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20'
5555
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'
5757

5858
def navigationVersion = '2.8.9'
5959
api "androidx.navigation:navigation-fragment-ktx:$navigationVersion"
@@ -84,7 +84,7 @@ dependencies {
8484
api 'com.facebook.stetho:stetho-okhttp3:1.6.0'
8585
api 'com.squareup.okhttp3:okhttp:4.12.0'
8686

87-
def sentryVersion = '8.5.0'
87+
def sentryVersion = '8.6.0'
8888
api "io.sentry:sentry-android:$sentryVersion"
8989
implementation "io.sentry:sentry-okhttp:$sentryVersion"
9090

gradle/core.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ junitAndroidx = "1.2.1"
1111
kotlin = "2.0.21"
1212
ksp = "2.0.21-1.0.28"
1313
kotlinxCoroutines = "1.9.0"
14-
kotlinxSerializationJson = "1.7.3"
14+
kotlinxSerializationJson = "1.8.1"
1515
ktor = "3.0.1"
1616
lifecycleRuntimeKtx = "2.8.7"
1717
material = "1.12.0"

0 commit comments

Comments
 (0)