From 47b4b155dacfeaf3a1cf3094e55f85b0b87e0494 Mon Sep 17 00:00:00 2001 From: Rob Winch <362503+rwinch@users.noreply.github.com> Date: Wed, 3 Sep 2025 12:17:56 -0500 Subject: [PATCH] Add security-nullability to webauthn Issue gh-17839 --- webauthn/spring-security-webauthn.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webauthn/spring-security-webauthn.gradle b/webauthn/spring-security-webauthn.gradle index aed1890cf9..39413d024f 100644 --- a/webauthn/spring-security-webauthn.gradle +++ b/webauthn/spring-security-webauthn.gradle @@ -1,3 +1,7 @@ +plugins { + id 'security-nullability' +} + apply plugin: 'io.spring.convention.spring-module' dependencies {