File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id " java-gradle-plugin"
33 id " java"
44 id " groovy"
5- id ' com.apollographql.apollo' version ' 4.3.1 '
5+ id ' com.apollographql.apollo' version ' 4.3.3 '
66}
77
88sourceCompatibility = JavaVersion . VERSION_17
@@ -86,7 +86,7 @@ dependencies {
8686 implementation (' org.gretty:gretty:4.1.7' ) {
8787 exclude group : ' org.springframework.boot' , module : ' spring-boot-loader-tools'
8888 }
89- implementation ' com.apollographql.apollo:apollo-runtime:4.3.1 '
89+ implementation ' com.apollographql.apollo:apollo-runtime:4.3.3 '
9090 implementation ' com.github.ben-manes:gradle-versions-plugin:0.52.0'
9191 implementation ' com.github.spullara.mustache.java:compiler:0.9.14'
9292 implementation ' io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.47'
You can’t perform that action at this time.
0 commit comments