@ -83,8 +83,12 @@ public class VerifyDependenciesVersionsPlugin implements Plugin<Project> {
@@ -83,8 +83,12 @@ public class VerifyDependenciesVersionsPlugin implements Plugin<Project> {
Stringmessage=String.format("Found transitive nimbus-jose-jwt:%s in oauth2-oidc-sdk:%s, but the project contains a different version of nimbus-jose-jwt [%s]. Please align the versions.",transitiveNimbusJoseJwtVersion,oauth2OidcSdkVersion,expectedNimbusJoseJwtVersion);
Stringmessage=String.format("Found transitive nimbus-jose-jwt:%s in oauth2-oidc-sdk:%s, but the project contains a different version of nimbus-jose-jwt [%s]. Please align the major/minor versions.",transitiveNimbusJoseJwtVersion,oauth2OidcSdkVersion,expectedNimbusJoseJwtVersion);
thrownewVerificationException(message);
}
}
Stringmessage=String.format("Found transitive nimbus-jose-jwt:%s in oauth2-oidc-sdk:%s, the project contains expected version of nimbus-jose-jwt [%s]. Verified all versions align.",transitiveNimbusJoseJwtVersion,oauth2OidcSdkVersion,expectedNimbusJoseJwtVersion);