Browse Source

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>
pull/18845/head
Josh Cummings 3 weeks ago
parent
commit
e7bf4b561c
No known key found for this signature in database
GPG Key ID: 869B37A20E876129
  1. 1
      .github/dependabot.yml

1
.github/dependabot.yml

@ -64,6 +64,7 @@ updates: @@ -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:*

Loading…
Cancel
Save