File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
graphql-dgs-codegen-shared-core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
3131 implementation(' com.netflix.graphql.dgs:graphql-dgs' ) { transitive = false }
3232 implementation ' com.graphql-java:graphql-java'
3333 implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.3'
34- implementation ' com.fasterxml.jackson.core:jackson-annotations:2.17.2 '
34+ implementation ' com.fasterxml.jackson.core:jackson-annotations:2.18.3 '
3535 implementation ' org.slf4j:slf4j-api'
3636
3737 implementation ' com.squareup:javapoet:1.13.+'
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
2727 implementation " org.jetbrains.kotlin:kotlin-reflect"
2828 api ' com.graphql-java:graphql-java'
2929 implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.3'
30- implementation ' com.fasterxml.jackson.core:jackson-annotations:2.17.2 '
30+ implementation ' com.fasterxml.jackson.core:jackson-annotations:2.18.3 '
3131
3232 testImplementation ' com.netflix.graphql.dgs:graphql-dgs-extended-scalars'
3333}
You can’t perform that action at this time.
0 commit comments