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 {
31
31
implementation(' com.netflix.graphql.dgs:graphql-dgs' ) { transitive = false }
32
32
implementation ' com.graphql-java:graphql-java'
33
33
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 '
35
35
implementation ' org.slf4j:slf4j-api'
36
36
37
37
implementation ' com.squareup:javapoet:1.13.+'
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
27
27
implementation " org.jetbrains.kotlin:kotlin-reflect"
28
28
api ' com.graphql-java:graphql-java'
29
29
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 '
31
31
32
32
testImplementation ' com.netflix.graphql.dgs:graphql-dgs-extended-scalars'
33
33
}
You can’t perform that action at this time.
0 commit comments