-
Notifications
You must be signed in to change notification settings - Fork 6.1k
No-longer working dependency to net.minidev.json-smart (via com.nimbusds.oauth2-oidc-sdk) #16579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
There are new versions of oauth2-oidc-sdk available - e.g.: 9.43.5 instead of 9.43.4. |
Same problem here, the build is broken because of this issue. There are multiple versions of An issue was already reported to the json-smart project: netplex/json-smart-v2#240 |
Which is unfortunate and I think has broken many things around the globe today, but if it fixes a serious issue, is fine in my opinion. Actually, I think I like this approach to trigger people to react :) |
If updating to the latest version is an option for you, you can fix your Gradle project in the build.gradle like this: |
As discussed in the json-smart issue, this fixes the problem until the problem in their metadata is resolved:
|
To be able to work on tasks, change the version of |
Closing this as a duplicate. |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Since today maven complains that the dependency to net.minidev.json-smart [1.3.3,2.4.10) cannot be resolved. The dependency is introduced by com.nimbusds.oauth2-odic-sdk [9.43.4]
To Reproduce
Expected behavior
The dependency shall be resolvable.
Did not contact nimbusds since they are at v11 already, referring to json-smart 2.5.1 (which can be pulled from central maven repo).
The text was updated successfully, but these errors were encountered: