diff --git a/dependencies.lock b/dependencies.lock index cc12401d3..2221da773 100644 --- a/dependencies.lock +++ b/dependencies.lock @@ -195,11 +195,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" diff --git a/graphql-dgs-client/build.gradle.kts b/graphql-dgs-client/build.gradle.kts index 2be03c404..2aaf6d27e 100644 --- a/graphql-dgs-client/build.gradle.kts +++ b/graphql-dgs-client/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { api("com.fasterxml.jackson.core:jackson-annotations") api(project(":graphql-dgs-subscription-types")) - compileOnly("org.springframework:spring-webflux") + implementation("org.springframework:spring-webflux") implementation("org.springframework:spring-web") implementation("com.fasterxml.jackson.module:jackson-module-kotlin") diff --git a/graphql-dgs-client/dependencies.lock b/graphql-dgs-client/dependencies.lock index 27e0e884e..9dca76fcc 100644 --- a/graphql-dgs-client/dependencies.lock +++ b/graphql-dgs-client/dependencies.lock @@ -32,12 +32,18 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { + "locked": "2.12.3" + }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { "locked": "2.12.3" }, "com.fasterxml.jackson.module:jackson-module-kotlin": { "locked": "2.12.3" }, + "com.fasterxml.jackson.module:jackson-module-parameter-names": { + "locked": "2.12.3" + }, "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" }, @@ -257,11 +263,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" @@ -289,12 +290,18 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { + "locked": "2.12.3" + }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { "locked": "2.12.3" }, "com.fasterxml.jackson.module:jackson-module-kotlin": { "locked": "2.12.3" }, + "com.fasterxml.jackson.module:jackson-module-parameter-names": { + "locked": "2.12.3" + }, "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" }, @@ -342,6 +349,9 @@ }, "org.springframework:spring-web": { "locked": "5.2.13.RELEASE" + }, + "org.springframework:spring-webflux": { + "locked": "5.2.13.RELEASE" } }, "testAnnotationProcessor": { @@ -371,12 +381,18 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { + "locked": "2.12.3" + }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { "locked": "2.12.3" }, "com.fasterxml.jackson.module:jackson-module-kotlin": { "locked": "2.12.3" }, + "com.fasterxml.jackson.module:jackson-module-parameter-names": { + "locked": "2.12.3" + }, "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" }, @@ -500,6 +516,9 @@ }, "org.springframework:spring-web": { "locked": "5.2.13.RELEASE" + }, + "org.springframework:spring-webflux": { + "locked": "5.2.13.RELEASE" } }, "testRuntimeClasspath": { @@ -515,6 +534,9 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { + "locked": "2.12.3" + }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { "firstLevelTransitive": [ "com.netflix.graphql.dgs:graphql-dgs" @@ -529,6 +551,9 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.module:jackson-module-parameter-names": { + "locked": "2.12.3" + }, "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" }, @@ -729,6 +754,9 @@ ], "locked": "5.2.13.RELEASE" }, + "org.springframework:spring-webflux": { + "locked": "5.2.13.RELEASE" + }, "org.springframework:spring-webmvc": { "firstLevelTransitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", diff --git a/graphql-dgs-example-java-webflux/dependencies.lock b/graphql-dgs-example-java-webflux/dependencies.lock index 4699545e5..04f68be73 100644 --- a/graphql-dgs-example-java-webflux/dependencies.lock +++ b/graphql-dgs-example-java-webflux/dependencies.lock @@ -344,11 +344,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" @@ -389,6 +384,12 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "2.12.3" + }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { "firstLevelTransitive": [ "com.netflix.graphql.dgs:graphql-dgs", @@ -406,6 +407,12 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.module:jackson-module-parameter-names": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "2.12.3" + }, "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" }, @@ -627,6 +634,7 @@ }, "org.springframework:spring-webflux": { "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-reactive", "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure" ], @@ -831,6 +839,12 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "2.12.3" + }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { "firstLevelTransitive": [ "com.netflix.graphql.dgs:graphql-dgs", @@ -848,6 +862,12 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.module:jackson-module-parameter-names": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "2.12.3" + }, "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" }, @@ -1075,6 +1095,7 @@ }, "org.springframework:spring-webflux": { "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-reactive", "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure" ], diff --git a/graphql-dgs-example-java/dependencies.lock b/graphql-dgs-example-java/dependencies.lock index 60b6a9558..98ea8175e 100644 --- a/graphql-dgs-example-java/dependencies.lock +++ b/graphql-dgs-example-java/dependencies.lock @@ -350,11 +350,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" @@ -395,6 +390,12 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "2.12.3" + }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { "firstLevelTransitive": [ "com.netflix.graphql.dgs:graphql-dgs", @@ -411,6 +412,12 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.module:jackson-module-parameter-names": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "2.12.3" + }, "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" }, @@ -656,6 +663,12 @@ ], "locked": "5.2.13.RELEASE" }, + "org.springframework:spring-webflux": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "5.2.13.RELEASE" + }, "org.springframework:spring-webmvc": { "firstLevelTransitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure" @@ -880,6 +893,12 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "2.12.3" + }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { "firstLevelTransitive": [ "com.netflix.graphql.dgs:graphql-dgs", @@ -896,6 +915,12 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.module:jackson-module-parameter-names": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "2.12.3" + }, "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" }, @@ -1154,6 +1179,12 @@ ], "locked": "5.2.13.RELEASE" }, + "org.springframework:spring-webflux": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "5.2.13.RELEASE" + }, "org.springframework:spring-webmvc": { "firstLevelTransitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure" diff --git a/graphql-dgs-example-shared/dependencies.lock b/graphql-dgs-example-shared/dependencies.lock index 16a73a03b..c255108e9 100644 --- a/graphql-dgs-example-shared/dependencies.lock +++ b/graphql-dgs-example-shared/dependencies.lock @@ -292,11 +292,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" diff --git a/graphql-dgs-extended-scalars/dependencies.lock b/graphql-dgs-extended-scalars/dependencies.lock index 7cd8903df..047411bb7 100644 --- a/graphql-dgs-extended-scalars/dependencies.lock +++ b/graphql-dgs-extended-scalars/dependencies.lock @@ -263,11 +263,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" @@ -597,6 +592,12 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "2.12.3" + }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { "firstLevelTransitive": [ "com.netflix.graphql.dgs:graphql-dgs", @@ -612,6 +613,12 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.module:jackson-module-parameter-names": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "2.12.3" + }, "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" }, @@ -819,6 +826,12 @@ ], "locked": "5.2.13.RELEASE" }, + "org.springframework:spring-webflux": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "5.2.13.RELEASE" + }, "org.springframework:spring-webmvc": { "firstLevelTransitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure" diff --git a/graphql-dgs-mocking/dependencies.lock b/graphql-dgs-mocking/dependencies.lock index 67db82f06..79de0326c 100644 --- a/graphql-dgs-mocking/dependencies.lock +++ b/graphql-dgs-mocking/dependencies.lock @@ -227,11 +227,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" diff --git a/graphql-dgs-pagination/dependencies.lock b/graphql-dgs-pagination/dependencies.lock index 1f571ddef..c38cd80a0 100644 --- a/graphql-dgs-pagination/dependencies.lock +++ b/graphql-dgs-pagination/dependencies.lock @@ -260,11 +260,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" diff --git a/graphql-dgs-reactive/dependencies.lock b/graphql-dgs-reactive/dependencies.lock index 3fa6edfb6..4370148ec 100644 --- a/graphql-dgs-reactive/dependencies.lock +++ b/graphql-dgs-reactive/dependencies.lock @@ -269,11 +269,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" diff --git a/graphql-dgs-spring-boot-micrometer/dependencies.lock b/graphql-dgs-spring-boot-micrometer/dependencies.lock index 3826a5ec6..755510e8a 100644 --- a/graphql-dgs-spring-boot-micrometer/dependencies.lock +++ b/graphql-dgs-spring-boot-micrometer/dependencies.lock @@ -125,7 +125,7 @@ "project": true }, "com.netflix.spectator:spectator-api": { - "locked": "1.0.2" + "locked": "1.0.3" }, "commons-codec:commons-codec": { "locked": "1.14" @@ -348,11 +348,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" @@ -442,7 +437,7 @@ "project": true }, "com.netflix.spectator:spectator-api": { - "locked": "1.0.2" + "locked": "1.0.3" }, "commons-codec:commons-codec": { "locked": "1.14" @@ -636,7 +631,7 @@ "project": true }, "com.netflix.spectator:spectator-api": { - "locked": "1.0.2" + "locked": "1.0.3" }, "commons-codec:commons-codec": { "locked": "1.14" @@ -712,6 +707,12 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "2.12.3" + }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { "firstLevelTransitive": [ "com.netflix.graphql.dgs:graphql-dgs", @@ -727,6 +728,12 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.module:jackson-module-parameter-names": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "2.12.3" + }, "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" }, @@ -826,7 +833,7 @@ "project": true }, "com.netflix.spectator:spectator-api": { - "locked": "1.0.2" + "locked": "1.0.3" }, "commons-codec:commons-codec": { "locked": "1.14" @@ -949,6 +956,12 @@ ], "locked": "5.2.13.RELEASE" }, + "org.springframework:spring-webflux": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "5.2.13.RELEASE" + }, "org.springframework:spring-webmvc": { "firstLevelTransitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure" diff --git a/graphql-dgs-spring-boot-oss-autoconfigure/dependencies.lock b/graphql-dgs-spring-boot-oss-autoconfigure/dependencies.lock index bbbd14c52..b75aa278e 100644 --- a/graphql-dgs-spring-boot-oss-autoconfigure/dependencies.lock +++ b/graphql-dgs-spring-boot-oss-autoconfigure/dependencies.lock @@ -272,11 +272,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" diff --git a/graphql-dgs-spring-boot-starter/dependencies.lock b/graphql-dgs-spring-boot-starter/dependencies.lock index b0310bcf6..df1178fc2 100644 --- a/graphql-dgs-spring-boot-starter/dependencies.lock +++ b/graphql-dgs-spring-boot-starter/dependencies.lock @@ -316,11 +316,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" @@ -355,6 +350,12 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "2.12.3" + }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { "firstLevelTransitive": [ "com.netflix.graphql.dgs:graphql-dgs", @@ -370,6 +371,12 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.module:jackson-module-parameter-names": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "2.12.3" + }, "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" }, @@ -545,6 +552,12 @@ ], "locked": "5.2.13.RELEASE" }, + "org.springframework:spring-webflux": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "5.2.13.RELEASE" + }, "org.springframework:spring-webmvc": { "firstLevelTransitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure" @@ -716,6 +729,12 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "2.12.3" + }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { "firstLevelTransitive": [ "com.netflix.graphql.dgs:graphql-dgs", @@ -731,6 +750,12 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.module:jackson-module-parameter-names": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "2.12.3" + }, "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" }, @@ -912,6 +937,12 @@ ], "locked": "5.2.13.RELEASE" }, + "org.springframework:spring-webflux": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "5.2.13.RELEASE" + }, "org.springframework:spring-webmvc": { "firstLevelTransitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure" diff --git a/graphql-dgs-spring-webflux-autoconfigure/dependencies.lock b/graphql-dgs-spring-webflux-autoconfigure/dependencies.lock index c8baa62c5..d861fa5dc 100644 --- a/graphql-dgs-spring-webflux-autoconfigure/dependencies.lock +++ b/graphql-dgs-spring-webflux-autoconfigure/dependencies.lock @@ -274,11 +274,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" diff --git a/graphql-dgs-spring-webmvc-autoconfigure/dependencies.lock b/graphql-dgs-spring-webmvc-autoconfigure/dependencies.lock index 4b0c7c655..dfa5ddac6 100644 --- a/graphql-dgs-spring-webmvc-autoconfigure/dependencies.lock +++ b/graphql-dgs-spring-webmvc-autoconfigure/dependencies.lock @@ -275,11 +275,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" diff --git a/graphql-dgs-spring-webmvc/dependencies.lock b/graphql-dgs-spring-webmvc/dependencies.lock index dc5905537..15906c80b 100644 --- a/graphql-dgs-spring-webmvc/dependencies.lock +++ b/graphql-dgs-spring-webmvc/dependencies.lock @@ -269,11 +269,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" diff --git a/graphql-dgs-subscription-types/dependencies.lock b/graphql-dgs-subscription-types/dependencies.lock index dfd5db542..3a17b9125 100644 --- a/graphql-dgs-subscription-types/dependencies.lock +++ b/graphql-dgs-subscription-types/dependencies.lock @@ -224,11 +224,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" diff --git a/graphql-dgs-subscriptions-sse-autoconfigure/dependencies.lock b/graphql-dgs-subscriptions-sse-autoconfigure/dependencies.lock index 20192f063..9e42fe7ae 100644 --- a/graphql-dgs-subscriptions-sse-autoconfigure/dependencies.lock +++ b/graphql-dgs-subscriptions-sse-autoconfigure/dependencies.lock @@ -271,11 +271,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" diff --git a/graphql-dgs-subscriptions-sse/dependencies.lock b/graphql-dgs-subscriptions-sse/dependencies.lock index fbe30ca72..1b1a9958e 100644 --- a/graphql-dgs-subscriptions-sse/dependencies.lock +++ b/graphql-dgs-subscriptions-sse/dependencies.lock @@ -278,11 +278,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" diff --git a/graphql-dgs-subscriptions-websockets-autoconfigure/dependencies.lock b/graphql-dgs-subscriptions-websockets-autoconfigure/dependencies.lock index 13319591f..968b0ad8f 100644 --- a/graphql-dgs-subscriptions-websockets-autoconfigure/dependencies.lock +++ b/graphql-dgs-subscriptions-websockets-autoconfigure/dependencies.lock @@ -283,11 +283,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" diff --git a/graphql-dgs-subscriptions-websockets/dependencies.lock b/graphql-dgs-subscriptions-websockets/dependencies.lock index f4c5bc14a..8fb05b6ed 100644 --- a/graphql-dgs-subscriptions-websockets/dependencies.lock +++ b/graphql-dgs-subscriptions-websockets/dependencies.lock @@ -281,11 +281,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" diff --git a/graphql-dgs-webflux-starter/dependencies.lock b/graphql-dgs-webflux-starter/dependencies.lock index f5b4d303f..3fa057a09 100644 --- a/graphql-dgs-webflux-starter/dependencies.lock +++ b/graphql-dgs-webflux-starter/dependencies.lock @@ -321,11 +321,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" @@ -360,6 +355,12 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "2.12.3" + }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { "firstLevelTransitive": [ "com.netflix.graphql.dgs:graphql-dgs", @@ -377,6 +378,12 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.module:jackson-module-parameter-names": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "2.12.3" + }, "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" }, @@ -555,6 +562,7 @@ }, "org.springframework:spring-webflux": { "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-reactive", "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure" ], @@ -730,6 +738,12 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "2.12.3" + }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { "firstLevelTransitive": [ "com.netflix.graphql.dgs:graphql-dgs", @@ -747,6 +761,12 @@ ], "locked": "2.12.3" }, + "com.fasterxml.jackson.module:jackson-module-parameter-names": { + "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client" + ], + "locked": "2.12.3" + }, "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" }, @@ -931,6 +951,7 @@ }, "org.springframework:spring-webflux": { "firstLevelTransitive": [ + "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-reactive", "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure" ], diff --git a/graphql-dgs/dependencies.lock b/graphql-dgs/dependencies.lock index fdfe06c06..b583b1150 100644 --- a/graphql-dgs/dependencies.lock +++ b/graphql-dgs/dependencies.lock @@ -269,11 +269,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3" diff --git a/graphql-error-types/dependencies.lock b/graphql-error-types/dependencies.lock index 223c02b30..3c70928c8 100644 --- a/graphql-error-types/dependencies.lock +++ b/graphql-error-types/dependencies.lock @@ -224,11 +224,6 @@ "locked": "5.2.13.RELEASE" } }, - "ktlint": { - "com.pinterest:ktlint": { - "locked": "0.40.0" - } - }, "nebulaRecommenderBom": { "com.fasterxml.jackson:jackson-bom": { "locked": "2.12.3"