We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9417947 commit 808a0abCopy full SHA for 808a0ab
build.gradle
@@ -164,7 +164,7 @@ dependencies {
164
implementation group: 'com.google.guava', name: 'failureaccess', version:'1.0.2'
165
javaRestTestImplementation project.sourceSets.main.runtimeClasspath
166
//spotless
167
- implementation('com.google.googlejavaformat:google-java-format:1.21.0') {
+ implementation('com.google.googlejavaformat:google-java-format:1.22.0') {
168
exclude group: 'com.google.guava'
169
}
170
0 commit comments