From e7bf4b561c828354b081ffe177cb9c1eed9908dc Mon Sep 17 00:00:00 2001 From: Josh Cummings <3627351+jzheaux@users.noreply.github.com> Date: Tue, 3 Mar 2026 17:37:26 -0700 Subject: [PATCH] Ignore nullability plugin for 7.0.x Since later versions of the nullability plugin require JDK 25, this commit ignores the dependency on 7.0.x, which builds on JDK 17 Closes gh-18831 Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com> --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d39df769cf..80c73814bd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -64,6 +64,7 @@ updates: - shibboleth ignore: - dependency-name: com.nimbusds:nimbus-jose-jwt + - dependency-name: io.spring.nullability:* - dependency-name: org.python:jython - dependency-name: org.apache.directory.server:* - dependency-name: org.apache.directory.shared:*