Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit d5057f4

Browse files
feat(deps): update apollo graphql packages
1 parent 31d1159 commit d5057f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apollo-compiler-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ kotlin {
88
}
99

1010
dependencies {
11-
implementation 'com.apollographql.apollo:apollo-compiler:4.1.1'
11+
implementation 'com.apollographql.apollo:apollo-compiler:4.3.1'
1212
}

code/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
dokkaHtmlPlugin 'org.jetbrains.dokka:versioning-plugin:2.0.0'
2727

2828
/* Apollo */
29-
implementation 'com.apollographql.adapters:apollo-adapters-core:0.0.4'
29+
implementation 'com.apollographql.adapters:apollo-adapters-core:0.7.0'
3030

3131
/* EG SDK Core */
3232
api 'com.expediagroup:expediagroup-sdk-graphql:0.0.2-SNAPSHOT'

0 commit comments

Comments
 (0)