File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
custom-rule-factory-apply Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66dependencies {
77 jsonschema2dataclassPlugins(project(" :classpath:custom-rule-factory" ))
88
9- implementation(" com.fasterxml.jackson.core:jackson-databind:2.20.0 " )
9+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.20.1 " )
1010}
1111
1212jsonSchema2Pojo {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66dependencies {
77 jsonschema2dataclassPlugins(project(" :classpath:schema" ))
88
9- implementation(" com.fasterxml.jackson.core:jackson-databind:2.20.0 " )
9+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.20.1 " )
1010}
1111
1212jsonSchema2Pojo {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55
66dependencies {
77 implementation ' javax.validation:validation-api:2.0.1.Final'
8- implementation ' com.fasterxml.jackson.core:jackson-databind:2.20.0 '
8+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.20.1 '
99
1010 // see src/main/resources/json/external_dependencies.json
1111 implementation ' joda-time:joda-time:2.14.0'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55
66dependencies {
77 implementation(" javax.validation:validation-api:2.0.1.Final" )
8- implementation(" com.fasterxml.jackson.core:jackson-databind:2.20.0 " )
8+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.20.1 " )
99
1010 // see src/main/resources/json/external_dependencies.json
1111 implementation(" joda-time:joda-time:2.14.0" )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ project.version = "1.0"
1010val targetJSONBaseDir = files(" $projectDir /src/main/resources/json" )
1111
1212dependencies {
13- implementation(" com.fasterxml.jackson.core:jackson-databind:2.20.0 " )
13+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.20.1 " )
1414
1515 // see src/main/resources/json/external_dependencies.json
1616 implementation(" joda-time:joda-time:2.14.0" )
You can’t perform that action at this time.
0 commit comments