File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
webauthn-server-core/src/main/java/com/yubico/webauthn/data Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
15
15
16
16
// Spotless dropped Java 8 support in version 2.33.0
17
17
if (JavaVersion .current().isJava11Compatible) {
18
- implementation(" com.diffplug.spotless:spotless-plugin-gradle:6.18 .0" )
18
+ implementation(" com.diffplug.spotless:spotless-plugin-gradle:6.19 .0" )
19
19
implementation(" io.github.cosmicsilence:gradle-scalafix:0.1.14" )
20
20
}
21
21
}
Original file line number Diff line number Diff line change @@ -287,6 +287,7 @@ public RegistrationExtensionInputsBuilder uvm() {
287
287
this .uvm = true ;
288
288
return this ;
289
289
}
290
+
290
291
/** For compatibility with {@link Builder}(toBuilder = true) */
291
292
private RegistrationExtensionInputsBuilder uvm (Boolean uvm ) {
292
293
this .uvm = uvm ;
You can’t perform that action at this time.
0 commit comments