-
Notifications
You must be signed in to change notification settings - Fork 66
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
pom.xml links to missing version of jackson-bom #427
Comments
Hey @rossspencer715 , it looks like it comes from here : On my side the build is working. In maven central repository, the version 2.13.4 of the library exists here : Can you try to change |
I also had the same problem with @redouane59, what did you mean by:
Did you mean do this in the app's build.gradle:
Same error as before:
|
Yes I meant that. Really strange, can't understand why this is not working while the upgrade version was pushed automatically. |
Hi,
Not sure if I'm just missing something since I'm not terribly familiar with Maven yet and am trying to use this library in a school project, so apologies if this is a me problem.
If I try to sync my build.gradle app file with a dependency for Twittered versions 2.20 and 2.21, I run into:
The closest version I see on maven-central is 2.13.4.20221013, with no entry matching 2.13.4.1.
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/
Reverting to v2.19 works perfectly since it's able to resolve the older version (looks like it changed here: 5832190). 2.13.4.1 is listed on the jackson website but appears to be missing from maven, not sure if it got pulled or what.
Looking forward to using the new DM stuff eventually! This library is fantastic so far. Thank y'all for the hard work -- please let me know if this is just something I'm doing wrong or if a PR to modify to v2.13.4 would be helpful in the meantime
The text was updated successfully, but these errors were encountered: