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 {
2
2
id " java-gradle-plugin"
3
3
id " java"
4
4
id " groovy"
5
- id ' com.apollographql.apollo' version ' 4.3.1 '
5
+ id ' com.apollographql.apollo' version ' 4.3.2 '
6
6
}
7
7
8
8
sourceCompatibility = JavaVersion . VERSION_17
@@ -86,7 +86,7 @@ dependencies {
86
86
implementation (' org.gretty:gretty:4.1.7' ) {
87
87
exclude group : ' org.springframework.boot' , module : ' spring-boot-loader-tools'
88
88
}
89
- implementation ' com.apollographql.apollo:apollo-runtime:4.3.1 '
89
+ implementation ' com.apollographql.apollo:apollo-runtime:4.3.2 '
90
90
implementation ' com.github.ben-manes:gradle-versions-plugin:0.52.0'
91
91
implementation ' com.github.spullara.mustache.java:compiler:0.9.14'
92
92
implementation ' io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.47'
You can’t perform that action at this time.
0 commit comments