Ignore org.apache.directory.shared

This commit is contained in:
Josh Cummings 2023-12-05 17:38:52 -07:00
parent 8efda8449c
commit 93befd5f26
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ updates:
- dependency-name: "com.nimbusds:nimbus-jose-jwt" # nimbus-jose-jwt gets updated when oauth2-oidc-sdk is updated to ensure consistency
- dependency-name: "org.python:jython" # jython updates break integration tests
- dependency-name: "org.apache.directory.server:*" # ApacheDS version > 1.5.5 contains break changes
- dependency-name: "org.apache.directory.shared:*" # ApacheDS version > 0.9.15 contains breaking changes
- dependency-name: "org.junit:junit-bom"
update-types: [ "version-update:semver-major" ]
- dependency-name: "org.mockito:mockito-bom"