Closed
Description
Describe the bug
It seems this closed issue re-occured with the release of databind version 2.13.4.1
#3428
This module file references BOM 2.13.4.1 which does not exist.
https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.4.1/jackson-databind-2.13.4.1.module
Version information
2.13.4 + databind 2.13.4.1
To Reproduce
Have a gradle file with:
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4.1'
Which causes this error in Gradle:
Could not find com.fasterxml.jackson:jackson-bom:2.13.4.1.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.13.4.1/jackson-bom-2.13.4.1.pom
If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.
Required by:
project : > com.fasterxml.jackson.core:jackson-databind:2.13.4.1
Expected behavior
A working set of jackson packages :)