File tree Expand file tree Collapse file tree
documentation-generator-api
documentation-generator-core
extensions/documentation-generator-confluence
helpers/documentation-generator-test-utilities Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66
77dependencies {
88 implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.1'
9- implementation ' com.fasterxml.jackson.core:jackson-databind:2.20.1 '
9+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.21.0 '
1010}
1111
1212publishing {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
88 implementation project(' :documentation-generator-api' )
99
1010 implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.1'
11- implementation ' com.fasterxml.jackson.core:jackson-databind:2.20.1 '
11+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.21.0 '
1212}
1313
1414publishing {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
99 implementation project(' :documentation-generator-core' )
1010
1111 implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.1'
12- implementation ' com.fasterxml.jackson.core:jackson-databind:2.20.1 '
12+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.21.0 '
1313
1414 implementation ' org.apache.httpcomponents:httpclient:4.5.14'
1515 implementation ' commons-codec:commons-codec:1.20.0'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 implementation project(' :documentation-generator-core' )
88
99 implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.1'
10- implementation ' com.fasterxml.jackson.core:jackson-databind:2.20.1 '
10+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.21.0 '
1111
1212 implementation platform(' org.spockframework:spock-bom:2.4-groovy-5.0' )
1313 implementation ' org.spockframework:spock-core'
You can’t perform that action at this time.
0 commit comments