mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
Exclude mockk 1.13.4 update
Issue gh-12695
This commit is contained in:
parent
a1b282ff03
commit
aaa6983fda
@ -119,6 +119,12 @@ updateDependenciesSettings {
|
|||||||
selection.reject("nimbus-jose-jwt gets updated when oauth2-oidc-sdk is updated to ensure consistency");
|
selection.reject("nimbus-jose-jwt gets updated when oauth2-oidc-sdk is updated to ensure consistency");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
components.withModule("io.mockk:mockk") { selection ->
|
||||||
|
ModuleComponentIdentifier candidate = selection.getCandidate();
|
||||||
|
if (!candidate.getVersion().equals(selection.getCurrentVersion())) {
|
||||||
|
selection.reject("mockk updates break tests");
|
||||||
|
}
|
||||||
|
}
|
||||||
components.all { selection ->
|
components.all { selection ->
|
||||||
ModuleComponentIdentifier candidate = selection.getCandidate();
|
ModuleComponentIdentifier candidate = selection.getCandidate();
|
||||||
// Do not compare version due to multiple versions existing
|
// Do not compare version due to multiple versions existing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user