Skip to content

Commit 361d795

Browse files
author
renovate[bot]
committed
fix(deps): update apollo graphql packages
1 parent 3039a78 commit 361d795

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin-plugin = "2.2.21"
33
android-plugin = "8.12.3"
4-
apollo = "4.4.2"
4+
apollo = "4.4.3"
55
okio = "3.9.0"
66
atomicfu = "0.28.0" # Must be the same version as the one used by apollo-testing-support or native compilation will fail
77
sqldelight = "2.1.0"
@@ -16,7 +16,7 @@ apollo-api = { group = "com.apollographql.apollo", name = "apollo-api", version.
1616
apollo-mpp-utils = { group = "com.apollographql.apollo", name = "apollo-mpp-utils", version.ref = "apollo" }
1717
apollo-testing-support = { group = "com.apollographql.apollo", name = "apollo-testing-support", version.ref = "apollo" }
1818
apollo-runtime = { group = "com.apollographql.apollo", name = "apollo-runtime", version.ref = "apollo" }
19-
apollo-mockserver = "com.apollographql.mockserver:apollo-mockserver:0.2.0"
19+
apollo-mockserver = "com.apollographql.mockserver:apollo-mockserver:0.3.1"
2020
apollo-ast = { group = "com.apollographql.apollo", name = "apollo-ast", version.ref = "apollo" }
2121
apollo-compiler = { group = "com.apollographql.apollo", name = "apollo-compiler", version.ref = "apollo" }
2222
apollo-cache = { group = "com.apollographql.apollo", name = "apollo-normalized-cache", version.ref = "apollo" }

normalized-cache-apollo-compiler-plugin/test-data/testProject/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
alias(libs.plugins.kotlin.jvm)
3-
id("com.apollographql.apollo").version("4.2.0")
3+
id("com.apollographql.apollo").version("4.4.3")
44
}
55

66
apollo {

0 commit comments

Comments
 (0)