File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,16 @@ wrapper {
46
46
dependencies {
47
47
constraints {
48
48
api(' com.augustcellars.cose:cose-java:[1.0.0,2)' )
49
-
50
- // Jackson versions restricted to pre-2.13.2.1 because of (probably temporary) transitive dependency resolution issues
51
- // TODO: Revert to pre-3.0 once above issues are resolved
52
- api(' com.fasterxml.jackson.core:jackson-databind:[2.11.0,2.13.2.1)' )
53
- api(' com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:[2.11.0,2.13.2.1)' )
54
- api(' com.fasterxml.jackson.datatype:jackson-datatype-jdk8:[2.11.0,2.13.2.1)' )
55
-
49
+ api(' com.fasterxml.jackson.core:jackson-databind:[2.13.2.1,3)' )
50
+ api(' com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:[2.13.2,3)' )
51
+ api(' com.fasterxml.jackson.datatype:jackson-datatype-jdk8:[2.13.2,3)' )
52
+ api(' com.fasterxml.jackson:jackson-bom' ) {
53
+ version {
54
+ strictly ' [2.13.2.1,3)'
55
+ reject ' 2.13.2.1'
56
+ }
57
+ because ' jackson-databind 2.13.2.1 references nonexistent BOM'
58
+ }
56
59
api(' com.google.guava:guava:[24.1.1,31)' )
57
60
api(' com.upokecenter:cbor:[4.5.1,5)' )
58
61
api(' javax.ws.rs:javax.ws.rs-api:[2.1,3)' )
You can’t perform that action at this time.
0 commit comments