We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46a1d5 commit 9cfa5d1Copy full SHA for 9cfa5d1
buildSrc/build.gradle
@@ -86,7 +86,7 @@ dependencies {
86
implementation ('org.gretty:gretty:4.1.2') {
87
exclude group: 'org.springframework.boot', module: 'spring-boot-loader-tools'
88
}
89
- implementation 'com.apollographql.apollo:apollo-runtime:2.4.5'
+ implementation 'com.apollographql.apollo:apollo-runtime:2.4.6'
90
implementation 'com.github.ben-manes:gradle-versions-plugin:0.38.0'
91
implementation 'com.github.spullara.mustache.java:compiler:0.9.14'
92
implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.15'
0 commit comments