From f9382bff5c8a5f9af70087c160c7f82d632c1b1f Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Fri, 31 May 2024 15:32:41 -0700 Subject: [PATCH] Upgrade to Spring Boot 3.3 (#1920) * Upgrade to Spring Boot 3.3 * buildfile cleanup * Rebase and fix for Jackson 2.17 issue with @JsonAnySetter * Implement unmapped arguments schema inspection support --- build.gradle.kts | 36 +- graphql-dgs-client/dependencies.lock | 801 ++++++----- .../netflix/graphql/dgs/client/ErrorsTest.kt | 2 + .../dependencies.lock | 1030 +++++++------- graphql-dgs-example-java/dependencies.lock | 1050 +++++++------- .../graphql/dgs/example/ExampleApp.java | 3 +- graphql-dgs-example-shared/dependencies.lock | 562 ++++---- .../dependencies.lock | 558 ++++---- .../dependencies.lock | 594 ++++---- graphql-dgs-mocking/dependencies.lock | 287 ++-- graphql-dgs-pagination/dependencies.lock | 476 +++---- graphql-dgs-platform/build.gradle.kts | 18 +- graphql-dgs-reactive/dependencies.lock | 713 ++++------ .../dependencies.lock | 806 ++++++----- .../dependencies.lock | 672 +++++---- .../AutomatedPersistedQueryCacheAdapter.kt | 21 +- .../dependencies.lock | 798 +++++------ .../dependencies.lock | 1140 ++++++++------- .../ReactiveSpringGraphQLExampleApp.java | 3 +- .../dependencies.lock | 1232 ++++++++-------- .../dgs/example/SpringGraphQLExampleApp.java | 3 +- .../dependencies.lock | 281 ++-- .../dependencies.lock | 742 +++++----- .../dependencies.lock | 380 ++--- graphql-dgs-spring-graphql/build.gradle.kts | 2 +- graphql-dgs-spring-graphql/dependencies.lock | 698 +++++---- .../springgraphql/DgsGraphQLSourceBuilder.kt | 26 +- ...DgsSpringGraphQLSourceAutoConfiguration.kt | 30 +- .../autoconfig/DgsSpringGraphQlSmokeTest.kt | 44 +- .../dgs-spring-graphql-smoke-test.graphqls | 4 + .../dependencies.lock | 1092 +++++++------- .../dependencies.lock | 678 +++++---- graphql-dgs-spring-webmvc/dependencies.lock | 510 ++++--- .../dependencies.lock | 443 +++--- .../dependencies.lock | 504 ++++--- .../dependencies.lock | 588 ++++---- .../dependencies.lock | 504 ++++--- .../dependencies.lock | 588 ++++---- .../dependencies.lock | 630 ++++----- .../dependencies.lock | 588 ++++---- graphql-dgs-webflux-starter/dependencies.lock | 1114 +++++++-------- graphql-dgs/dependencies.lock | 1251 ++++++++--------- .../DgsDefaultPreparsedDocumentProvider.kt | 8 +- .../netflix/graphql/dgs/DgsExecutionResult.kt | 2 +- graphql-error-types/dependencies.lock | 299 ++-- 45 files changed, 10513 insertions(+), 11298 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d27da262e..d45862056 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -57,15 +57,8 @@ allprojects { // and suggest an upgrade. The only exception currently are those defined // in buildSrc, most likely because the variables are used in plugins as well // as dependencies. e.g. KOTLIN_VERSION - extra["sb.version"] = "3.2.5" + extra["sb.version"] = "3.3.0" extra["kotlin.version"] = Versions.KOTLIN_VERSION - val springBootVersion = extra["sb.version"] as String - - configurations.all { - resolutionStrategy { - force("org.springframework.graphql:spring-graphql:1.2.6") - } - } } val internalBomModules by extra( listOf( @@ -84,23 +77,9 @@ configure(subprojects.filterNot { it in internalBomModules }) { plugin("io.spring.dependency-management") } - /** - * Remove once the following ticket is closed: - * Kotlin-JVM: runtimeOnlyDependenciesMetadata, implementationDependenciesMetadata should be marked with isCanBeResolved=false - * https://youtrack.jetbrains.com/issue/KT-34394 - */ -// tasks.named("generateLock") { -// doFirst { -// project.configurations.filter { it.name.contains("DependenciesMetadata") }.forEach { -// it.isCanBeResolved = false -// } -// } -// } - val springBootVersion = extra["sb.version"] as String val jmhVersion = "1.37" - dependencyManagement { imports { mavenBom("org.jetbrains.kotlin:kotlin-bom:${Versions.KOTLIN_VERSION}") @@ -115,10 +94,6 @@ configure(subprojects.filterNot { it in internalBomModules }) { annotationProcessor("org.springframework.boot:spring-boot-autoconfigure-processor") // Produce Config Metadata for properties used in Spring Boot annotationProcessor("org.springframework.boot:spring-boot-configuration-processor") - // Speed up processing of AutoConfig's produced by Spring Boot for Kotlin -// kapt("org.springframework.boot:spring-boot-autoconfigure-processor:${springBootVersion}") - // Produce Config Metadata for properties used in Spring Boot for Kotlin -// kapt("org.springframework.boot:spring-boot-configuration-processor:${springBootVersion}") // Sets the JMH version to use across modules. // Please refer to the following links for further reference. @@ -139,15 +114,6 @@ configure(subprojects.filterNot { it in internalBomModules }) { } } -// kapt { -// arguments { -// arg( -// "org.springframework.boot.configurationprocessor.additionalMetadataLocations", -// "$projectDir/src/main/resources" -// ) -// } -// } - jmh { includeTests.set(true) jmhTimeout.set("5s") diff --git a/graphql-dgs-client/dependencies.lock b/graphql-dgs-client/dependencies.lock index 2a8e253c3..525155bf2 100644 --- a/graphql-dgs-client/dependencies.lock +++ b/graphql-dgs-client/dependencies.lock @@ -1,35 +1,35 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -54,7 +54,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -81,7 +81,7 @@ }, "compileClasspath": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -91,7 +91,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -101,7 +101,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -111,31 +111,31 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -147,14 +147,14 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -179,19 +179,19 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework:spring-webflux" @@ -230,14 +230,14 @@ ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-web", "org.springframework:spring-webflux" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-beans", "org.springframework:spring-web", @@ -245,36 +245,36 @@ ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webflux" ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "compileOnlyDependenciesMetadata": { "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "org.springframework:spring-webflux" ] @@ -286,14 +286,14 @@ ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-web", "org.springframework:spring-webflux" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-beans", "org.springframework:spring-web", @@ -301,24 +301,24 @@ ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webflux" ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "implementationDependenciesMetadata": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -328,7 +328,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -338,7 +338,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -348,31 +348,31 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -384,14 +384,14 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -416,19 +416,19 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -463,26 +463,26 @@ ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-web" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-beans", "org.springframework:spring-web" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmh": { @@ -540,7 +540,7 @@ }, "jmhCompileClasspath": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -550,7 +550,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -560,7 +560,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -570,31 +570,31 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -606,14 +606,14 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -638,19 +638,19 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework:spring-webflux" @@ -735,14 +735,14 @@ ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-web", "org.springframework:spring-webflux" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-beans", "org.springframework:spring-web", @@ -750,19 +750,19 @@ ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webflux" ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmhImplementationDependenciesMetadata": { @@ -818,26 +818,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -847,7 +847,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -857,7 +857,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -868,14 +868,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -885,7 +885,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -898,14 +898,14 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -923,13 +923,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -941,13 +941,13 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1093,13 +1093,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1166,7 +1166,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1183,7 +1183,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -1195,13 +1195,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -1209,19 +1209,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -1241,7 +1241,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -1250,13 +1250,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -1264,7 +1264,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -1272,20 +1272,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1301,20 +1301,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -1323,19 +1323,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", @@ -1348,7 +1348,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -1385,7 +1385,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -1393,7 +1393,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -1425,7 +1425,7 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] @@ -1437,40 +1437,40 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1526,7 +1526,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -1537,8 +1540,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -1556,14 +1558,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -1573,7 +1572,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -1584,21 +1583,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -1670,14 +1669,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1756,7 +1755,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1765,7 +1763,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1774,7 +1772,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse-autoconfigure", @@ -1785,7 +1783,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -1796,61 +1794,61 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1860,7 +1858,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1869,7 +1867,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1886,26 +1884,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", @@ -1924,13 +1923,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", @@ -1941,7 +1940,7 @@ ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets", @@ -2029,7 +2028,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -2267,7 +2266,7 @@ }, "runtimeClasspath": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2277,7 +2276,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -2287,7 +2286,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2297,31 +2296,31 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2333,14 +2332,14 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -2365,20 +2364,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2430,19 +2429,18 @@ "org.slf4j:slf4j-api": { "locked": "2.0.13", "transitive": [ - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2450,13 +2448,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -2467,25 +2465,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -2493,19 +2491,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2515,7 +2513,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -2525,7 +2523,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2536,34 +2534,34 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2575,7 +2573,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2585,13 +2583,13 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2696,13 +2694,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2767,7 +2765,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -2784,7 +2782,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -2796,13 +2794,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -2810,19 +2808,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -2842,7 +2840,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -2851,13 +2849,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -2865,7 +2863,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -2873,20 +2871,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -2902,20 +2900,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -2924,19 +2922,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.netty:reactor-netty-core", @@ -2946,7 +2944,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2971,7 +2969,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2979,7 +2977,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2998,34 +2996,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3039,7 +3037,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3156,14 +3154,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3215,7 +3213,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3224,14 +3222,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -3240,61 +3238,61 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3304,14 +3302,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3327,26 +3325,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -3356,13 +3355,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -3382,19 +3381,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3404,7 +3403,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -3414,7 +3413,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3425,34 +3424,34 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3464,7 +3463,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3474,13 +3473,13 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3585,13 +3584,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3626,7 +3625,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -3643,7 +3642,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -3655,13 +3654,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -3669,19 +3668,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -3701,7 +3700,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -3710,13 +3709,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -3724,7 +3723,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -3732,20 +3731,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -3761,20 +3760,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -3783,19 +3782,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.netty:reactor-netty-core", @@ -3805,7 +3804,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -3830,14 +3829,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -3855,34 +3854,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3896,7 +3895,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3990,14 +3989,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4043,7 +4042,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4052,14 +4051,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -4068,61 +4067,61 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4132,14 +4131,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4155,26 +4154,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -4184,13 +4184,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -4210,26 +4210,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4239,7 +4239,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -4249,7 +4249,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4260,14 +4260,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -4277,7 +4277,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -4290,14 +4290,14 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -4315,13 +4315,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -4333,13 +4333,13 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -4485,13 +4485,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -4558,7 +4558,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4575,7 +4575,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -4587,13 +4587,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -4601,19 +4601,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -4633,7 +4633,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -4642,13 +4642,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -4656,7 +4656,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -4664,20 +4664,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4693,20 +4693,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -4715,19 +4715,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", @@ -4740,7 +4740,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -4777,7 +4777,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -4785,7 +4785,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -4811,46 +4811,46 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4906,7 +4906,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -4917,8 +4920,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -4936,14 +4938,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -4953,7 +4952,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -4964,21 +4963,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -5050,14 +5049,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5107,7 +5106,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -5116,7 +5114,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -5125,7 +5123,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse-autoconfigure", @@ -5136,7 +5134,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -5147,61 +5145,61 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -5211,7 +5209,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -5220,7 +5218,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5237,26 +5235,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", @@ -5275,13 +5274,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", @@ -5292,7 +5291,7 @@ ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets", diff --git a/graphql-dgs-client/src/test/kotlin/com/netflix/graphql/dgs/client/ErrorsTest.kt b/graphql-dgs-client/src/test/kotlin/com/netflix/graphql/dgs/client/ErrorsTest.kt index d64f22114..01a1313ab 100644 --- a/graphql-dgs-client/src/test/kotlin/com/netflix/graphql/dgs/client/ErrorsTest.kt +++ b/graphql-dgs-client/src/test/kotlin/com/netflix/graphql/dgs/client/ErrorsTest.kt @@ -17,6 +17,7 @@ package com.netflix.graphql.dgs.client import org.assertj.core.api.Assertions.assertThat +import org.junit.jupiter.api.Disabled import org.junit.jupiter.api.Test import org.springframework.http.HttpEntity import org.springframework.http.HttpHeaders @@ -178,6 +179,7 @@ class ErrorsTest { } @Test + @Disabled("Broken by Jackson 2.17 https://github.com/FasterXML/jackson-databind/issues/4508") fun errorWithDebugInfo() { val jsonResponse = """ { diff --git a/graphql-dgs-example-java-webflux/dependencies.lock b/graphql-dgs-example-java-webflux/dependencies.lock index d1e23f351..197ddb18b 100644 --- a/graphql-dgs-example-java-webflux/dependencies.lock +++ b/graphql-dgs-example-java-webflux/dependencies.lock @@ -1,10 +1,10 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { @@ -17,19 +17,19 @@ }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -39,7 +39,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -49,7 +49,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -59,28 +59,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -91,7 +91,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -101,14 +101,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -237,20 +237,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -267,7 +267,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -279,13 +279,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -293,19 +293,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -325,7 +325,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -334,13 +334,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -348,7 +348,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -356,20 +356,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -385,20 +385,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -407,19 +407,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -435,14 +435,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -495,57 +495,57 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-webflux-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -554,13 +554,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -573,19 +573,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -593,7 +593,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -607,19 +607,19 @@ }, "implementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -629,7 +629,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -639,7 +639,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -649,28 +649,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -681,7 +681,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -691,14 +691,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -827,20 +827,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -857,7 +857,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -869,13 +869,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -883,19 +883,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -915,7 +915,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -924,13 +924,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -938,7 +938,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -946,20 +946,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -975,20 +975,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -997,19 +997,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1025,14 +1025,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -1079,57 +1079,57 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-webflux-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1138,13 +1138,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1157,19 +1157,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -1177,7 +1177,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -1244,19 +1244,19 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1266,7 +1266,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -1276,7 +1276,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1286,28 +1286,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1318,7 +1318,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1328,14 +1328,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1464,20 +1464,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1494,7 +1494,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -1506,13 +1506,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -1520,19 +1520,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -1552,7 +1552,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -1561,13 +1561,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -1575,7 +1575,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -1583,20 +1583,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1612,20 +1612,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -1634,19 +1634,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1674,14 +1674,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -1768,57 +1768,57 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-webflux-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1827,13 +1827,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1846,19 +1846,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -1866,7 +1866,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -1931,26 +1931,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1961,7 +1961,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -1971,7 +1971,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1983,7 +1983,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -1991,7 +1991,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -2000,7 +2000,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -2011,7 +2011,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2019,7 +2019,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2037,13 +2037,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -2057,14 +2057,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2211,13 +2211,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2296,7 +2296,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -2314,7 +2314,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-dns", @@ -2327,13 +2327,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -2341,19 +2341,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-buffer", @@ -2374,7 +2374,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-http", @@ -2384,13 +2384,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -2398,7 +2398,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -2406,20 +2406,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -2436,20 +2436,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -2464,19 +2464,19 @@ ] }, "io.projectreactor.netty.incubator:reactor-netty-incubator-quic": { - "locked": "0.1.18", + "locked": "0.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure" ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic", "io.projectreactor.netty:reactor-netty", @@ -2484,14 +2484,14 @@ ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty", "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -2528,7 +2528,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2536,7 +2536,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2568,7 +2568,7 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] @@ -2580,21 +2580,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2650,7 +2650,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -2661,8 +2664,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -2680,14 +2682,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -2697,7 +2696,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-reactive", @@ -2709,21 +2708,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -2796,14 +2795,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2882,7 +2881,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2891,7 +2889,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2900,7 +2898,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -2909,7 +2907,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", @@ -2919,53 +2917,53 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-webflux-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2974,7 +2972,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -2983,7 +2981,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2999,25 +2997,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3031,14 +3030,14 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -3124,7 +3123,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -3362,26 +3361,26 @@ }, "runtimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3392,7 +3391,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -3402,7 +3401,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3414,7 +3413,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3422,7 +3421,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3431,7 +3430,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3442,7 +3441,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3450,7 +3449,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3468,13 +3467,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -3488,14 +3487,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3635,13 +3634,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3660,7 +3659,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -3678,7 +3677,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-dns", @@ -3691,13 +3690,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -3705,19 +3704,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-buffer", @@ -3738,7 +3737,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-http", @@ -3748,13 +3747,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -3762,7 +3761,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -3770,20 +3769,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -3800,20 +3799,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -3828,19 +3827,19 @@ ] }, "io.projectreactor.netty.incubator:reactor-netty-incubator-quic": { - "locked": "0.1.18", + "locked": "0.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure" ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic", "io.projectreactor.netty:reactor-netty", @@ -3848,14 +3847,14 @@ ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty", "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -3892,20 +3891,20 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -3936,36 +3935,13 @@ "com.netflix.graphql.dgs:graphql-dgs-webflux-starter", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -3973,7 +3949,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-reactive", @@ -3983,21 +3959,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -4036,7 +4012,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4045,14 +4020,14 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -4060,7 +4035,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", @@ -4069,37 +4044,37 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-webflux-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4108,7 +4083,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -4117,7 +4092,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4131,19 +4106,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -4157,14 +4132,14 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -4179,19 +4154,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4201,7 +4176,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -4211,7 +4186,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4221,28 +4196,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -4253,7 +4228,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4263,14 +4238,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -4406,13 +4381,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -4477,7 +4452,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4494,7 +4469,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -4506,13 +4481,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -4520,19 +4495,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -4552,7 +4527,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -4561,13 +4536,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -4575,7 +4550,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -4583,20 +4558,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4612,20 +4587,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -4634,19 +4609,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4674,7 +4649,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -4682,7 +4657,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -4701,14 +4676,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -4723,7 +4698,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4836,14 +4811,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4895,7 +4870,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4904,14 +4879,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -4919,53 +4894,53 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-webflux-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4974,13 +4949,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4995,25 +4970,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -5021,7 +4997,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -5041,19 +5017,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -5063,7 +5039,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -5073,7 +5049,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -5083,28 +5059,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -5115,7 +5091,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -5125,14 +5101,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -5268,13 +5244,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -5309,7 +5285,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -5326,7 +5302,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -5338,13 +5314,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -5352,19 +5328,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -5384,7 +5360,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -5393,13 +5369,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -5407,7 +5383,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -5415,20 +5391,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -5444,20 +5420,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -5466,19 +5442,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -5506,14 +5482,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -5531,14 +5507,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -5553,7 +5529,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5640,14 +5616,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5693,7 +5669,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -5702,14 +5678,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -5717,53 +5693,53 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-webflux-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -5772,13 +5748,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5793,25 +5769,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -5819,7 +5796,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -5839,26 +5816,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -5869,7 +5846,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -5879,7 +5856,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -5891,7 +5868,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -5899,7 +5876,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -5908,7 +5885,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -5919,7 +5896,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -5927,7 +5904,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -5945,13 +5922,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -5965,14 +5942,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -6119,13 +6096,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -6204,7 +6181,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -6222,7 +6199,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-dns", @@ -6235,13 +6212,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -6249,19 +6226,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-buffer", @@ -6282,7 +6259,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-http", @@ -6292,13 +6269,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -6306,7 +6283,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -6314,20 +6291,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -6344,20 +6321,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -6372,19 +6349,19 @@ ] }, "io.projectreactor.netty.incubator:reactor-netty-incubator-quic": { - "locked": "0.1.18", + "locked": "0.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure" ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic", "io.projectreactor.netty:reactor-netty", @@ -6392,14 +6369,14 @@ ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty", "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -6436,7 +6413,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -6444,7 +6421,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -6470,27 +6447,27 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -6546,7 +6523,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -6557,8 +6537,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -6576,14 +6555,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -6593,7 +6569,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-reactive", @@ -6605,21 +6581,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -6692,14 +6668,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -6749,7 +6725,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -6758,7 +6733,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -6767,7 +6742,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -6776,7 +6751,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", @@ -6786,53 +6761,53 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-webflux-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -6841,7 +6816,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -6850,7 +6825,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -6866,25 +6841,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -6898,14 +6874,14 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] diff --git a/graphql-dgs-example-java/dependencies.lock b/graphql-dgs-example-java/dependencies.lock index bbec550d2..26b19c17f 100644 --- a/graphql-dgs-example-java/dependencies.lock +++ b/graphql-dgs-example-java/dependencies.lock @@ -1,10 +1,10 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { @@ -17,19 +17,19 @@ }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -39,7 +39,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -49,7 +49,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -59,28 +59,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -100,7 +100,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -110,14 +110,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -252,7 +252,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -260,19 +260,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -282,7 +282,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -296,34 +296,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -382,7 +382,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -391,26 +391,26 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator", "org.springframework.boot:spring-boot-starter-json", @@ -418,38 +418,38 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -458,14 +458,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -478,20 +478,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -499,7 +499,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -513,19 +513,19 @@ }, "implementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -535,7 +535,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -545,7 +545,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -555,28 +555,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -596,7 +596,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -606,14 +606,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -748,7 +748,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -756,19 +756,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -778,7 +778,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -792,34 +792,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -872,7 +872,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -881,26 +881,26 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator", "org.springframework.boot:spring-boot-starter-json", @@ -908,38 +908,38 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -948,14 +948,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -968,20 +968,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -989,7 +989,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -1056,19 +1056,19 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1078,7 +1078,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -1088,7 +1088,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1098,28 +1098,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1139,7 +1139,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1149,14 +1149,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1291,7 +1291,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -1299,19 +1299,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -1321,7 +1321,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -1347,34 +1347,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -1467,7 +1467,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -1476,26 +1476,26 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator", "org.springframework.boot:spring-boot-starter-json", @@ -1503,38 +1503,38 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1543,14 +1543,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1563,20 +1563,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -1584,7 +1584,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -1649,26 +1649,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1679,7 +1679,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -1689,7 +1689,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1702,7 +1702,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -1710,7 +1710,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -1722,7 +1722,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -1734,7 +1734,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -1742,7 +1742,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1772,13 +1772,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -1792,14 +1792,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1975,7 +1975,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -1983,20 +1983,20 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer", "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -2066,7 +2066,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -2083,7 +2083,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -2095,13 +2095,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -2109,19 +2109,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -2141,7 +2141,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -2150,13 +2150,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -2164,7 +2164,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -2172,20 +2172,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -2201,20 +2201,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -2223,19 +2223,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -2248,7 +2248,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2285,7 +2285,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2293,7 +2293,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2325,7 +2325,7 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] @@ -2337,40 +2337,40 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2402,7 +2402,7 @@ ] }, "org.hdrhistogram:HdrHistogram": { - "locked": "2.1.12", + "locked": "2.2.1", "transitive": [ "io.micrometer:micrometer-core" ] @@ -2440,7 +2440,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -2451,8 +2454,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -2470,14 +2472,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -2487,7 +2486,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -2498,21 +2497,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -2591,14 +2590,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2677,7 +2676,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2687,7 +2685,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -2698,19 +2696,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -2722,7 +2720,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -2734,74 +2732,74 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter", "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2813,7 +2811,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -2824,13 +2822,13 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2849,32 +2847,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2891,20 +2890,20 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets", @@ -2993,7 +2992,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -3231,26 +3230,26 @@ }, "runtimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3261,7 +3260,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -3271,7 +3270,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3284,7 +3283,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3292,7 +3291,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3304,7 +3303,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3316,7 +3315,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3324,7 +3323,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3354,13 +3353,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -3374,14 +3373,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3550,7 +3549,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -3558,20 +3557,20 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer", "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -3581,7 +3580,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -3621,40 +3620,40 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3666,7 +3665,7 @@ ] }, "org.hdrhistogram:HdrHistogram": { - "locked": "2.1.12", + "locked": "2.2.1", "transitive": [ "io.micrometer:micrometer-core" ] @@ -3698,36 +3697,13 @@ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets-autoconfigure", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -3735,7 +3711,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom", @@ -3744,21 +3720,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -3803,7 +3779,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3813,7 +3788,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -3822,19 +3797,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -3845,7 +3820,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -3855,48 +3830,48 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter", "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3907,7 +3882,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -3918,13 +3893,13 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3940,26 +3915,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3974,14 +3949,14 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets", @@ -3999,19 +3974,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4021,7 +3996,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -4031,7 +4006,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4041,28 +4016,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -4082,7 +4057,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4092,14 +4067,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -4241,7 +4216,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -4249,19 +4224,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -4329,7 +4304,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4346,7 +4321,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -4358,13 +4333,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -4372,19 +4347,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -4404,7 +4379,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -4413,13 +4388,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -4427,7 +4402,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -4435,20 +4410,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4464,20 +4439,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -4486,19 +4461,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4509,7 +4484,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -4534,7 +4509,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -4542,7 +4517,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -4561,34 +4536,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -4602,7 +4577,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4722,14 +4697,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4781,7 +4756,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -4792,19 +4767,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4812,7 +4787,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator", "org.springframework.boot:spring-boot-starter-json", @@ -4822,64 +4797,64 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4889,14 +4864,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4912,26 +4887,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -4941,13 +4917,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -4967,19 +4943,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4989,7 +4965,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -4999,7 +4975,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -5009,28 +4985,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -5050,7 +5026,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -5060,14 +5036,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -5209,7 +5185,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -5217,19 +5193,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -5267,7 +5243,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -5284,7 +5260,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -5296,13 +5272,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -5310,19 +5286,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -5342,7 +5318,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -5351,13 +5327,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -5365,7 +5341,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -5373,20 +5349,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -5402,20 +5378,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -5424,19 +5400,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -5447,7 +5423,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -5472,14 +5448,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -5497,34 +5473,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -5538,7 +5514,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5632,14 +5608,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5685,7 +5661,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -5696,19 +5672,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -5716,7 +5692,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator", "org.springframework.boot:spring-boot-starter-json", @@ -5726,64 +5702,64 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -5793,14 +5769,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5816,26 +5792,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -5845,13 +5822,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -5871,26 +5848,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -5901,7 +5878,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -5911,7 +5888,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -5924,7 +5901,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -5932,7 +5909,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -5944,7 +5921,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -5956,7 +5933,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -5964,7 +5941,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -5994,13 +5971,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -6014,14 +5991,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -6197,7 +6174,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -6205,20 +6182,20 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer", "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -6288,7 +6265,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -6305,7 +6282,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -6317,13 +6294,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -6331,19 +6308,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -6363,7 +6340,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -6372,13 +6349,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -6386,7 +6363,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -6394,20 +6371,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -6423,20 +6400,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -6445,19 +6422,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -6470,7 +6447,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -6507,7 +6484,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -6515,7 +6492,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -6541,46 +6518,46 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -6612,7 +6589,7 @@ ] }, "org.hdrhistogram:HdrHistogram": { - "locked": "2.1.12", + "locked": "2.2.1", "transitive": [ "io.micrometer:micrometer-core" ] @@ -6650,7 +6627,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -6661,8 +6641,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -6680,14 +6659,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -6697,7 +6673,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -6708,21 +6684,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -6801,14 +6777,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -6858,7 +6834,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -6868,7 +6843,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -6879,19 +6854,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -6903,7 +6878,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -6915,74 +6890,74 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter", "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -6994,7 +6969,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -7005,13 +6980,13 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -7030,32 +7005,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -7072,20 +7048,20 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets", diff --git a/graphql-dgs-example-java/src/main/java/com/netflix/graphql/dgs/example/ExampleApp.java b/graphql-dgs-example-java/src/main/java/com/netflix/graphql/dgs/example/ExampleApp.java index e02fa6d34..042156c6e 100644 --- a/graphql-dgs-example-java/src/main/java/com/netflix/graphql/dgs/example/ExampleApp.java +++ b/graphql-dgs-example-java/src/main/java/com/netflix/graphql/dgs/example/ExampleApp.java @@ -25,6 +25,7 @@ import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; +import java.util.concurrent.CompletableFuture; import java.util.concurrent.TimeUnit; import java.util.function.Function; @@ -45,7 +46,7 @@ static class PreparsedDocumentProviderConfig { public PreparsedDocumentProvider preparsedDocumentProvider() { return (executionInput, parseAndValidateFunction) -> { Function mapCompute = key -> parseAndValidateFunction.apply(executionInput); - return cache.get(executionInput.getQuery(), mapCompute); + return CompletableFuture.completedFuture(cache.get(executionInput.getQuery(), mapCompute)); }; } } diff --git a/graphql-dgs-example-shared/dependencies.lock b/graphql-dgs-example-shared/dependencies.lock index 63eb153b4..dd93d7114 100644 --- a/graphql-dgs-example-shared/dependencies.lock +++ b/graphql-dgs-example-shared/dependencies.lock @@ -1,10 +1,10 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { @@ -17,27 +17,27 @@ }, "compileClasspath": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -45,7 +45,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -54,14 +54,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -138,20 +138,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -188,13 +188,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -202,10 +202,10 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -215,44 +215,44 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "implementationDependenciesMetadata": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -260,7 +260,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -269,14 +269,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -353,20 +353,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -397,13 +397,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -411,10 +411,10 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -424,19 +424,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmh": { @@ -494,27 +494,27 @@ }, "jmhCompileClasspath": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -522,7 +522,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -531,14 +531,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -615,20 +615,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -711,13 +711,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -725,10 +725,10 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -738,19 +738,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmhImplementationDependenciesMetadata": { @@ -806,26 +806,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -834,7 +834,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -842,7 +842,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -850,14 +850,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -865,7 +865,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -881,13 +881,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -899,14 +899,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -998,13 +998,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1071,7 +1071,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -1079,7 +1079,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -1109,7 +1109,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -1117,7 +1117,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -1149,7 +1149,7 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] @@ -1161,21 +1161,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1225,7 +1225,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -1236,8 +1239,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -1255,14 +1257,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -1272,7 +1271,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -1283,21 +1282,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -1369,14 +1368,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1455,7 +1454,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1464,7 +1462,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1473,7 +1471,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -1482,42 +1480,42 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1525,14 +1523,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1546,25 +1544,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", @@ -1652,7 +1651,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -1890,26 +1889,26 @@ }, "runtimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1918,7 +1917,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1926,7 +1925,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -1934,14 +1933,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -1949,7 +1948,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1965,13 +1964,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -1983,14 +1982,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2075,20 +2074,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -2119,20 +2118,20 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -2157,36 +2156,13 @@ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -2194,7 +2170,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom", @@ -2203,21 +2179,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -2255,7 +2231,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2264,14 +2239,14 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -2279,25 +2254,25 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2305,14 +2280,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2324,19 +2299,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", @@ -2353,39 +2328,39 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2393,7 +2368,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2402,14 +2377,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2493,13 +2468,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2564,14 +2539,14 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test" ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2595,7 +2570,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2603,7 +2578,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2622,14 +2597,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -2644,7 +2619,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2751,14 +2726,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2810,7 +2785,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2819,48 +2794,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2868,13 +2843,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2888,25 +2863,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2923,39 +2899,39 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2963,7 +2939,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2972,14 +2948,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3063,13 +3039,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3104,14 +3080,14 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test" ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -3135,14 +3111,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -3160,14 +3136,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -3182,7 +3158,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3263,14 +3239,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3316,7 +3292,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3325,48 +3301,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3374,13 +3350,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3394,25 +3370,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -3429,26 +3406,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3457,7 +3434,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3465,7 +3442,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -3473,14 +3450,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3488,7 +3465,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3504,13 +3481,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -3522,14 +3499,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3621,13 +3598,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3694,7 +3671,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -3702,7 +3679,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -3732,7 +3709,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -3740,7 +3717,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -3766,27 +3743,27 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3836,7 +3813,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -3847,8 +3827,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -3866,14 +3845,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -3883,7 +3859,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -3894,21 +3870,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -3980,14 +3956,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4037,7 +4013,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4046,7 +4021,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4055,7 +4030,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -4064,42 +4039,42 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4107,14 +4082,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4128,25 +4103,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", diff --git a/graphql-dgs-extended-scalars/dependencies.lock b/graphql-dgs-extended-scalars/dependencies.lock index a2f51d740..5ab61296a 100644 --- a/graphql-dgs-extended-scalars/dependencies.lock +++ b/graphql-dgs-extended-scalars/dependencies.lock @@ -1,15 +1,15 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -18,13 +18,13 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -89,7 +89,7 @@ }, "compileClasspath": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -98,13 +98,13 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -147,13 +147,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -185,35 +185,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -223,13 +223,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] @@ -237,7 +237,7 @@ }, "implementationDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -246,13 +246,13 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -295,13 +295,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -327,35 +327,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -365,13 +365,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] @@ -432,7 +432,7 @@ }, "jmhCompileClasspath": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -441,13 +441,13 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -490,13 +490,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -574,35 +574,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -612,13 +612,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] @@ -677,26 +677,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -707,7 +707,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -717,7 +717,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -728,7 +728,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -736,7 +736,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -746,7 +746,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -756,7 +756,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -764,7 +764,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -782,13 +782,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -801,13 +801,13 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -919,13 +919,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -992,7 +992,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1031,7 +1031,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -1039,7 +1039,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -1071,7 +1071,7 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] @@ -1083,40 +1083,40 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1168,7 +1168,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -1179,8 +1182,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -1198,14 +1200,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -1215,7 +1214,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -1226,21 +1225,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -1313,14 +1312,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1399,7 +1398,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1408,7 +1406,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1417,14 +1415,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -1434,61 +1432,61 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter", "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1498,7 +1496,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1507,7 +1505,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1524,32 +1522,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -1562,14 +1561,14 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "org.springframework.boot:spring-boot-starter-websocket" @@ -1656,7 +1655,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -1894,14 +1893,14 @@ }, "runtimeClasspath": { "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1910,7 +1909,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1918,7 +1917,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -1926,21 +1925,21 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1956,13 +1955,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -1973,13 +1972,13 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2029,20 +2028,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -2080,36 +2079,13 @@ "com.netflix.graphql.dgs:graphql-dgs-mocking", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -2117,7 +2093,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom", @@ -2126,21 +2102,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -2171,29 +2147,28 @@ "locked": "2.0.13", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking" ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2201,14 +2176,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -2219,19 +2194,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs" ] @@ -2245,19 +2220,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2265,13 +2240,13 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2281,13 +2256,13 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2391,13 +2366,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -2461,7 +2436,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -2486,7 +2461,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2494,7 +2469,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2513,14 +2488,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -2535,7 +2510,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2644,14 +2619,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2703,7 +2678,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2712,61 +2687,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2779,21 +2754,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { @@ -2811,19 +2787,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2831,13 +2807,13 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2847,13 +2823,13 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2957,13 +2933,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -2997,7 +2973,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -3022,14 +2998,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -3047,14 +3023,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -3069,7 +3045,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3152,14 +3128,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3205,7 +3181,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3214,61 +3190,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3281,21 +3257,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { @@ -3313,26 +3290,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3343,7 +3320,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -3353,7 +3330,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3364,7 +3341,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3372,7 +3349,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3382,7 +3359,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3392,7 +3369,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3400,7 +3377,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3418,13 +3395,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -3437,13 +3414,13 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3555,13 +3532,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3628,7 +3605,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -3667,7 +3644,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -3675,7 +3652,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -3701,46 +3678,46 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3792,7 +3769,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -3803,8 +3783,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -3822,14 +3801,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -3839,7 +3815,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -3850,21 +3826,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -3937,14 +3913,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3994,7 +3970,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4003,7 +3978,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4012,14 +3987,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -4029,61 +4004,61 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter", "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4093,7 +4068,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -4102,7 +4077,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4119,32 +4094,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -4157,14 +4133,14 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "org.springframework.boot:spring-boot-starter-websocket" diff --git a/graphql-dgs-extended-validation/dependencies.lock b/graphql-dgs-extended-validation/dependencies.lock index a96e44e0e..18be5d55d 100644 --- a/graphql-dgs-extended-validation/dependencies.lock +++ b/graphql-dgs-extended-validation/dependencies.lock @@ -1,21 +1,21 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { "com.fasterxml:classmate": { - "locked": "1.6.0", + "locked": "1.7.0", "transitive": [ "org.hibernate.validator:hibernate-validator" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.graphql-java:graphql-java-extended-validation", "com.netflix.graphql.dgs:graphql-dgs", @@ -25,20 +25,20 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.graphql-java:graphql-java-extended-validation", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:graphql-java-extended-validation": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -133,13 +133,13 @@ }, "compileClasspath": { "com.fasterxml:classmate": { - "locked": "1.6.0", + "locked": "1.7.0", "transitive": [ "org.hibernate.validator:hibernate-validator" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.graphql-java:graphql-java-extended-validation", "com.netflix.graphql.dgs:graphql-dgs", @@ -149,20 +149,20 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.graphql-java:graphql-java-extended-validation", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:graphql-java-extended-validation": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -205,13 +205,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -273,35 +273,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -311,13 +311,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] @@ -325,13 +325,13 @@ }, "implementationDependenciesMetadata": { "com.fasterxml:classmate": { - "locked": "1.6.0", + "locked": "1.7.0", "transitive": [ "org.hibernate.validator:hibernate-validator" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.graphql-java:graphql-java-extended-validation", "com.netflix.graphql.dgs:graphql-dgs", @@ -341,20 +341,20 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.graphql-java:graphql-java-extended-validation", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:graphql-java-extended-validation": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -397,13 +397,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -459,35 +459,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -497,13 +497,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] @@ -564,13 +564,13 @@ }, "jmhCompileClasspath": { "com.fasterxml:classmate": { - "locked": "1.6.0", + "locked": "1.7.0", "transitive": [ "org.hibernate.validator:hibernate-validator" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.graphql-java:graphql-java-extended-validation", "com.netflix.graphql.dgs:graphql-dgs", @@ -580,20 +580,20 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.graphql-java:graphql-java-extended-validation", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:graphql-java-extended-validation": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -636,13 +636,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -750,35 +750,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -788,13 +788,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] @@ -853,26 +853,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -883,7 +883,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -893,7 +893,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -904,7 +904,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -912,7 +912,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -922,7 +922,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -932,7 +932,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -940,7 +940,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -952,7 +952,7 @@ ] }, "com.fasterxml:classmate": { - "locked": "1.6.0", + "locked": "1.7.0", "transitive": [ "org.hibernate.validator:hibernate-validator" ] @@ -964,13 +964,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -984,20 +984,20 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.graphql-java:graphql-java-extended-validation", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:graphql-java-extended-validation": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1109,13 +1109,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1182,7 +1182,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1233,7 +1233,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -1241,7 +1241,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -1273,7 +1273,7 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] @@ -1285,40 +1285,40 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1388,7 +1388,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -1399,8 +1402,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -1418,14 +1420,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -1435,7 +1434,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -1446,21 +1445,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -1533,14 +1532,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1619,7 +1618,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1628,7 +1626,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1637,14 +1635,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -1654,61 +1652,61 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter", "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1718,7 +1716,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1727,7 +1725,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1744,32 +1742,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -1782,14 +1781,14 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "org.springframework.boot:spring-boot-starter-websocket" @@ -1876,7 +1875,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -2114,14 +2113,14 @@ }, "runtimeClasspath": { "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2130,7 +2129,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2138,7 +2137,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -2146,21 +2145,21 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2170,7 +2169,7 @@ ] }, "com.fasterxml:classmate": { - "locked": "1.6.0", + "locked": "1.7.0", "transitive": [ "org.hibernate.validator:hibernate-validator" ] @@ -2182,13 +2181,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -2200,20 +2199,20 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.graphql-java:graphql-java-extended-validation", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:graphql-java-extended-validation": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2263,20 +2262,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -2344,36 +2343,13 @@ "com.netflix.graphql.dgs:graphql-dgs-mocking", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -2381,7 +2357,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom", @@ -2390,21 +2366,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -2435,29 +2411,28 @@ "locked": "2.0.13", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking" ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2465,14 +2440,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -2483,19 +2458,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs" ] @@ -2509,19 +2484,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2529,19 +2504,19 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations" ] }, "com.fasterxml:classmate": { - "locked": "1.6.0", + "locked": "1.7.0", "transitive": [ "org.hibernate.validator:hibernate-validator" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.graphql-java:graphql-java-extended-validation", "com.netflix.graphql.dgs:graphql-dgs", @@ -2552,20 +2527,20 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.graphql-java:graphql-java-extended-validation", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:graphql-java-extended-validation": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2669,13 +2644,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -2739,7 +2714,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -2776,7 +2751,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2784,7 +2759,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2803,14 +2778,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -2825,7 +2800,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2952,14 +2927,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3011,7 +2986,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3020,61 +2995,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3087,21 +3062,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { @@ -3119,19 +3095,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3139,19 +3115,19 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations" ] }, "com.fasterxml:classmate": { - "locked": "1.6.0", + "locked": "1.7.0", "transitive": [ "org.hibernate.validator:hibernate-validator" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.graphql-java:graphql-java-extended-validation", "com.netflix.graphql.dgs:graphql-dgs", @@ -3162,20 +3138,20 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.graphql-java:graphql-java-extended-validation", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:graphql-java-extended-validation": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3279,13 +3255,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -3319,7 +3295,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -3356,14 +3332,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -3381,14 +3357,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -3403,7 +3379,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3504,14 +3480,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3557,7 +3533,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3566,61 +3542,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3633,21 +3609,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { @@ -3665,26 +3642,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3695,7 +3672,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -3705,7 +3682,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3716,7 +3693,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3724,7 +3701,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3734,7 +3711,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3744,7 +3721,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3752,7 +3729,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3764,7 +3741,7 @@ ] }, "com.fasterxml:classmate": { - "locked": "1.6.0", + "locked": "1.7.0", "transitive": [ "org.hibernate.validator:hibernate-validator" ] @@ -3776,13 +3753,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -3796,20 +3773,20 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.graphql-java:graphql-java-extended-validation", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:graphql-java-extended-validation": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3921,13 +3898,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3994,7 +3971,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4045,7 +4022,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -4053,7 +4030,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -4079,46 +4056,46 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4188,7 +4165,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -4199,8 +4179,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -4218,14 +4197,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -4235,7 +4211,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -4246,21 +4222,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -4333,14 +4309,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4390,7 +4366,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4399,7 +4374,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4408,14 +4383,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -4425,61 +4400,61 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter", "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4489,7 +4464,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -4498,7 +4473,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4515,32 +4490,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -4553,14 +4529,14 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "org.springframework.boot:spring-boot-starter-websocket" diff --git a/graphql-dgs-mocking/dependencies.lock b/graphql-dgs-mocking/dependencies.lock index 77cbefd37..6f6311e4d 100644 --- a/graphql-dgs-mocking/dependencies.lock +++ b/graphql-dgs-mocking/dependencies.lock @@ -1,21 +1,21 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -48,13 +48,13 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -102,13 +102,13 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -203,13 +203,13 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -348,13 +348,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -366,13 +366,13 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -395,13 +395,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -491,7 +491,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -499,7 +499,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -534,21 +534,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -588,7 +588,8 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -599,8 +600,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -618,12 +618,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -631,7 +630,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -639,7 +638,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" @@ -711,14 +710,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -794,7 +793,6 @@ "locked": "2.0.13", "transitive": [ "ch.qos.logback:logback-classic", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "org.apache.logging.log4j:log4j-to-slf4j", @@ -802,7 +800,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -811,61 +809,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -878,21 +876,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { @@ -976,7 +975,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -1220,13 +1219,13 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -1256,7 +1255,6 @@ "org.slf4j:slf4j-api": { "locked": "2.0.13", "transitive": [ - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader" ] }, @@ -1269,13 +1267,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1287,13 +1285,13 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -1316,13 +1314,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -1404,7 +1402,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -1412,7 +1410,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -1434,14 +1432,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -1456,7 +1454,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1556,14 +1554,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1614,7 +1612,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1623,61 +1621,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1690,21 +1688,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { @@ -1723,13 +1722,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1741,13 +1740,13 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -1770,13 +1769,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -1828,14 +1827,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -1856,14 +1855,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -1878,7 +1877,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1952,14 +1951,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2004,7 +2003,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2013,61 +2012,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2080,21 +2079,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { @@ -2113,13 +2113,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2131,13 +2131,13 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -2160,13 +2160,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -2256,7 +2256,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2264,7 +2264,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2287,21 +2287,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2341,7 +2341,8 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -2352,8 +2353,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -2371,12 +2371,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -2384,7 +2383,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -2392,7 +2391,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" @@ -2464,14 +2463,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2518,7 +2517,6 @@ "locked": "2.0.13", "transitive": [ "ch.qos.logback:logback-classic", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "org.apache.logging.log4j:log4j-to-slf4j", @@ -2526,7 +2524,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2535,61 +2533,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2602,21 +2600,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { diff --git a/graphql-dgs-pagination/dependencies.lock b/graphql-dgs-pagination/dependencies.lock index b86eb4928..29820f0d3 100644 --- a/graphql-dgs-pagination/dependencies.lock +++ b/graphql-dgs-pagination/dependencies.lock @@ -1,15 +1,15 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -18,7 +18,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -83,7 +83,7 @@ }, "compileClasspath": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -92,7 +92,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -135,13 +135,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -173,35 +173,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -211,13 +211,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] @@ -225,7 +225,7 @@ }, "implementationDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -234,7 +234,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -277,13 +277,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -309,35 +309,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -347,13 +347,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] @@ -414,7 +414,7 @@ }, "jmhCompileClasspath": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -423,7 +423,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -466,13 +466,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -550,35 +550,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -588,13 +588,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] @@ -653,26 +653,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -681,7 +681,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -689,7 +689,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -697,21 +697,21 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -727,13 +727,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -743,7 +743,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -800,13 +800,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -873,7 +873,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -904,7 +904,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -912,7 +912,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -950,21 +950,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1009,7 +1009,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -1020,8 +1023,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -1039,14 +1041,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -1056,7 +1055,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -1067,21 +1066,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -1153,14 +1152,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1239,7 +1238,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1248,7 +1246,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1257,48 +1255,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1306,14 +1304,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1327,25 +1325,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs" ] @@ -1431,7 +1430,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -1669,14 +1668,14 @@ }, "runtimeClasspath": { "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1685,7 +1684,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1693,7 +1692,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -1701,21 +1700,21 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1731,13 +1730,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1747,7 +1746,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1797,20 +1796,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -1848,36 +1847,13 @@ "com.netflix.graphql.dgs:graphql-dgs-mocking", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -1885,7 +1861,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom", @@ -1894,21 +1870,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -1939,29 +1915,28 @@ "locked": "2.0.13", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking" ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1969,14 +1944,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -1987,19 +1962,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs" ] @@ -2013,19 +1988,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2034,7 +2009,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2084,13 +2059,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -2172,7 +2147,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2180,7 +2155,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2199,14 +2174,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -2221,7 +2196,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2324,14 +2299,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2382,7 +2357,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2391,61 +2366,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2458,21 +2433,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { @@ -2490,19 +2466,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2511,7 +2487,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2561,13 +2537,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -2619,14 +2595,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -2644,14 +2620,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -2666,7 +2642,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2743,14 +2719,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2795,7 +2771,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2804,61 +2780,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2871,21 +2847,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { @@ -2903,26 +2880,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2931,7 +2908,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2939,7 +2916,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -2947,21 +2924,21 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2977,13 +2954,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -2993,7 +2970,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3050,13 +3027,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3123,7 +3100,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -3154,7 +3131,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -3162,7 +3139,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -3188,21 +3165,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3247,7 +3224,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -3258,8 +3238,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -3277,14 +3256,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -3294,7 +3270,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -3305,21 +3281,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -3391,14 +3367,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3448,7 +3424,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3457,7 +3432,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3466,48 +3441,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3515,14 +3490,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3536,25 +3511,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs" ] diff --git a/graphql-dgs-platform/build.gradle.kts b/graphql-dgs-platform/build.gradle.kts index eb811a64d..b1515d2b5 100644 --- a/graphql-dgs-platform/build.gradle.kts +++ b/graphql-dgs-platform/build.gradle.kts @@ -49,34 +49,34 @@ dependencies { // GraphQL Platform api("com.graphql-java:graphql-java") { version { - strictly("[21.4, 21.5]") - prefer("21.5") + strictly("22.1") + prefer("22.1") reject("[20.6, 19.5, 18.2]") } } api("com.graphql-java:java-dataloader") { version { - strictly("[3.2.2]") - prefer("3.2.2") + strictly("[3.3.0]") + prefer("3.3.0") reject("[3.2.1]") } } api("com.graphql-java:graphql-java-extended-scalars") { version { - strictly("[21.0]") - prefer("21.0") + strictly("[22.0]") + prefer("22.0") reject("20.2") } } api("com.graphql-java:graphql-java-extended-validation") { - version { strictly("21.0") } + version { strictly("22.0") } } api("com.apollographql.federation:federation-graphql-java-support") { version { - strictly("[4.4.0]") - prefer("4.4.0") + strictly("[5.0.0]") + prefer("5.0.0") } } // --- diff --git a/graphql-dgs-reactive/dependencies.lock b/graphql-dgs-reactive/dependencies.lock index 1218d6cea..5f38955d1 100644 --- a/graphql-dgs-reactive/dependencies.lock +++ b/graphql-dgs-reactive/dependencies.lock @@ -1,15 +1,15 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -18,7 +18,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -83,19 +83,19 @@ }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -103,27 +103,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -132,7 +132,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -141,7 +141,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -184,13 +184,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -200,7 +200,7 @@ "locked": "1.2.2" }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -214,14 +214,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -240,46 +240,23 @@ "com.netflix.graphql.dgs:graphql-dgs-mocking", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" @@ -315,35 +292,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -352,13 +329,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -371,25 +348,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webflux" ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -400,32 +377,32 @@ }, "compileOnlyDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "org.springframework:spring-webflux" ] @@ -437,13 +414,13 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] @@ -469,35 +446,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -506,13 +483,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -525,25 +502,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webflux" ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -554,7 +531,7 @@ }, "implementationDependenciesMetadata": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -562,27 +539,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -591,7 +568,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -600,7 +577,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -646,7 +623,7 @@ "locked": "1.2.2" }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions" @@ -666,38 +643,25 @@ "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:atomicfu", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { + "org.jetbrains.kotlin:kotlin-stdlib-common": { "locked": "1.9.24", "transitive": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core" + "org.jetbrains.kotlin:kotlin-stdlib", + "org.jetbrains.kotlinx:atomicfu" ] }, "org.jetbrains.kotlinx:atomicfu": { - "locked": "0.21.0", + "locked": "0.23.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3" + "locked": "1.8.1" }, "org.reactivestreams:reactive-streams": { "locked": "1.0.4", @@ -768,19 +732,19 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -788,27 +752,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -817,7 +781,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -826,7 +790,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -869,13 +833,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -885,7 +849,7 @@ "locked": "1.2.2" }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -911,14 +875,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -937,46 +901,23 @@ "com.netflix.graphql.dgs:graphql-dgs-mocking", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" @@ -1046,35 +987,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1083,13 +1024,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1102,25 +1043,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webflux" ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -1182,26 +1123,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1210,7 +1151,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1218,7 +1159,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -1226,14 +1167,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -1241,7 +1182,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1257,13 +1198,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1273,7 +1214,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1349,13 +1290,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1425,7 +1366,7 @@ "locked": "1.2.2" }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -1434,7 +1375,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -1464,7 +1405,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -1472,7 +1413,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -1504,7 +1445,7 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] @@ -1516,21 +1457,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1578,7 +1519,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -1589,8 +1533,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -1608,14 +1551,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -1625,7 +1565,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -1636,21 +1576,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -1722,14 +1662,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1808,7 +1748,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1817,7 +1756,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1826,49 +1765,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1876,14 +1815,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1897,25 +1836,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", @@ -2003,7 +1943,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -2241,14 +2181,14 @@ }, "runtimeClasspath": { "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2257,7 +2197,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2265,7 +2205,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -2273,21 +2213,21 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2303,13 +2243,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -2319,7 +2259,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2369,13 +2309,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2385,7 +2325,7 @@ "locked": "1.2.2" }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -2424,36 +2364,13 @@ "com.netflix.graphql.dgs:graphql-dgs-mocking", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -2461,7 +2378,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom", @@ -2470,21 +2387,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -2515,20 +2432,19 @@ "locked": "2.0.13", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2536,13 +2452,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -2552,19 +2468,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs" ] @@ -2578,19 +2494,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -2598,27 +2514,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2627,7 +2543,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2636,7 +2552,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2704,13 +2620,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -2777,7 +2693,7 @@ "locked": "1.2.2" }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -2785,7 +2701,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2809,7 +2725,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2817,7 +2733,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2836,14 +2752,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -2858,7 +2774,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2893,7 +2809,8 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -2904,8 +2821,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -2923,24 +2839,23 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" @@ -2992,14 +2907,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3051,7 +2966,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3060,61 +2975,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3127,21 +3042,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { @@ -3159,19 +3075,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -3179,27 +3095,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3208,7 +3124,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3217,7 +3133,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3285,13 +3201,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -3328,7 +3244,7 @@ "locked": "1.2.2" }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -3336,7 +3252,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -3360,14 +3276,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -3385,14 +3301,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -3407,7 +3323,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3441,8 +3357,8 @@ "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlinx:atomicfu", + "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -3454,30 +3370,17 @@ "io.mockk:mockk-core", "io.mockk:mockk-dsl", "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlinx:kotlinx-coroutines-core" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core" + "org.jetbrains.kotlinx:atomicfu" ] }, "org.jetbrains.kotlinx:atomicfu": { - "locked": "0.21.0", + "locked": "0.23.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3" + "locked": "1.8.1" }, "org.junit.jupiter:junit-jupiter": { "locked": "5.10.2", @@ -3518,14 +3421,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3571,7 +3474,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3580,61 +3483,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3647,21 +3550,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { @@ -3679,26 +3583,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3707,7 +3611,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3715,7 +3619,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -3723,14 +3627,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3738,7 +3642,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3754,13 +3658,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3770,7 +3674,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3846,13 +3750,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3922,7 +3826,7 @@ "locked": "1.2.2" }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -3931,7 +3835,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -3961,7 +3865,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -3969,7 +3873,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -3995,27 +3899,27 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4063,7 +3967,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -4074,8 +3981,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -4093,14 +3999,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -4110,7 +4013,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -4121,21 +4024,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -4207,14 +4110,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4264,7 +4167,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4273,7 +4175,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4282,49 +4184,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4332,14 +4234,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4353,25 +4255,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", diff --git a/graphql-dgs-spring-boot-micrometer/dependencies.lock b/graphql-dgs-spring-boot-micrometer/dependencies.lock index 97b55b0d2..83c3146a6 100644 --- a/graphql-dgs-spring-boot-micrometer/dependencies.lock +++ b/graphql-dgs-spring-boot-micrometer/dependencies.lock @@ -1,15 +1,15 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -18,7 +18,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -83,19 +83,19 @@ }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -105,7 +105,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -115,7 +115,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -125,28 +125,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -166,7 +166,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -176,7 +176,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -279,17 +279,17 @@ "locked": "1.16.1" }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5" + "locked": "1.13.0" }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "org.springframework:spring-context", @@ -297,7 +297,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -311,34 +311,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -392,7 +392,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -401,58 +401,58 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -462,7 +462,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-context-support", @@ -470,10 +470,10 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -487,20 +487,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -508,7 +508,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -522,19 +522,19 @@ }, "compileOnlyDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -544,7 +544,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -554,7 +554,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -564,28 +564,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -596,7 +596,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -606,7 +606,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -703,20 +703,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -730,34 +730,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -799,7 +799,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -808,58 +808,58 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -868,14 +868,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -888,20 +888,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -909,7 +909,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -932,7 +932,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -941,7 +941,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -990,17 +990,17 @@ "locked": "1.16.1" }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5" + "locked": "1.13.0" }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "org.springframework:spring-context" @@ -1033,13 +1033,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1047,16 +1047,16 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context-support" ] }, "org.springframework:spring-context-support": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -1066,13 +1066,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] @@ -1133,19 +1133,19 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1155,7 +1155,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -1165,7 +1165,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1175,28 +1175,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1216,7 +1216,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1226,7 +1226,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1329,17 +1329,17 @@ "locked": "1.16.1" }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5" + "locked": "1.13.0" }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "org.springframework:spring-context", @@ -1347,7 +1347,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -1373,34 +1373,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -1488,7 +1488,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -1497,58 +1497,58 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1558,7 +1558,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-context-support", @@ -1566,10 +1566,10 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1583,20 +1583,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -1604,7 +1604,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -1669,26 +1669,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1699,7 +1699,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -1709,7 +1709,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1721,7 +1721,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -1729,7 +1729,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -1740,7 +1740,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -1750,7 +1750,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -1758,7 +1758,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1785,13 +1785,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1803,7 +1803,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1921,17 +1921,17 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5" + "locked": "1.13.0" }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "org.springframework:spring-context", @@ -1999,7 +1999,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -2038,7 +2038,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2046,7 +2046,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2078,7 +2078,7 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] @@ -2090,40 +2090,40 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2155,7 +2155,7 @@ ] }, "org.hdrhistogram:HdrHistogram": { - "locked": "2.1.12", + "locked": "2.2.1", "transitive": [ "io.micrometer:micrometer-core" ] @@ -2187,7 +2187,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -2198,8 +2201,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -2217,14 +2219,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -2234,7 +2233,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -2245,21 +2244,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -2338,14 +2337,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2424,7 +2423,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2434,7 +2432,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -2445,16 +2443,16 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2462,7 +2460,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -2472,61 +2470,61 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter", "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2537,7 +2535,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -2547,10 +2545,10 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2568,32 +2566,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2606,14 +2605,14 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "org.springframework.boot:spring-boot-starter-websocket" @@ -2700,7 +2699,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -2938,14 +2937,14 @@ }, "runtimeClasspath": { "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2954,7 +2953,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2962,7 +2961,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -2970,21 +2969,21 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3009,13 +3008,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3025,7 +3024,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3081,17 +3080,17 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5" + "locked": "1.13.0" }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "org.springframework:spring-context", @@ -3099,7 +3098,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -3130,7 +3129,7 @@ ] }, "org.hdrhistogram:HdrHistogram": { - "locked": "2.1.12", + "locked": "2.2.1", "transitive": [ "io.micrometer:micrometer-core" ] @@ -3149,36 +3148,13 @@ "com.netflix.graphql.dgs:graphql-dgs-mocking", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -3186,7 +3162,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom", @@ -3195,21 +3171,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -3246,7 +3222,6 @@ "locked": "2.0.13", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3254,13 +3229,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3269,17 +3244,17 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-context-support" ] }, "org.springframework:spring-context-support": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -3290,19 +3265,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs" ] @@ -3316,19 +3291,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3338,7 +3313,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -3348,7 +3323,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3358,28 +3333,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3399,7 +3374,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3409,7 +3384,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3519,17 +3494,17 @@ "locked": "1.16.1" }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5" + "locked": "1.13.0" }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "org.springframework:spring-context", @@ -3595,7 +3570,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -3621,7 +3596,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -3629,7 +3604,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -3648,34 +3623,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3689,7 +3664,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3804,14 +3779,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3863,7 +3838,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -3874,16 +3849,16 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3891,7 +3866,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -3899,51 +3874,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3953,7 +3928,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-context-support", @@ -3961,10 +3936,10 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3980,26 +3955,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -4007,7 +3983,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -4027,19 +4003,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4049,7 +4025,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -4059,7 +4035,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4069,28 +4045,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -4110,7 +4086,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4120,7 +4096,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -4230,17 +4206,17 @@ "locked": "1.16.1" }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5" + "locked": "1.13.0" }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "org.springframework:spring-context", @@ -4276,7 +4252,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -4302,14 +4278,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -4327,34 +4303,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -4368,7 +4344,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4457,14 +4433,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4510,7 +4486,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -4521,16 +4497,16 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4538,7 +4514,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -4546,51 +4522,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4600,7 +4576,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-context-support", @@ -4608,10 +4584,10 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4627,26 +4603,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -4654,7 +4631,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -4674,26 +4651,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4704,7 +4681,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -4714,7 +4691,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4726,7 +4703,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -4734,7 +4711,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -4745,7 +4722,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -4755,7 +4732,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -4763,7 +4740,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -4790,13 +4767,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -4808,7 +4785,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -4926,17 +4903,17 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5" + "locked": "1.13.0" }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "org.springframework:spring-context", @@ -5004,7 +4981,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -5043,7 +5020,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -5051,7 +5028,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -5077,46 +5054,46 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5148,7 +5125,7 @@ ] }, "org.hdrhistogram:HdrHistogram": { - "locked": "2.1.12", + "locked": "2.2.1", "transitive": [ "io.micrometer:micrometer-core" ] @@ -5180,7 +5157,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -5191,8 +5171,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -5210,14 +5189,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -5227,7 +5203,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -5238,21 +5214,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -5331,14 +5307,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5388,7 +5364,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -5398,7 +5373,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -5409,16 +5384,16 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -5426,7 +5401,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -5436,61 +5411,61 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter", "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -5501,7 +5476,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -5511,10 +5486,10 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5532,32 +5507,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -5570,14 +5546,14 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "org.springframework.boot:spring-boot-starter-websocket" diff --git a/graphql-dgs-spring-boot-oss-autoconfigure/dependencies.lock b/graphql-dgs-spring-boot-oss-autoconfigure/dependencies.lock index 6962fc39c..8dd014dc6 100644 --- a/graphql-dgs-spring-boot-oss-autoconfigure/dependencies.lock +++ b/graphql-dgs-spring-boot-oss-autoconfigure/dependencies.lock @@ -1,15 +1,15 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -18,7 +18,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -93,13 +93,13 @@ }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -114,7 +114,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -123,7 +123,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -181,17 +181,17 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5" + "locked": "1.13.0" }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "org.springframework:spring-context", @@ -199,7 +199,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -214,17 +214,17 @@ "locked": "6.0.0" }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0" + "locked": "3.14.0" }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -274,35 +274,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -310,13 +310,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -329,22 +329,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -364,23 +364,23 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5" + "locked": "1.13.0" }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5" + "locked": "3.6.6" }, "jakarta.servlet:jakarta.servlet-api": { "locked": "6.0.0" @@ -398,36 +398,36 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-test" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "implementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -436,7 +436,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -494,13 +494,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -513,17 +513,17 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0" + "locked": "3.14.0" }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -560,35 +560,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -596,13 +596,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -614,19 +614,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -690,13 +690,13 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -711,7 +711,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -720,7 +720,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -778,17 +778,17 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5" + "locked": "1.13.0" }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "org.springframework:spring-context", @@ -796,7 +796,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -817,7 +817,7 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0" + "locked": "3.14.0" }, "org.apache.commons:commons-math3": { "locked": "3.6.1", @@ -826,14 +826,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -917,35 +917,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -953,13 +953,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -972,22 +972,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -1049,26 +1049,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1077,7 +1077,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -1087,7 +1087,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1098,14 +1098,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -1113,7 +1113,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -1121,14 +1121,14 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1155,13 +1155,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1171,7 +1171,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1237,13 +1237,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1310,7 +1310,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -1342,7 +1342,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -1350,7 +1350,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -1382,7 +1382,7 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0" + "locked": "3.14.0" }, "org.apache.commons:commons-math3": { "locked": "3.6.1", @@ -1391,40 +1391,40 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1477,7 +1477,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -1488,8 +1491,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -1507,14 +1509,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -1524,7 +1523,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -1535,21 +1534,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -1621,14 +1620,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1707,7 +1706,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1716,7 +1714,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1725,14 +1723,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -1740,51 +1738,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1793,7 +1791,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1801,7 +1799,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1816,26 +1814,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc", @@ -1845,7 +1844,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -1931,7 +1930,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -2169,26 +2168,26 @@ }, "runtimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2197,7 +2196,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2205,7 +2204,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -2213,14 +2212,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -2228,7 +2227,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2244,13 +2243,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -2260,7 +2259,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2319,20 +2318,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -2363,17 +2362,17 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0" + "locked": "3.14.0" }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -2395,36 +2394,13 @@ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -2432,7 +2408,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom", @@ -2441,21 +2417,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -2493,7 +2469,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2502,35 +2477,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2538,14 +2513,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2557,19 +2532,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc" @@ -2585,19 +2560,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2605,7 +2580,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -2615,7 +2590,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2625,28 +2600,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2666,7 +2641,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2675,7 +2650,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2740,13 +2715,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2811,7 +2786,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2836,7 +2811,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2844,7 +2819,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2863,37 +2838,37 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0" + "locked": "3.14.0" }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -2907,7 +2882,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3017,14 +2992,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3076,7 +3051,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3085,14 +3060,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -3100,51 +3075,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3153,14 +3128,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3175,26 +3150,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -3202,7 +3178,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -3222,19 +3198,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3242,7 +3218,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -3252,7 +3228,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3262,28 +3238,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3303,7 +3279,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3312,7 +3288,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3377,13 +3353,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3418,7 +3394,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -3443,14 +3419,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -3468,37 +3444,37 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0" + "locked": "3.14.0" }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3512,7 +3488,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3596,14 +3572,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3649,7 +3625,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3658,14 +3634,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -3673,51 +3649,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3726,14 +3702,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3748,26 +3724,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -3775,7 +3752,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -3795,26 +3772,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3823,7 +3800,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -3833,7 +3810,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3844,14 +3821,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3859,7 +3836,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3867,14 +3844,14 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3901,13 +3878,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3917,7 +3894,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3983,13 +3960,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -4056,7 +4033,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -4088,7 +4065,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -4096,7 +4073,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -4122,43 +4099,43 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0" + "locked": "3.14.0" }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4211,7 +4188,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -4222,8 +4202,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -4241,14 +4220,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -4258,7 +4234,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -4269,21 +4245,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -4355,14 +4331,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4412,7 +4388,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4421,7 +4396,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4430,14 +4405,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -4445,51 +4420,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4498,7 +4473,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -4506,7 +4481,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4521,26 +4496,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc", @@ -4550,7 +4526,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] diff --git a/graphql-dgs-spring-boot-oss-autoconfigure/src/main/kotlin/com/netflix/graphql/dgs/apq/AutomatedPersistedQueryCacheAdapter.kt b/graphql-dgs-spring-boot-oss-autoconfigure/src/main/kotlin/com/netflix/graphql/dgs/apq/AutomatedPersistedQueryCacheAdapter.kt index b18736a8c..e1a35b1b1 100644 --- a/graphql-dgs-spring-boot-oss-autoconfigure/src/main/kotlin/com/netflix/graphql/dgs/apq/AutomatedPersistedQueryCacheAdapter.kt +++ b/graphql-dgs-spring-boot-oss-autoconfigure/src/main/kotlin/com/netflix/graphql/dgs/apq/AutomatedPersistedQueryCacheAdapter.kt @@ -23,6 +23,7 @@ import graphql.execution.preparsed.persisted.PersistedQueryCacheMiss import graphql.execution.preparsed.persisted.PersistedQueryNotFound import graphql.execution.preparsed.persisted.PersistedQuerySupport import org.apache.commons.lang3.StringUtils +import java.util.concurrent.CompletableFuture import java.util.function.Supplier /** @@ -33,23 +34,25 @@ import java.util.function.Supplier */ abstract class AutomatedPersistedQueryCacheAdapter : PersistedQueryCache { - override fun getPersistedQueryDocument( + override fun getPersistedQueryDocumentAsync( persistedQueryId: Any, executionInput: ExecutionInput, onCacheMiss: PersistedQueryCacheMiss - ): PreparsedDocumentEntry? { + ): CompletableFuture { val key = when (persistedQueryId) { is String -> persistedQueryId else -> persistedQueryId.toString() } - return getFromCache(key) { - // Get the query from the execution input. Make sure it's not null, empty or the APQ marker. - val queryText = executionInput.query - if (StringUtils.isBlank(queryText) || queryText.equals(PersistedQuerySupport.PERSISTED_QUERY_MARKER)) { - throw PersistedQueryNotFound(persistedQueryId) + return CompletableFuture.completedFuture( + getFromCache(key) { + // Get the query from the execution input. Make sure it's not null, empty or the APQ marker. + val queryText = executionInput.query + if (StringUtils.isBlank(queryText) || queryText.equals(PersistedQuerySupport.PERSISTED_QUERY_MARKER)) { + throw PersistedQueryNotFound(persistedQueryId) + } + return@getFromCache onCacheMiss.apply(queryText) } - return@getFromCache onCacheMiss.apply(queryText) - } + ) } /** diff --git a/graphql-dgs-spring-boot-starter/dependencies.lock b/graphql-dgs-spring-boot-starter/dependencies.lock index 79e27b642..e4f40a11e 100644 --- a/graphql-dgs-spring-boot-starter/dependencies.lock +++ b/graphql-dgs-spring-boot-starter/dependencies.lock @@ -1,15 +1,15 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -17,13 +17,13 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -33,7 +33,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -119,7 +119,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -154,19 +154,19 @@ }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -176,7 +176,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -186,7 +186,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -196,28 +196,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -228,7 +228,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -238,7 +238,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -324,20 +324,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -351,34 +351,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -425,61 +425,61 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -489,7 +489,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc", @@ -497,7 +497,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -512,26 +512,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -540,13 +540,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] @@ -560,19 +560,19 @@ }, "implementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -582,7 +582,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -592,7 +592,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -602,28 +602,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -634,7 +634,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -644,7 +644,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -730,20 +730,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -757,34 +757,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -825,61 +825,61 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -889,7 +889,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc", @@ -897,7 +897,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -912,26 +912,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -940,13 +940,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] @@ -1013,19 +1013,19 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1035,7 +1035,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -1045,7 +1045,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1055,28 +1055,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1087,7 +1087,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1097,7 +1097,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1183,20 +1183,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -1222,34 +1222,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -1330,61 +1330,61 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1394,7 +1394,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc", @@ -1402,7 +1402,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1417,26 +1417,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -1445,13 +1445,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] @@ -1516,26 +1516,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1546,7 +1546,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -1556,7 +1556,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1567,7 +1567,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -1575,7 +1575,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -1585,7 +1585,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -1595,7 +1595,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -1603,7 +1603,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1621,13 +1621,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1639,7 +1639,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1740,13 +1740,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1813,7 +1813,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1852,7 +1852,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -1860,7 +1860,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -1892,7 +1892,7 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] @@ -1904,40 +1904,40 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1988,7 +1988,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -1999,8 +2002,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -2018,14 +2020,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -2035,7 +2034,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -2046,21 +2045,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -2133,14 +2132,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2219,7 +2218,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2228,7 +2226,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2237,14 +2235,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -2254,57 +2252,57 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2314,7 +2312,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -2323,7 +2321,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2340,32 +2338,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2378,14 +2377,14 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "org.springframework.boot:spring-boot-starter-websocket" @@ -2472,7 +2471,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -2710,26 +2709,26 @@ }, "runtimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2740,7 +2739,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -2750,7 +2749,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2761,7 +2760,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2769,7 +2768,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -2779,7 +2778,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -2789,7 +2788,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2797,7 +2796,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2815,13 +2814,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -2833,7 +2832,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2927,20 +2926,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -2979,40 +2978,40 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3037,36 +3036,13 @@ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -3074,7 +3050,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom", @@ -3083,21 +3059,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -3136,7 +3112,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3145,20 +3120,20 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -3167,41 +3142,41 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3211,7 +3186,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -3220,7 +3195,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3235,26 +3210,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3267,14 +3242,14 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "org.springframework.boot:spring-boot-starter-websocket" @@ -3290,19 +3265,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3312,7 +3287,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -3322,7 +3297,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3332,28 +3307,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3364,7 +3339,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3374,7 +3349,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3467,13 +3442,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3538,7 +3513,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -3564,7 +3539,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -3572,7 +3547,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -3591,34 +3566,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3632,7 +3607,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3740,14 +3715,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3799,7 +3774,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3808,14 +3783,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -3823,57 +3798,57 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3883,7 +3858,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc", @@ -3891,7 +3866,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3908,32 +3883,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -3942,13 +3918,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] @@ -3968,19 +3944,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3990,7 +3966,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -4000,7 +3976,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4010,28 +3986,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -4042,7 +4018,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4052,7 +4028,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -4145,13 +4121,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -4186,7 +4162,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -4212,14 +4188,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -4237,34 +4213,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -4278,7 +4254,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4360,14 +4336,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4413,7 +4389,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4422,14 +4398,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -4437,57 +4413,57 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4497,7 +4473,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc", @@ -4505,7 +4481,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4522,32 +4498,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -4556,13 +4533,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] @@ -4582,26 +4559,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4612,7 +4589,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -4622,7 +4599,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4633,7 +4610,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -4641,7 +4618,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -4651,7 +4628,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -4661,7 +4638,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -4669,7 +4646,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -4687,13 +4664,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -4705,7 +4682,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -4806,13 +4783,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -4879,7 +4856,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4918,7 +4895,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -4926,7 +4903,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -4952,46 +4929,46 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5042,7 +5019,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -5053,8 +5033,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -5072,14 +5051,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -5089,7 +5065,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -5100,21 +5076,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -5187,14 +5163,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5244,7 +5220,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -5253,7 +5228,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -5262,14 +5237,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -5279,57 +5254,57 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -5339,7 +5314,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -5348,7 +5323,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5365,32 +5340,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -5403,14 +5379,14 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "org.springframework.boot:spring-boot-starter-websocket" diff --git a/graphql-dgs-spring-graphql-example-java-webflux/dependencies.lock b/graphql-dgs-spring-graphql-example-java-webflux/dependencies.lock index 94cb74191..987fe4672 100644 --- a/graphql-dgs-spring-graphql-example-java-webflux/dependencies.lock +++ b/graphql-dgs-spring-graphql-example-java-webflux/dependencies.lock @@ -1,10 +1,10 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { @@ -17,19 +17,19 @@ }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -39,7 +39,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -49,7 +49,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -59,28 +59,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -100,7 +100,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -111,7 +111,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -237,7 +237,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -245,19 +245,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -267,7 +267,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -284,7 +284,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -296,13 +296,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -310,19 +310,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -342,7 +342,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -351,13 +351,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -365,7 +365,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -373,20 +373,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -402,20 +402,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -424,19 +424,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -456,14 +456,14 @@ "locked": "1.4.1" }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -522,7 +522,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -531,26 +531,26 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator", "org.springframework.boot:spring-boot-starter-graphql", @@ -559,51 +559,51 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-starter", "name.nkonev.multipart-spring-graphql:multipart-spring-graphql" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -612,14 +612,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -632,19 +632,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -652,7 +652,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -666,19 +666,19 @@ }, "implementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -688,7 +688,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -698,7 +698,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -708,28 +708,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -749,7 +749,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -760,7 +760,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -886,7 +886,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -894,19 +894,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -916,7 +916,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -933,7 +933,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -945,13 +945,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -959,19 +959,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -991,7 +991,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -1000,13 +1000,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -1014,7 +1014,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -1022,20 +1022,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1051,20 +1051,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -1073,19 +1073,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1105,14 +1105,14 @@ "locked": "1.4.1" }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -1165,7 +1165,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -1174,26 +1174,26 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator", "org.springframework.boot:spring-boot-starter-graphql", @@ -1202,51 +1202,51 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-starter", "name.nkonev.multipart-spring-graphql:multipart-spring-graphql" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1255,14 +1255,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1275,19 +1275,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -1295,7 +1295,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -1362,19 +1362,19 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1384,7 +1384,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -1394,7 +1394,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1404,28 +1404,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1445,7 +1445,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1456,7 +1456,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1582,7 +1582,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -1590,19 +1590,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -1612,7 +1612,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1629,7 +1629,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -1641,13 +1641,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -1655,19 +1655,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -1687,7 +1687,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -1696,13 +1696,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -1710,7 +1710,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -1718,20 +1718,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1747,20 +1747,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -1769,19 +1769,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1813,14 +1813,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -1913,7 +1913,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -1922,26 +1922,26 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator", "org.springframework.boot:spring-boot-starter-graphql", @@ -1950,51 +1950,51 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-starter", "name.nkonev.multipart-spring-graphql:multipart-spring-graphql" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2003,14 +2003,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2023,19 +2023,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -2043,7 +2043,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -2108,26 +2108,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2138,7 +2138,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -2148,7 +2148,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2161,7 +2161,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2169,7 +2169,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -2180,7 +2180,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -2191,7 +2191,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2199,7 +2199,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2229,13 +2229,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -2250,14 +2250,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2425,7 +2425,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -2433,20 +2433,20 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer", "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -2516,7 +2516,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -2533,7 +2533,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -2545,13 +2545,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -2559,19 +2559,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -2591,7 +2591,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -2600,13 +2600,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -2614,7 +2614,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -2622,20 +2622,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -2651,20 +2651,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -2679,19 +2679,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -2706,7 +2706,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2739,7 +2739,7 @@ "locked": "1.4.1" }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2747,7 +2747,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2779,7 +2779,7 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] @@ -2791,21 +2791,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2837,7 +2837,7 @@ ] }, "org.hdrhistogram:HdrHistogram": { - "locked": "2.1.12", + "locked": "2.2.1", "transitive": [ "io.micrometer:micrometer-core" ] @@ -2874,7 +2874,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -2885,8 +2888,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -2904,14 +2906,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -2921,7 +2920,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-reactive", @@ -2933,21 +2932,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -3026,14 +3025,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3112,7 +3111,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3122,7 +3120,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -3133,19 +3131,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -3156,7 +3154,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-actuator", @@ -3167,68 +3165,68 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-starter", "name.nkonev.multipart-spring-graphql:multipart-spring-graphql" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3238,7 +3236,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -3249,13 +3247,13 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3272,25 +3270,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3305,13 +3304,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -3397,7 +3396,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -3635,26 +3634,26 @@ }, "runtimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3665,7 +3664,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -3675,7 +3674,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3688,7 +3687,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3696,7 +3695,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3707,7 +3706,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3718,7 +3717,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3726,7 +3725,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3756,13 +3755,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -3777,14 +3776,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3945,7 +3944,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -3953,20 +3952,20 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer", "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -3976,7 +3975,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -3993,7 +3992,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -4005,13 +4004,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -4019,19 +4018,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -4051,7 +4050,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -4060,13 +4059,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -4074,7 +4073,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -4082,20 +4081,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4111,20 +4110,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -4139,19 +4138,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -4192,20 +4191,20 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -4218,7 +4217,7 @@ ] }, "org.hdrhistogram:HdrHistogram": { - "locked": "2.1.12", + "locked": "2.2.1", "transitive": [ "io.micrometer:micrometer-core" ] @@ -4249,36 +4248,13 @@ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -4286,7 +4262,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-reactive", @@ -4296,21 +4272,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -4355,7 +4331,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4365,7 +4340,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -4374,19 +4349,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -4396,7 +4371,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-actuator", @@ -4406,52 +4381,52 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-starter", "name.nkonev.multipart-spring-graphql:multipart-spring-graphql" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4461,7 +4436,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -4472,13 +4447,13 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4493,19 +4468,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -4520,13 +4495,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -4541,19 +4516,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4563,7 +4538,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -4573,7 +4548,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4583,28 +4558,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -4624,7 +4599,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4635,7 +4610,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -4768,7 +4743,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -4776,19 +4751,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -4856,7 +4831,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4873,7 +4848,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -4885,13 +4860,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -4899,19 +4874,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -4931,7 +4906,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -4940,13 +4915,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -4954,7 +4929,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -4962,20 +4937,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4991,20 +4966,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -5013,19 +4988,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -5037,7 +5012,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -5064,7 +5039,7 @@ "locked": "1.4.1" }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -5072,7 +5047,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -5091,14 +5066,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -5113,7 +5088,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5232,14 +5207,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5291,7 +5266,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -5302,19 +5277,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -5322,7 +5297,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator", "org.springframework.boot:spring-boot-starter-graphql", @@ -5332,67 +5307,67 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-starter", "name.nkonev.multipart-spring-graphql:multipart-spring-graphql" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -5401,14 +5376,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5423,25 +5398,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -5449,7 +5425,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -5469,19 +5445,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -5491,7 +5467,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -5501,7 +5477,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -5511,28 +5487,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -5552,7 +5528,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -5563,7 +5539,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -5696,7 +5672,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -5704,19 +5680,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -5754,7 +5730,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -5771,7 +5747,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -5783,13 +5759,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -5797,19 +5773,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -5829,7 +5805,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -5838,13 +5814,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -5852,7 +5828,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -5860,20 +5836,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -5889,20 +5865,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -5911,19 +5887,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -5935,7 +5911,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -5962,14 +5938,14 @@ "locked": "1.4.1" }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -5987,14 +5963,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -6009,7 +5985,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -6102,14 +6078,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -6155,7 +6131,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -6166,19 +6142,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -6186,7 +6162,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator", "org.springframework.boot:spring-boot-starter-graphql", @@ -6196,67 +6172,67 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-starter", "name.nkonev.multipart-spring-graphql:multipart-spring-graphql" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -6265,14 +6241,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -6287,25 +6263,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -6313,7 +6290,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -6333,26 +6310,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -6363,7 +6340,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -6373,7 +6350,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -6386,7 +6363,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -6394,7 +6371,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -6405,7 +6382,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -6416,7 +6393,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -6424,7 +6401,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -6454,13 +6431,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -6475,14 +6452,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -6650,7 +6627,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -6658,20 +6635,20 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer", "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -6741,7 +6718,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -6758,7 +6735,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -6770,13 +6747,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -6784,19 +6761,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -6816,7 +6793,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -6825,13 +6802,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -6839,7 +6816,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -6847,20 +6824,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -6876,20 +6853,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -6904,19 +6881,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -6931,7 +6908,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -6964,7 +6941,7 @@ "locked": "1.4.1" }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -6972,7 +6949,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -6998,27 +6975,27 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -7050,7 +7027,7 @@ ] }, "org.hdrhistogram:HdrHistogram": { - "locked": "2.1.12", + "locked": "2.2.1", "transitive": [ "io.micrometer:micrometer-core" ] @@ -7087,7 +7064,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -7098,8 +7078,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -7117,14 +7096,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -7134,7 +7110,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-reactive", @@ -7146,21 +7122,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -7239,14 +7215,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -7296,7 +7272,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -7306,7 +7281,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -7317,19 +7292,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -7340,7 +7315,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-actuator", @@ -7351,68 +7326,68 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-starter", "name.nkonev.multipart-spring-graphql:multipart-spring-graphql" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -7422,7 +7397,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -7433,13 +7408,13 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -7456,25 +7431,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -7489,13 +7465,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] diff --git a/graphql-dgs-spring-graphql-example-java-webflux/src/main/java/com/netflix/graphql/dgs/example/reactive/ReactiveSpringGraphQLExampleApp.java b/graphql-dgs-spring-graphql-example-java-webflux/src/main/java/com/netflix/graphql/dgs/example/reactive/ReactiveSpringGraphQLExampleApp.java index e1379c625..3c1218341 100644 --- a/graphql-dgs-spring-graphql-example-java-webflux/src/main/java/com/netflix/graphql/dgs/example/reactive/ReactiveSpringGraphQLExampleApp.java +++ b/graphql-dgs-spring-graphql-example-java-webflux/src/main/java/com/netflix/graphql/dgs/example/reactive/ReactiveSpringGraphQLExampleApp.java @@ -25,6 +25,7 @@ import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; +import java.util.concurrent.CompletableFuture; import java.util.concurrent.TimeUnit; import java.util.function.Function; @SpringBootApplication(scanBasePackages = {"com.netflix.graphql.dgs.example.shared", "com.netflix.graphql.dgs.example"}) @@ -44,7 +45,7 @@ static class PreparsedDocumentProviderConfig { public PreparsedDocumentProvider preparsedDocumentProvider() { return (executionInput, parseAndValidateFunction) -> { Function mapCompute = key -> parseAndValidateFunction.apply(executionInput); - return cache.get(executionInput.getQuery(), mapCompute); + return CompletableFuture.completedFuture(cache.get(executionInput.getQuery(), mapCompute)); }; } } diff --git a/graphql-dgs-spring-graphql-example-java/dependencies.lock b/graphql-dgs-spring-graphql-example-java/dependencies.lock index 33310dbd8..a6d80d2f8 100644 --- a/graphql-dgs-spring-graphql-example-java/dependencies.lock +++ b/graphql-dgs-spring-graphql-example-java/dependencies.lock @@ -1,10 +1,10 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { @@ -17,19 +17,19 @@ }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -39,7 +39,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -49,7 +49,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -59,28 +59,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -100,7 +100,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -111,7 +111,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -228,7 +228,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -236,19 +236,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -258,7 +258,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -275,7 +275,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -287,13 +287,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -301,19 +301,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -333,7 +333,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -342,13 +342,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -356,7 +356,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -364,20 +364,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -393,20 +393,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -415,19 +415,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -448,34 +448,34 @@ "locked": "1.4.1" }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -532,7 +532,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -541,26 +541,26 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator", "org.springframework.boot:spring-boot-starter-graphql", @@ -570,17 +570,17 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-starter", "name.nkonev.multipart-spring-graphql:multipart-spring-graphql" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-web", @@ -588,44 +588,44 @@ ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -635,7 +635,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql", @@ -643,7 +643,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -657,20 +657,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -680,13 +680,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -700,19 +700,19 @@ }, "implementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -722,7 +722,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -732,7 +732,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -742,28 +742,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -783,7 +783,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -794,7 +794,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -911,7 +911,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -919,19 +919,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -941,7 +941,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -958,7 +958,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -970,13 +970,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -984,19 +984,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -1016,7 +1016,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -1025,13 +1025,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -1039,7 +1039,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -1047,20 +1047,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1076,20 +1076,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -1098,19 +1098,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1131,34 +1131,34 @@ "locked": "1.4.1" }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -1209,7 +1209,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -1218,26 +1218,26 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator", "org.springframework.boot:spring-boot-starter-graphql", @@ -1247,17 +1247,17 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-starter", "name.nkonev.multipart-spring-graphql:multipart-spring-graphql" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-web", @@ -1265,44 +1265,44 @@ ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1312,7 +1312,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql", @@ -1320,7 +1320,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1334,20 +1334,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -1357,13 +1357,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -1430,19 +1430,19 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1452,7 +1452,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -1462,7 +1462,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1472,28 +1472,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1513,7 +1513,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1524,7 +1524,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1641,7 +1641,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -1649,19 +1649,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -1671,7 +1671,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1688,7 +1688,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -1700,13 +1700,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -1714,19 +1714,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -1746,7 +1746,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -1755,13 +1755,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -1769,7 +1769,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -1777,20 +1777,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1806,20 +1806,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -1828,19 +1828,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1873,34 +1873,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -1991,7 +1991,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -2000,26 +2000,26 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator", "org.springframework.boot:spring-boot-starter-graphql", @@ -2029,17 +2029,17 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-starter", "name.nkonev.multipart-spring-graphql:multipart-spring-graphql" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-web", @@ -2047,44 +2047,44 @@ ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2094,7 +2094,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql", @@ -2102,7 +2102,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2116,20 +2116,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -2139,13 +2139,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -2210,26 +2210,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2240,7 +2240,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -2250,7 +2250,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2263,7 +2263,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2271,7 +2271,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -2282,7 +2282,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -2294,7 +2294,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2302,7 +2302,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2332,13 +2332,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -2354,14 +2354,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2563,7 +2563,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -2571,20 +2571,20 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer", "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -2654,7 +2654,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -2671,7 +2671,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -2683,13 +2683,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -2697,19 +2697,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -2729,7 +2729,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -2738,13 +2738,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -2752,7 +2752,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -2760,20 +2760,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -2789,20 +2789,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -2817,19 +2817,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -2846,7 +2846,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2880,7 +2880,7 @@ "locked": "1.4.1" }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2888,7 +2888,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2920,7 +2920,7 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] @@ -2932,40 +2932,40 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2997,7 +2997,7 @@ ] }, "org.hdrhistogram:HdrHistogram": { - "locked": "2.1.12", + "locked": "2.2.1", "transitive": [ "io.micrometer:micrometer-core" ] @@ -3038,7 +3038,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -3049,8 +3052,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -3068,14 +3070,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -3085,7 +3084,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-reactive", @@ -3097,21 +3096,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -3190,14 +3189,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3276,7 +3275,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3286,7 +3284,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -3297,19 +3295,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -3322,7 +3320,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-actuator", @@ -3334,17 +3332,17 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-starter", "name.nkonev.multipart-spring-graphql:multipart-spring-graphql" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-web", @@ -3352,48 +3350,48 @@ ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-test", "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter-graphql", @@ -3404,14 +3402,14 @@ "locked": "1.2.6" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3422,7 +3420,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -3435,13 +3433,13 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3459,27 +3457,28 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test", "org.springframework.graphql:spring-graphql-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3498,13 +3497,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse-autoconfigure", @@ -3512,7 +3511,7 @@ ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -3598,7 +3597,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -3836,26 +3835,26 @@ }, "runtimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3866,7 +3865,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -3876,7 +3875,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3889,7 +3888,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3897,7 +3896,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3908,7 +3907,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3920,7 +3919,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3928,7 +3927,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3958,13 +3957,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -3979,14 +3978,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -4165,7 +4164,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -4173,20 +4172,20 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer", "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -4196,7 +4195,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4213,7 +4212,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -4225,13 +4224,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -4239,19 +4238,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -4271,7 +4270,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -4280,13 +4279,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -4294,7 +4293,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -4302,20 +4301,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4331,20 +4330,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -4359,19 +4358,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -4414,40 +4413,40 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -4459,7 +4458,7 @@ ] }, "org.hdrhistogram:HdrHistogram": { - "locked": "2.1.12", + "locked": "2.2.1", "transitive": [ "io.micrometer:micrometer-core" ] @@ -4492,36 +4491,13 @@ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse-autoconfigure", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -4529,7 +4505,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-reactive", @@ -4539,21 +4515,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -4598,7 +4574,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4608,7 +4583,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -4617,19 +4592,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -4640,7 +4615,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-actuator", @@ -4651,17 +4626,17 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-starter", "name.nkonev.multipart-spring-graphql:multipart-spring-graphql" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-web", @@ -4669,45 +4644,45 @@ ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4718,7 +4693,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -4730,13 +4705,13 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4752,20 +4727,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -4784,13 +4759,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse-autoconfigure", @@ -4798,7 +4773,7 @@ ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -4813,19 +4788,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4835,7 +4810,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -4845,7 +4820,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4855,28 +4830,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -4896,7 +4871,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4908,14 +4883,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -5071,7 +5046,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -5079,19 +5054,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -5159,7 +5134,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -5176,7 +5151,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -5188,13 +5163,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -5202,19 +5177,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -5234,7 +5209,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -5243,13 +5218,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -5257,7 +5232,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -5265,20 +5240,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -5294,20 +5269,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -5316,19 +5291,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -5341,7 +5316,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -5369,7 +5344,7 @@ "locked": "1.4.1" }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -5377,7 +5352,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -5396,34 +5371,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -5437,7 +5412,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5559,14 +5534,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5618,7 +5593,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -5629,19 +5604,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -5649,7 +5624,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator", "org.springframework.boot:spring-boot-starter-graphql", @@ -5660,17 +5635,17 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-starter", "name.nkonev.multipart-spring-graphql:multipart-spring-graphql" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-web", @@ -5678,47 +5653,47 @@ ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.graphql:spring-graphql-test" @@ -5728,14 +5703,14 @@ "locked": "1.2.6" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -5745,7 +5720,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql", @@ -5754,7 +5729,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5770,27 +5745,28 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test", "org.springframework.graphql:spring-graphql-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -5800,13 +5776,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -5826,19 +5802,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -5848,7 +5824,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -5858,7 +5834,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -5868,28 +5844,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -5909,7 +5885,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -5921,14 +5897,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -6084,7 +6060,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -6092,19 +6068,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -6142,7 +6118,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -6159,7 +6135,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -6171,13 +6147,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -6185,19 +6161,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -6217,7 +6193,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -6226,13 +6202,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -6240,7 +6216,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -6248,20 +6224,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -6277,20 +6253,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -6299,19 +6275,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -6324,7 +6300,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -6352,14 +6328,14 @@ "locked": "1.4.1" }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -6377,34 +6353,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -6418,7 +6394,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -6514,14 +6490,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -6567,7 +6543,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -6578,19 +6554,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -6598,7 +6574,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator", "org.springframework.boot:spring-boot-starter-graphql", @@ -6609,17 +6585,17 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-starter", "name.nkonev.multipart-spring-graphql:multipart-spring-graphql" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-web", @@ -6627,47 +6603,47 @@ ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.graphql:spring-graphql-test" @@ -6677,14 +6653,14 @@ "locked": "1.2.6" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -6694,7 +6670,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql", @@ -6703,7 +6679,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -6719,27 +6695,28 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test", "org.springframework.graphql:spring-graphql-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -6749,13 +6726,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -6775,26 +6752,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -6805,7 +6782,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -6815,7 +6792,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -6828,7 +6805,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -6836,7 +6813,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -6847,7 +6824,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -6859,7 +6836,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -6867,7 +6844,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -6897,13 +6874,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -6919,14 +6896,14 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -7128,7 +7105,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -7136,20 +7113,20 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer", "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -7219,7 +7196,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -7236,7 +7213,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -7248,13 +7225,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -7262,19 +7239,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -7294,7 +7271,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -7303,13 +7280,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -7317,7 +7294,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -7325,20 +7302,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -7354,20 +7331,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -7382,19 +7359,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -7411,7 +7388,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -7445,7 +7422,7 @@ "locked": "1.4.1" }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -7453,7 +7430,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -7479,46 +7456,46 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -7550,7 +7527,7 @@ ] }, "org.hdrhistogram:HdrHistogram": { - "locked": "2.1.12", + "locked": "2.2.1", "transitive": [ "io.micrometer:micrometer-core" ] @@ -7591,7 +7568,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -7602,8 +7582,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -7621,14 +7600,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -7638,7 +7614,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-reactive", @@ -7650,21 +7626,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -7743,14 +7719,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -7800,7 +7776,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -7810,7 +7785,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -7821,19 +7796,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -7846,7 +7821,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-actuator", @@ -7858,17 +7833,17 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-starter", "name.nkonev.multipart-spring-graphql:multipart-spring-graphql" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-web", @@ -7876,48 +7851,48 @@ ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-test", "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter-graphql", @@ -7928,14 +7903,14 @@ "locked": "1.2.6" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -7946,7 +7921,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -7959,13 +7934,13 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -7983,27 +7958,28 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test", "org.springframework.graphql:spring-graphql-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -8022,13 +7998,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse-autoconfigure", @@ -8036,7 +8012,7 @@ ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] diff --git a/graphql-dgs-spring-graphql-example-java/src/main/java/com/netflix/graphql/dgs/example/SpringGraphQLExampleApp.java b/graphql-dgs-spring-graphql-example-java/src/main/java/com/netflix/graphql/dgs/example/SpringGraphQLExampleApp.java index dedd09f22..9db26b463 100644 --- a/graphql-dgs-spring-graphql-example-java/src/main/java/com/netflix/graphql/dgs/example/SpringGraphQLExampleApp.java +++ b/graphql-dgs-spring-graphql-example-java/src/main/java/com/netflix/graphql/dgs/example/SpringGraphQLExampleApp.java @@ -26,6 +26,7 @@ import org.springframework.context.annotation.Configuration; import org.springframework.scheduling.annotation.EnableAsync; +import java.util.concurrent.CompletableFuture; import java.util.concurrent.TimeUnit; import java.util.function.Function; @@ -47,7 +48,7 @@ static class PreparsedDocumentProviderConfig { public PreparsedDocumentProvider preparsedDocumentProvider() { return (executionInput, parseAndValidateFunction) -> { Function mapCompute = key -> parseAndValidateFunction.apply(executionInput); - return cache.get(executionInput.getQuery(), mapCompute); + return CompletableFuture.completedFuture(cache.get(executionInput.getQuery(), mapCompute)); }; } } diff --git a/graphql-dgs-spring-graphql-starter-test/dependencies.lock b/graphql-dgs-spring-graphql-starter-test/dependencies.lock index 57de9e088..6e0134542 100644 --- a/graphql-dgs-spring-graphql-starter-test/dependencies.lock +++ b/graphql-dgs-spring-graphql-starter-test/dependencies.lock @@ -1,10 +1,10 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { @@ -251,13 +251,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -288,13 +288,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -384,7 +384,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -392,7 +392,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -424,21 +424,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -479,7 +479,8 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -490,8 +491,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -509,12 +509,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -522,7 +521,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -530,7 +529,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" @@ -602,14 +601,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -685,7 +684,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -694,7 +693,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-test", "org.springframework.boot:spring-boot-starter", @@ -702,55 +701,55 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-test", "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -763,21 +762,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { @@ -860,7 +860,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -1110,13 +1110,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -1134,7 +1134,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-test", @@ -1142,75 +1142,82 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", "org.springframework:spring-beans", "org.springframework:spring-context", - "org.springframework:spring-expression" + "org.springframework:spring-expression", + "org.springframework:spring-test" ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] + }, + "org.springframework:spring-test": { + "locked": "6.1.8", + "transitive": [ + "org.springframework.boot:spring-boot-test" + ] } }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1241,13 +1248,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -1329,7 +1336,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -1337,7 +1344,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -1356,14 +1363,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -1378,7 +1385,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1479,14 +1486,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1530,7 +1537,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1539,61 +1546,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1606,21 +1613,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { @@ -1638,13 +1646,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1675,13 +1683,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -1733,14 +1741,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -1758,14 +1766,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -1780,7 +1788,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1855,14 +1863,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1900,7 +1908,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1909,61 +1917,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1976,21 +1984,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { @@ -2008,13 +2017,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2045,13 +2054,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -2141,7 +2150,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2149,7 +2158,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2169,21 +2178,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2224,7 +2233,8 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -2235,8 +2245,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -2254,12 +2263,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -2267,7 +2275,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -2275,7 +2283,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" @@ -2347,14 +2355,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2401,7 +2409,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2410,7 +2418,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-test", "org.springframework.boot:spring-boot-starter", @@ -2418,55 +2426,55 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-test", "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2479,21 +2487,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { diff --git a/graphql-dgs-spring-graphql-starter/dependencies.lock b/graphql-dgs-spring-graphql-starter/dependencies.lock index a3bac8f90..df7360a2e 100644 --- a/graphql-dgs-spring-graphql-starter/dependencies.lock +++ b/graphql-dgs-spring-graphql-starter/dependencies.lock @@ -1,27 +1,27 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -31,7 +31,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -41,7 +41,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -51,28 +51,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -83,7 +83,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -94,7 +94,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -178,20 +178,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -205,14 +205,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -254,54 +254,54 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-json" ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -309,14 +309,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -328,19 +328,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json" ] @@ -354,19 +354,19 @@ }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -376,7 +376,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -386,7 +386,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -396,28 +396,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -428,7 +428,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -439,7 +439,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -523,20 +523,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -550,14 +550,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -605,54 +605,54 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-json" ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -660,14 +660,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -679,19 +679,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json" ] @@ -705,19 +705,19 @@ }, "implementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -727,7 +727,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -737,7 +737,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -747,28 +747,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -779,7 +779,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -790,7 +790,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -874,20 +874,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -901,14 +901,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -950,54 +950,54 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-json" ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1005,14 +1005,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1024,19 +1024,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json" ] @@ -1103,19 +1103,19 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1125,7 +1125,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -1135,7 +1135,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1145,28 +1145,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1177,7 +1177,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1188,7 +1188,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1272,20 +1272,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1311,14 +1311,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -1400,54 +1400,54 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-json" ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1455,14 +1455,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1474,19 +1474,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json" ] @@ -1551,26 +1551,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1581,7 +1581,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -1591,7 +1591,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1602,7 +1602,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -1610,7 +1610,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -1620,7 +1620,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -1631,7 +1631,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -1639,7 +1639,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1657,13 +1657,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1676,7 +1676,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1787,13 +1787,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1866,7 +1866,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1900,7 +1900,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -1908,7 +1908,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -1940,7 +1940,7 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] @@ -1952,21 +1952,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2018,7 +2018,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -2029,8 +2032,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -2048,14 +2050,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -2065,7 +2064,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-reactive", @@ -2077,21 +2076,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -2164,14 +2163,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2250,7 +2249,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2259,7 +2257,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2268,7 +2266,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter", @@ -2276,7 +2274,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-graphql", @@ -2285,51 +2283,51 @@ ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2337,7 +2335,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -2346,7 +2344,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2361,25 +2359,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2391,7 +2390,7 @@ ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -2477,7 +2476,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -2715,26 +2714,26 @@ }, "runtimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2745,7 +2744,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -2755,7 +2754,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2766,7 +2765,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2774,7 +2773,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -2784,7 +2783,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -2795,7 +2794,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2803,7 +2802,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2821,13 +2820,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -2840,7 +2839,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2944,13 +2943,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2963,7 +2962,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -2997,20 +2996,20 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -3037,36 +3036,13 @@ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -3074,7 +3050,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-reactive", @@ -3084,21 +3060,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -3137,7 +3113,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3146,21 +3121,21 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-graphql", @@ -3168,35 +3143,35 @@ ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3204,7 +3179,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -3213,7 +3188,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3226,19 +3201,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3250,7 +3225,7 @@ ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -3265,19 +3240,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3287,7 +3262,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -3297,7 +3272,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3307,28 +3282,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3339,7 +3314,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3350,7 +3325,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3441,13 +3416,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3512,7 +3487,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -3538,7 +3513,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -3546,7 +3521,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -3565,14 +3540,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -3587,7 +3562,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3695,14 +3670,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3754,7 +3729,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3763,14 +3738,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-json", @@ -3778,50 +3753,50 @@ ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3829,14 +3804,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3850,25 +3825,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json" ] @@ -3888,19 +3864,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3910,7 +3886,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -3920,7 +3896,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3930,28 +3906,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3962,7 +3938,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3973,7 +3949,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -4064,13 +4040,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -4105,7 +4081,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4131,14 +4107,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -4156,14 +4132,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -4178,7 +4154,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4260,14 +4236,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4313,7 +4289,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4322,14 +4298,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-json", @@ -4337,50 +4313,50 @@ ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4388,14 +4364,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4409,25 +4385,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json" ] @@ -4447,26 +4424,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4477,7 +4454,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -4487,7 +4464,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4498,7 +4475,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -4506,7 +4483,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -4516,7 +4493,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -4527,7 +4504,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -4535,7 +4512,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -4553,13 +4530,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -4572,7 +4549,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -4683,13 +4660,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -4762,7 +4739,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4796,7 +4773,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -4804,7 +4781,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -4830,27 +4807,27 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4902,7 +4879,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -4913,8 +4893,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -4932,14 +4911,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -4949,7 +4925,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-reactive", @@ -4961,21 +4937,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -5048,14 +5024,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5105,7 +5081,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -5114,7 +5089,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -5123,7 +5098,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter", @@ -5131,7 +5106,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-graphql", @@ -5140,51 +5115,51 @@ ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -5192,7 +5167,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -5201,7 +5176,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5216,25 +5191,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -5246,7 +5222,7 @@ ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] diff --git a/graphql-dgs-spring-graphql-test/dependencies.lock b/graphql-dgs-spring-graphql-test/dependencies.lock index 9baa5ca2e..81b045606 100644 --- a/graphql-dgs-spring-graphql-test/dependencies.lock +++ b/graphql-dgs-spring-graphql-test/dependencies.lock @@ -1,10 +1,10 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { @@ -20,13 +20,13 @@ "project": true }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -41,7 +41,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-test", @@ -49,60 +49,67 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", "org.springframework:spring-beans", "org.springframework:spring-context", - "org.springframework:spring-expression" + "org.springframework:spring-expression", + "org.springframework:spring-test" ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] + }, + "org.springframework:spring-test": { + "locked": "6.1.8", + "transitive": [ + "org.springframework.boot:spring-boot-test" + ] } }, "implementationDependenciesMetadata": { @@ -110,13 +117,13 @@ "project": true }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -125,7 +132,7 @@ "locked": "1.9.24" }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-test", @@ -133,60 +140,67 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", "org.springframework:spring-beans", "org.springframework:spring-context", - "org.springframework:spring-expression" + "org.springframework:spring-expression", + "org.springframework:spring-test" ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] + }, + "org.springframework:spring-test": { + "locked": "6.1.8", + "transitive": [ + "org.springframework.boot:spring-boot-test" + ] } }, "jmh": { @@ -247,13 +261,13 @@ "project": true }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -314,7 +328,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-test", @@ -322,60 +336,67 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", "org.springframework:spring-beans", "org.springframework:spring-context", - "org.springframework:spring-expression" + "org.springframework:spring-expression", + "org.springframework:spring-test" ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] + }, + "org.springframework:spring-test": { + "locked": "6.1.8", + "transitive": [ + "org.springframework.boot:spring-boot-test" + ] } }, "jmhImplementationDependenciesMetadata": { @@ -431,13 +452,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -459,13 +480,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -555,7 +576,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -563,7 +584,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -595,21 +616,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -649,7 +670,8 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -660,8 +682,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -679,12 +700,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -692,7 +712,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -700,7 +720,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" @@ -772,14 +792,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -855,7 +875,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -864,61 +884,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -931,21 +951,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { @@ -1028,7 +1049,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -1269,13 +1290,13 @@ "project": true }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -1290,7 +1311,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-test", @@ -1298,71 +1319,78 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", "org.springframework:spring-beans", "org.springframework:spring-context", - "org.springframework:spring-expression" + "org.springframework:spring-expression", + "org.springframework:spring-test" ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] + }, + "org.springframework:spring-test": { + "locked": "6.1.8", + "transitive": [ + "org.springframework.boot:spring-boot-test" + ] } }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1384,13 +1412,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -1472,7 +1500,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -1480,7 +1508,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -1499,14 +1527,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -1521,7 +1549,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1621,14 +1649,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1672,7 +1700,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1681,61 +1709,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1748,21 +1776,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { @@ -1780,13 +1809,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1808,13 +1837,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -1866,14 +1895,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -1891,14 +1920,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -1913,7 +1942,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1987,14 +2016,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2032,7 +2061,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2041,61 +2070,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2108,21 +2137,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { @@ -2140,13 +2170,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2168,13 +2198,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -2264,7 +2294,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2272,7 +2302,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2292,21 +2322,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2346,7 +2376,8 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -2357,8 +2388,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -2376,12 +2406,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -2389,7 +2418,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -2397,7 +2426,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" @@ -2469,14 +2498,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2523,7 +2552,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2532,61 +2561,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2599,21 +2628,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { diff --git a/graphql-dgs-spring-graphql/build.gradle.kts b/graphql-dgs-spring-graphql/build.gradle.kts index 356a54154..cc3f200f3 100644 --- a/graphql-dgs-spring-graphql/build.gradle.kts +++ b/graphql-dgs-spring-graphql/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { implementation("org.springframework:spring-web") implementation("org.springframework.boot:spring-boot-autoconfigure") implementation("io.micrometer:context-propagation") - implementation("org.springframework.graphql:spring-graphql:1.2.6") + implementation("org.springframework.graphql:spring-graphql") implementation("com.fasterxml.jackson.module:jackson-module-kotlin") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310") diff --git a/graphql-dgs-spring-graphql/dependencies.lock b/graphql-dgs-spring-graphql/dependencies.lock index 6c17c5661..4539d6f3f 100644 --- a/graphql-dgs-spring-graphql/dependencies.lock +++ b/graphql-dgs-spring-graphql/dependencies.lock @@ -1,10 +1,10 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { @@ -17,7 +17,7 @@ }, "compileClasspath": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -26,7 +26,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -34,7 +34,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -42,19 +42,19 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -64,7 +64,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -74,7 +74,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -131,20 +131,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -190,26 +190,26 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6" + "locked": "1.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -219,7 +219,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql", @@ -227,7 +227,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -241,51 +241,51 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webflux", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "compileOnlyDependenciesMetadata": { "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "org.springframework:spring-webflux" ] @@ -300,14 +300,14 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -317,13 +317,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -336,38 +336,38 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webflux", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "implementationDependenciesMetadata": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -376,7 +376,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -384,7 +384,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -392,19 +392,19 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -414,7 +414,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -424,7 +424,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -481,20 +481,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql" @@ -530,25 +530,25 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6" + "locked": "1.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -556,14 +556,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -574,19 +574,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmh": { @@ -644,7 +644,7 @@ }, "jmhCompileClasspath": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -653,7 +653,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -661,7 +661,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -669,19 +669,19 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -691,7 +691,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -701,7 +701,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -758,20 +758,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -863,26 +863,26 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6" + "locked": "1.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -892,7 +892,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql", @@ -900,7 +900,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -914,33 +914,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webflux", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmhImplementationDependenciesMetadata": { @@ -996,26 +996,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1024,7 +1024,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -1034,7 +1034,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1045,14 +1045,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -1060,7 +1060,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -1069,14 +1069,14 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1103,13 +1103,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1120,7 +1120,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1205,13 +1205,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1284,7 +1284,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -1319,7 +1319,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -1327,7 +1327,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -1359,7 +1359,7 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] @@ -1371,40 +1371,40 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1459,7 +1459,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -1470,8 +1473,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -1489,14 +1491,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -1506,7 +1505,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-reactive", @@ -1518,21 +1517,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -1604,14 +1603,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1690,7 +1689,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1699,7 +1697,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1708,14 +1706,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-graphql", @@ -1725,61 +1723,61 @@ ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1789,7 +1787,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1798,7 +1796,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1814,26 +1812,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", @@ -1845,10 +1844,10 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -1934,7 +1933,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -2172,14 +2171,14 @@ }, "runtimeClasspath": { "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2188,7 +2187,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2196,7 +2195,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -2204,14 +2203,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -2219,7 +2218,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2235,13 +2234,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -2252,7 +2251,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2311,13 +2310,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2330,7 +2329,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -2371,36 +2370,13 @@ "com.netflix.graphql.dgs:graphql-dgs-reactive", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -2408,7 +2384,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-reactive", @@ -2418,21 +2394,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -2463,32 +2439,31 @@ "locked": "2.0.13", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking" ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6" + "locked": "1.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2496,7 +2471,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -2504,7 +2479,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -2515,19 +2490,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs" ] @@ -2541,19 +2516,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2562,7 +2537,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -2572,7 +2547,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2583,34 +2558,34 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2631,7 +2606,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2641,7 +2616,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2723,13 +2698,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2794,7 +2769,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -2821,7 +2796,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2829,7 +2804,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2848,34 +2823,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -2889,7 +2864,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3008,14 +2983,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3067,7 +3042,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3076,14 +3051,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-json", @@ -3092,61 +3067,61 @@ ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3156,7 +3131,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql", @@ -3164,7 +3139,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3180,26 +3155,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -3208,10 +3184,10 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -3231,19 +3207,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3252,7 +3228,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -3262,7 +3238,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3273,34 +3249,34 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3321,7 +3297,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3331,7 +3307,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3413,13 +3389,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3454,7 +3430,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -3481,14 +3457,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -3506,34 +3482,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3547,7 +3523,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3640,14 +3616,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3693,7 +3669,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3702,14 +3678,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-json", @@ -3718,61 +3694,61 @@ ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3782,7 +3758,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql", @@ -3790,7 +3766,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3806,26 +3782,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -3834,10 +3811,10 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -3857,26 +3834,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3885,7 +3862,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -3895,7 +3872,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3906,14 +3883,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3921,7 +3898,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3930,14 +3907,14 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3964,13 +3941,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3981,7 +3958,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -4066,13 +4043,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -4145,7 +4122,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -4180,7 +4157,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -4188,7 +4165,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -4214,46 +4191,46 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4308,7 +4285,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -4319,8 +4299,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -4338,14 +4317,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -4355,7 +4331,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-reactive", @@ -4367,21 +4343,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -4453,14 +4429,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4510,7 +4486,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4519,7 +4494,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4528,14 +4503,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-graphql", @@ -4545,61 +4520,61 @@ ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.2.6", + "locked": "1.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4609,7 +4584,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -4618,7 +4593,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4634,26 +4609,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", @@ -4665,10 +4641,10 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] diff --git a/graphql-dgs-spring-graphql/src/main/kotlin/com/netflix/graphql/dgs/springgraphql/DgsGraphQLSourceBuilder.kt b/graphql-dgs-spring-graphql/src/main/kotlin/com/netflix/graphql/dgs/springgraphql/DgsGraphQLSourceBuilder.kt index a1301627d..175ce6da3 100644 --- a/graphql-dgs-spring-graphql/src/main/kotlin/com/netflix/graphql/dgs/springgraphql/DgsGraphQLSourceBuilder.kt +++ b/graphql-dgs-spring-graphql/src/main/kotlin/com/netflix/graphql/dgs/springgraphql/DgsGraphQLSourceBuilder.kt @@ -16,6 +16,7 @@ package com.netflix.graphql.dgs.springgraphql +import com.netflix.graphql.dgs.InputArgument import com.netflix.graphql.dgs.internal.DataFetcherReference import com.netflix.graphql.dgs.internal.DgsSchemaProvider import com.netflix.graphql.dgs.internal.SchemaProviderResult @@ -42,6 +43,9 @@ class DgsGraphQLSourceBuilder(private val dgsSchemaProvider: DgsSchemaProvider) @Nullable private var schemaReportConsumer: Consumer? = null + @Nullable + private var initializerConsumer: Consumer? = null + override fun initGraphQlSchema(): GraphQLSchema { val schema = dgsSchemaProvider.schema(schemaResources = schemaResources) setupSchemaReporter(schema) @@ -73,11 +77,20 @@ class DgsGraphQLSourceBuilder(private val dgsSchemaProvider: DgsSchemaProvider) return this } + override fun inspectSchemaMappings( + initializerConsumer: Consumer, + reportConsumer: Consumer + ): SchemaResourceBuilder { + this.schemaReportConsumer = reportConsumer + this.initializerConsumer = initializerConsumer + return this + } + override fun schemaFactory(schemaFactory: BiFunction): SchemaResourceBuilder { throw IllegalStateException("Overriding the schema factory is not supported in this builder") } - class SpringGraphQlDataFetcher(private val dataFetcher: DataFetcherReference) : SelfDescribingDataFetcher { + class DgsSelfDescribingDataFetcher(val dataFetcher: DataFetcherReference) : SelfDescribingDataFetcher { override fun get(environment: DataFetchingEnvironment?): Any { TODO("Not yet implemented") } @@ -87,12 +100,21 @@ class DgsGraphQLSourceBuilder(private val dgsSchemaProvider: DgsSchemaProvider) override fun getReturnType(): ResolvableType { return ResolvableType.forMethodReturnType(dataFetcher.method) } + + override fun getArguments(): Map { + return dataFetcher.method.parameters + .filter { it.isAnnotationPresent(InputArgument::class.java) } + .associate { + val name = it.getAnnotation(InputArgument::class.java).name.ifEmpty { it.name } + return@associate name to ResolvableType.forClass(it.type) + } + } } private fun wrapDataFetchers(dataFetchers: List): Map>> { val wrappedDataFetchers: MutableMap>> = mutableMapOf() dataFetchers.forEach { - val wrappedDataFetcher = SpringGraphQlDataFetcher(it) + val wrappedDataFetcher = DgsSelfDescribingDataFetcher(it) if (!wrappedDataFetchers.containsKey(it.parentType)) { wrappedDataFetchers[it.parentType] = mutableMapOf() } diff --git a/graphql-dgs-spring-graphql/src/main/kotlin/com/netflix/graphql/dgs/springgraphql/autoconfig/DgsSpringGraphQLSourceAutoConfiguration.kt b/graphql-dgs-spring-graphql/src/main/kotlin/com/netflix/graphql/dgs/springgraphql/autoconfig/DgsSpringGraphQLSourceAutoConfiguration.kt index 1bcc1dba8..0bb091618 100644 --- a/graphql-dgs-spring-graphql/src/main/kotlin/com/netflix/graphql/dgs/springgraphql/autoconfig/DgsSpringGraphQLSourceAutoConfiguration.kt +++ b/graphql-dgs-spring-graphql/src/main/kotlin/com/netflix/graphql/dgs/springgraphql/autoconfig/DgsSpringGraphQLSourceAutoConfiguration.kt @@ -34,6 +34,8 @@ import org.springframework.boot.autoconfigure.graphql.GraphQlProperties import org.springframework.boot.autoconfigure.graphql.GraphQlSourceBuilderCustomizer import org.springframework.context.annotation.Bean import org.springframework.graphql.execution.* +import java.util.Optional +import java.util.function.Consumer @AutoConfiguration @AutoConfigureBefore(name = ["org.springframework.boot.autoconfigure.graphql.GraphQlAutoConfiguration"]) @@ -52,7 +54,8 @@ open class DgsSpringGraphQLSourceAutoConfiguration { wiringConfigurers: ObjectProvider, sourceCustomizers: ObjectProvider, reloadSchemaIndicator: DefaultDgsQueryExecutor.ReloadSchemaIndicator, - defaultExceptionHandler: DataFetcherExceptionHandler + defaultExceptionHandler: DataFetcherExceptionHandler, + reportConsumer: Optional> ): GraphQlSource { val dataFetcherExceptionResolvers: MutableList = exceptionResolvers.orderedStream().toList().toMutableList() dataFetcherExceptionResolvers.add((ExceptionHandlerResolverAdapter(defaultExceptionHandler))) @@ -63,7 +66,30 @@ open class DgsSpringGraphQLSourceAutoConfiguration { .instrumentation(instrumentations.orderedStream().toList()) if (properties.schema.inspection.isEnabled) { - builder.inspectSchemaMappings { message: SchemaReport? -> logger.info(message) } + if (reportConsumer.isPresent) { + builder.inspectSchemaMappings(reportConsumer.get()) + } else { + builder.inspectSchemaMappings { message: SchemaReport? -> + val messageBuilder = StringBuilder("***Schema Report***\n") + + val arguments = message?.unmappedArguments()?.map { + if (it.key is SelfDescribingDataFetcher) { + val dataFetcher = + (it.key as DgsGraphQLSourceBuilder.DgsSelfDescribingDataFetcher).dataFetcher + return@map dataFetcher.method.declaringClass.name + "." + dataFetcher.method.name + " for arguments " + it.value + } else { + return@map it.toString() + } + } + + messageBuilder.append("Unmapped fields: ${message?.unmappedFields()}\n") + messageBuilder.append("Unmapped registrations: ${message?.unmappedRegistrations()}\n") + messageBuilder.append("Unmapped arguments: ${arguments}\n") + messageBuilder.append("Skipped types: ${message?.skippedTypes()}\n") + + logger.info(messageBuilder.toString()) + } + } } wiringConfigurers.orderedStream().forEach { configurer: RuntimeWiringConfigurer -> diff --git a/graphql-dgs-spring-graphql/src/test/kotlin/com/netflix/graphql/dgs/springgraphql/autoconfig/DgsSpringGraphQlSmokeTest.kt b/graphql-dgs-spring-graphql/src/test/kotlin/com/netflix/graphql/dgs/springgraphql/autoconfig/DgsSpringGraphQlSmokeTest.kt index 12084b436..13fcf8fb9 100644 --- a/graphql-dgs-spring-graphql/src/test/kotlin/com/netflix/graphql/dgs/springgraphql/autoconfig/DgsSpringGraphQlSmokeTest.kt +++ b/graphql-dgs-spring-graphql/src/test/kotlin/com/netflix/graphql/dgs/springgraphql/autoconfig/DgsSpringGraphQlSmokeTest.kt @@ -19,7 +19,9 @@ package com.netflix.graphql.dgs.springgraphql.autoconfig import com.fasterxml.jackson.module.kotlin.jacksonObjectMapper import com.netflix.graphql.dgs.DgsComponent import com.netflix.graphql.dgs.DgsQuery +import com.netflix.graphql.dgs.InputArgument import com.netflix.graphql.dgs.autoconfig.DgsAutoConfiguration +import org.assertj.core.api.Assertions.assertThat import org.junit.jupiter.api.Test import org.springframework.beans.factory.annotation.Autowired import org.springframework.boot.autoconfigure.graphql.GraphQlAutoConfiguration @@ -29,10 +31,13 @@ import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMock import org.springframework.boot.test.context.SpringBootTest import org.springframework.boot.test.context.TestConfiguration import org.springframework.graphql.data.method.annotation.QueryMapping +import org.springframework.graphql.execution.SchemaReport import org.springframework.http.MediaType +import org.springframework.stereotype.Component import org.springframework.stereotype.Controller import org.springframework.test.web.servlet.MockMvc import org.springframework.test.web.servlet.post +import java.util.function.Consumer @SpringBootTest( classes = [ @@ -45,7 +50,11 @@ import org.springframework.test.web.servlet.post WebMvcAutoConfiguration::class ], - properties = ["dgs.graphql.schema-locations=classpath:/dgs-spring-graphql-smoke-test.graphqls"] + properties = [ + "dgs.graphql.schema-locations=classpath:/dgs-spring-graphql-smoke-test.graphqls", + "spring.graphql.schema.inspection.enabled=true", + "dgs.graphql.schema-wiring-validation-enabled=false" + ] ) @AutoConfigureMockMvc class DgsSpringGraphQlSmokeTest { @@ -53,6 +62,9 @@ class DgsSpringGraphQlSmokeTest { @Autowired lateinit var mockMvc: MockMvc + @Autowired + lateinit var testReportConsumer: TestApp.TestReportConsumer + @Test fun testGraphQlRequest() { val query = """ @@ -84,6 +96,12 @@ class DgsSpringGraphQlSmokeTest { } } + @Test + fun testSchemaArgumentReporter() { + assertThat(testReportConsumer.schemaReport?.unmappedArguments()).hasSize(2) + assertThat(testReportConsumer.schemaReport?.unmappedArguments()?.values).containsExactly(listOf("someArg", "someOtherArg"), listOf("someArg")) + } + @TestConfiguration open class TestApp { @DgsComponent @@ -92,6 +110,21 @@ class DgsSpringGraphQlSmokeTest { fun dgsField(): String { return "test from DGS" } + + @DgsQuery + fun unmappedArgument(@InputArgument someArg: String, @InputArgument someOtherArg: Int): String { + return "unmapped argument test" + } + + @DgsQuery + fun incorrectNamedArgument(@InputArgument(name = "someArg") somename: String): String { + return "unmapped argument test" + } + + @DgsQuery + fun mappedArguments(@InputArgument firstParam: String, @InputArgument secondParam: Int): String { + return "mapped argument test" + } } @Controller @@ -101,5 +134,14 @@ class DgsSpringGraphQlSmokeTest { return "test from Spring Controller" } } + + @Component + open class TestReportConsumer : Consumer { + var schemaReport: SchemaReport? = null + + override fun accept(schemaReport: SchemaReport) { + this.schemaReport = schemaReport + } + } } } diff --git a/graphql-dgs-spring-graphql/src/test/resources/dgs-spring-graphql-smoke-test.graphqls b/graphql-dgs-spring-graphql/src/test/resources/dgs-spring-graphql-smoke-test.graphqls index 1ec31e9dd..48683af8e 100644 --- a/graphql-dgs-spring-graphql/src/test/resources/dgs-spring-graphql-smoke-test.graphqls +++ b/graphql-dgs-spring-graphql/src/test/resources/dgs-spring-graphql-smoke-test.graphqls @@ -1,4 +1,8 @@ type Query { dgsField: String springControllerField: String + unmappedField: String + unmappedArgument: String + incorrectNamedArgument(somename: String): String + mappedArguments(firstParam: String, secondParam: Int): String } \ No newline at end of file diff --git a/graphql-dgs-spring-webflux-autoconfigure/dependencies.lock b/graphql-dgs-spring-webflux-autoconfigure/dependencies.lock index 59d942f76..b10e16d18 100644 --- a/graphql-dgs-spring-webflux-autoconfigure/dependencies.lock +++ b/graphql-dgs-spring-webflux-autoconfigure/dependencies.lock @@ -1,132 +1,44 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { - "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", - "transitive": [ - "com.fasterxml.jackson:jackson-bom", - "com.netflix.graphql.dgs:graphql-dgs-subscription-types" - ] - }, - "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", - "transitive": [ - "com.fasterxml.jackson.core:jackson-annotations" - ] - }, - "com.graphql-java:graphql-java": { - "locked": "21.4", - "transitive": [ - "com.netflix.graphql.dgs:graphql-dgs", - "com.netflix.graphql.dgs:graphql-dgs-mocking", - "com.netflix.graphql.dgs:graphql-dgs-platform", - "com.netflix.graphql.dgs:graphql-dgs-subscription-types", - "com.netflix.graphql.dgs:graphql-error-types" - ] - }, - "com.graphql-java:java-dataloader": { - "locked": "3.2.2", - "transitive": [ - "com.graphql-java:graphql-java", - "com.netflix.graphql.dgs:graphql-dgs", - "com.netflix.graphql.dgs:graphql-dgs-platform" - ] - }, - "com.jayway.jsonpath:json-path": { - "locked": "2.9.0", - "transitive": [ - "com.netflix.graphql.dgs:graphql-dgs", - "com.netflix.graphql.dgs:graphql-dgs-platform" - ] - }, "com.netflix.graphql.dgs:graphql-dgs": { - "project": true, - "transitive": [ - "com.netflix.graphql.dgs:graphql-dgs-platform", - "com.netflix.graphql.dgs:graphql-dgs-reactive" - ] - }, - "com.netflix.graphql.dgs:graphql-dgs-mocking": { - "project": true, - "transitive": [ - "com.netflix.graphql.dgs:graphql-dgs", - "com.netflix.graphql.dgs:graphql-dgs-platform" - ] + "project": true }, "com.netflix.graphql.dgs:graphql-dgs-platform": { - "project": true, - "transitive": [ - "com.netflix.graphql.dgs:graphql-dgs", - "com.netflix.graphql.dgs:graphql-dgs-mocking", - "com.netflix.graphql.dgs:graphql-dgs-reactive", - "com.netflix.graphql.dgs:graphql-dgs-subscription-types", - "com.netflix.graphql.dgs:graphql-error-types" - ] + "project": true }, "com.netflix.graphql.dgs:graphql-dgs-reactive": { - "project": true, - "transitive": [ - "com.netflix.graphql.dgs:graphql-dgs-platform" - ] + "project": true }, "com.netflix.graphql.dgs:graphql-dgs-subscription-types": { - "project": true, - "transitive": [ - "com.netflix.graphql.dgs:graphql-dgs-platform" - ] - }, - "com.netflix.graphql.dgs:graphql-error-types": { - "project": true, - "transitive": [ - "com.netflix.graphql.dgs:graphql-dgs", - "com.netflix.graphql.dgs:graphql-dgs-platform" - ] + "project": true }, "org.jetbrains.kotlin:kotlin-stdlib": { - "locked": "1.9.24", - "transitive": [ - "com.netflix.graphql.dgs:graphql-dgs", - "com.netflix.graphql.dgs:graphql-dgs-mocking", - "com.netflix.graphql.dgs:graphql-dgs-reactive", - "com.netflix.graphql.dgs:graphql-dgs-subscription-types", - "com.netflix.graphql.dgs:graphql-error-types" - ] - }, - "org.reactivestreams:reactive-streams": { - "locked": "1.0.4", - "transitive": [ - "com.graphql-java:graphql-java" - ] - }, - "org.slf4j:slf4j-api": { - "locked": "2.0.13", - "transitive": [ - "com.graphql-java:java-dataloader" - ] + "locked": "1.9.24" } }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -135,27 +47,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -164,7 +76,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -174,7 +86,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -232,20 +144,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -262,7 +174,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -274,13 +186,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -288,19 +200,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -320,7 +232,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -329,13 +241,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -343,7 +255,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -351,20 +263,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -380,20 +292,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -402,23 +314,23 @@ ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.18" + "locked": "1.1.19" }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty", "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.netty:reactor-netty-core", @@ -433,14 +345,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -492,35 +404,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -529,13 +441,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -548,25 +460,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webflux" ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -577,19 +489,19 @@ }, "implementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -598,27 +510,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -627,7 +539,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -637,7 +549,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -695,20 +607,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -725,7 +637,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -737,13 +649,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -751,19 +663,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -783,7 +695,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -792,13 +704,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -806,7 +718,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -814,20 +726,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -843,20 +755,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -865,23 +777,23 @@ ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.18" + "locked": "1.1.19" }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty", "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.netty:reactor-netty-core", @@ -896,14 +808,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -949,35 +861,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -986,13 +898,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1005,25 +917,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webflux" ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -1087,19 +999,19 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -1108,27 +1020,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1137,7 +1049,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1147,7 +1059,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1205,20 +1117,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1235,7 +1147,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -1247,13 +1159,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -1261,19 +1173,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -1293,7 +1205,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -1302,13 +1214,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -1316,7 +1228,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -1324,20 +1236,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1353,20 +1265,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -1375,23 +1287,23 @@ ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.18" + "locked": "1.1.19" }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty", "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.netty:reactor-netty-core", @@ -1418,14 +1330,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -1511,35 +1423,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1548,13 +1460,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1567,25 +1479,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webflux" ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -1647,26 +1559,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1676,7 +1588,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -1686,7 +1598,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1697,14 +1609,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -1712,7 +1624,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -1721,14 +1633,14 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1755,13 +1667,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1772,7 +1684,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1863,13 +1775,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1948,7 +1860,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -1966,7 +1878,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-dns", @@ -1979,13 +1891,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -1993,19 +1905,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-buffer", @@ -2026,7 +1938,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-http", @@ -2036,13 +1948,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -2050,7 +1962,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -2058,20 +1970,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -2088,20 +2000,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -2116,16 +2028,16 @@ ] }, "io.projectreactor.netty.incubator:reactor-netty-incubator-quic": { - "locked": "0.1.18", + "locked": "0.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.18" + "locked": "1.1.19" }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic", "io.projectreactor.netty:reactor-netty", @@ -2133,14 +2045,14 @@ ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty", "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -2152,7 +2064,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2182,7 +2094,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2190,7 +2102,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2222,7 +2134,7 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] @@ -2234,21 +2146,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2304,7 +2216,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -2315,8 +2230,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -2334,14 +2248,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -2351,7 +2262,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-reactive", @@ -2363,21 +2274,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -2449,14 +2360,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2535,7 +2446,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2544,7 +2454,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2553,14 +2463,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-json", @@ -2569,50 +2479,50 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2621,7 +2531,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -2629,7 +2539,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2645,25 +2555,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", @@ -2675,13 +2586,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -2767,7 +2678,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -3005,26 +2916,26 @@ }, "runtimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3034,7 +2945,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3042,7 +2953,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -3050,14 +2961,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3065,7 +2976,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3081,13 +2992,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3098,7 +3009,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3163,13 +3074,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3188,7 +3099,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -3206,7 +3117,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-dns", @@ -3219,13 +3130,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -3233,19 +3144,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-buffer", @@ -3266,7 +3177,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-http", @@ -3276,13 +3187,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -3290,7 +3201,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -3298,20 +3209,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -3328,20 +3239,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -3356,16 +3267,16 @@ ] }, "io.projectreactor.netty.incubator:reactor-netty-incubator-quic": { - "locked": "0.1.18", + "locked": "0.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.18" + "locked": "1.1.19" }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic", "io.projectreactor.netty:reactor-netty", @@ -3373,13 +3284,13 @@ ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -3414,14 +3325,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -3443,36 +3354,13 @@ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -3480,7 +3368,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-reactive", @@ -3490,21 +3378,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -3542,7 +3430,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3551,35 +3438,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3588,7 +3475,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -3596,7 +3483,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3610,19 +3497,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-webflux", @@ -3630,10 +3517,10 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -3648,19 +3535,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3670,7 +3557,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -3680,7 +3567,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3691,34 +3578,34 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3739,7 +3626,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3749,7 +3636,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3832,13 +3719,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3903,7 +3790,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -3920,7 +3807,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -3932,13 +3819,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -3946,19 +3833,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -3978,7 +3865,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -3987,13 +3874,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -4001,7 +3888,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -4009,20 +3896,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4038,20 +3925,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -4060,24 +3947,24 @@ ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.18" + "locked": "1.1.19" }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty", "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty", "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.netty:reactor-netty-core", @@ -4087,7 +3974,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -4111,7 +3998,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -4119,7 +4006,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -4138,14 +4025,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -4160,7 +4047,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4280,14 +4167,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4339,7 +4226,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4348,14 +4235,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -4363,50 +4250,50 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4415,13 +4302,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4436,25 +4323,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -4462,7 +4350,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -4482,19 +4370,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4504,7 +4392,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -4514,7 +4402,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4525,34 +4413,34 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -4573,7 +4461,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4583,7 +4471,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -4666,13 +4554,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -4707,7 +4595,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4724,7 +4612,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -4736,13 +4624,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -4750,19 +4638,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -4782,7 +4670,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -4791,13 +4679,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -4805,7 +4693,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -4813,20 +4701,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4842,20 +4730,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -4864,24 +4752,24 @@ ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.18" + "locked": "1.1.19" }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty", "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty", "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.netty:reactor-netty-core", @@ -4891,7 +4779,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -4915,14 +4803,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -4940,14 +4828,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -4962,7 +4850,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5056,14 +4944,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5109,7 +4997,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -5118,14 +5006,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -5133,50 +5021,50 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -5185,13 +5073,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5206,25 +5094,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -5232,7 +5121,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -5252,26 +5141,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -5281,7 +5170,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -5291,7 +5180,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -5302,14 +5191,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -5317,7 +5206,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -5326,14 +5215,14 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -5360,13 +5249,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -5377,7 +5266,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -5468,13 +5357,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -5553,7 +5442,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -5571,7 +5460,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-dns", @@ -5584,13 +5473,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -5598,19 +5487,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-buffer", @@ -5631,7 +5520,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-http", @@ -5641,13 +5530,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -5655,7 +5544,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -5663,20 +5552,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -5693,20 +5582,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -5721,16 +5610,16 @@ ] }, "io.projectreactor.netty.incubator:reactor-netty-incubator-quic": { - "locked": "0.1.18", + "locked": "0.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.18" + "locked": "1.1.19" }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic", "io.projectreactor.netty:reactor-netty", @@ -5738,14 +5627,14 @@ ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty", "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -5757,7 +5646,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -5787,7 +5676,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -5795,7 +5684,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -5821,27 +5710,27 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5897,7 +5786,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -5908,8 +5800,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -5927,14 +5818,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -5944,7 +5832,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-reactive", @@ -5956,21 +5844,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -6042,14 +5930,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -6099,7 +5987,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -6108,7 +5995,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -6117,14 +6004,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-json", @@ -6133,50 +6020,50 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -6185,7 +6072,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -6193,7 +6080,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -6209,25 +6096,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", @@ -6239,13 +6127,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] diff --git a/graphql-dgs-spring-webmvc-autoconfigure/dependencies.lock b/graphql-dgs-spring-webmvc-autoconfigure/dependencies.lock index 6727fa314..01415e6f4 100644 --- a/graphql-dgs-spring-webmvc-autoconfigure/dependencies.lock +++ b/graphql-dgs-spring-webmvc-autoconfigure/dependencies.lock @@ -1,15 +1,15 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -18,7 +18,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -93,19 +93,19 @@ }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -114,7 +114,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -122,7 +122,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -130,19 +130,19 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -152,7 +152,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -161,7 +161,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -213,13 +213,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -235,14 +235,14 @@ "locked": "6.0.0" }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -292,36 +292,36 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -330,14 +330,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -350,26 +350,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -380,19 +380,19 @@ }, "implementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -401,7 +401,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -409,7 +409,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -417,19 +417,19 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -439,7 +439,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -448,7 +448,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -500,13 +500,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -522,14 +522,14 @@ "locked": "6.0.0" }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -573,36 +573,36 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -611,14 +611,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -631,26 +631,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -714,19 +714,19 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -735,7 +735,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -743,7 +743,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -751,19 +751,19 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -773,7 +773,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -782,7 +782,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -834,13 +834,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -868,14 +868,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -959,36 +959,36 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -997,14 +997,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1017,26 +1017,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -1098,26 +1098,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1126,7 +1126,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -1136,7 +1136,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1147,14 +1147,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -1162,7 +1162,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -1170,14 +1170,14 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1204,13 +1204,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1220,7 +1220,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1296,13 +1296,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1369,7 +1369,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -1404,7 +1404,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -1412,7 +1412,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -1444,7 +1444,7 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] @@ -1456,40 +1456,40 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1543,7 +1543,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -1554,8 +1557,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -1573,14 +1575,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -1590,7 +1589,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -1601,21 +1600,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -1687,14 +1686,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1773,7 +1772,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1782,7 +1780,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1791,14 +1789,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-json", @@ -1807,51 +1805,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1860,7 +1858,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1868,7 +1866,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1883,26 +1881,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", @@ -1913,7 +1912,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -1999,7 +1998,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -2237,26 +2236,26 @@ }, "runtimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2265,7 +2264,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2273,7 +2272,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -2281,14 +2280,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -2296,7 +2295,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2312,13 +2311,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -2328,7 +2327,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2387,20 +2386,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -2434,14 +2433,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -2463,36 +2462,13 @@ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -2500,7 +2476,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom", @@ -2509,21 +2485,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -2561,7 +2537,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2570,36 +2545,36 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2608,7 +2583,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -2616,7 +2591,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2629,20 +2604,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc", @@ -2650,7 +2625,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -2662,19 +2637,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2683,7 +2658,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -2693,7 +2668,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2704,34 +2679,34 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2752,7 +2727,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2761,7 +2736,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2829,13 +2804,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2922,7 +2897,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2930,7 +2905,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2949,34 +2924,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -2990,7 +2965,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3108,14 +3083,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3166,7 +3141,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3175,14 +3150,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -3190,51 +3165,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3243,14 +3218,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3265,26 +3240,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -3292,7 +3268,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -3312,19 +3288,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3333,7 +3309,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -3343,7 +3319,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3354,34 +3330,34 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3402,7 +3378,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3411,7 +3387,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3479,13 +3455,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3542,14 +3518,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -3567,34 +3543,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3608,7 +3584,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3700,14 +3676,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3752,7 +3728,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3761,14 +3737,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -3776,51 +3752,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3829,14 +3805,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3851,26 +3827,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -3878,7 +3855,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -3898,26 +3875,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3926,7 +3903,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -3936,7 +3913,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3947,14 +3924,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3962,7 +3939,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3970,14 +3947,14 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -4004,13 +3981,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -4020,7 +3997,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -4096,13 +4073,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -4169,7 +4146,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -4204,7 +4181,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -4212,7 +4189,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -4238,46 +4215,46 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4331,7 +4308,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -4342,8 +4322,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -4361,14 +4340,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -4378,7 +4354,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -4389,21 +4365,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -4475,14 +4451,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4532,7 +4508,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4541,7 +4516,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4550,14 +4525,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-json", @@ -4566,51 +4541,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4619,7 +4594,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -4627,7 +4602,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4642,26 +4617,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", @@ -4672,7 +4648,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] diff --git a/graphql-dgs-spring-webmvc/dependencies.lock b/graphql-dgs-spring-webmvc/dependencies.lock index b60fe6e23..5556980a9 100644 --- a/graphql-dgs-spring-webmvc/dependencies.lock +++ b/graphql-dgs-spring-webmvc/dependencies.lock @@ -1,15 +1,15 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -18,7 +18,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -83,7 +83,7 @@ }, "compileClasspath": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -91,27 +91,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -120,7 +120,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -129,7 +129,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -172,13 +172,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-web" ] @@ -220,26 +220,26 @@ ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-web" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-beans", "org.springframework:spring-web" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "compileOnlyDependenciesMetadata": { @@ -249,7 +249,7 @@ }, "implementationDependenciesMetadata": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -257,27 +257,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -286,7 +286,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -295,7 +295,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -338,13 +338,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-web" ] @@ -377,26 +377,26 @@ ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-web" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-beans", "org.springframework:spring-web" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmh": { @@ -454,7 +454,7 @@ }, "jmhCompileClasspath": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -462,27 +462,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -491,7 +491,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -500,7 +500,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -543,13 +543,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-web" ] @@ -637,26 +637,26 @@ ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-web" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-beans", "org.springframework:spring-web" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmhImplementationDependenciesMetadata": { @@ -712,26 +712,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -740,7 +740,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -748,7 +748,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -756,21 +756,21 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -786,13 +786,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -802,7 +802,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -859,13 +859,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -932,7 +932,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -966,7 +966,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -974,7 +974,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -1012,21 +1012,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1071,7 +1071,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -1082,8 +1085,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -1101,14 +1103,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -1118,7 +1117,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -1129,21 +1128,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -1215,14 +1214,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1301,7 +1300,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1310,7 +1308,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1319,49 +1317,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1370,7 +1368,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1378,7 +1376,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1393,33 +1391,34 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -1502,7 +1501,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -1740,14 +1739,14 @@ }, "runtimeClasspath": { "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1756,7 +1755,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1764,7 +1763,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -1772,21 +1771,21 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1802,13 +1801,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1818,7 +1817,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1868,20 +1867,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -1919,36 +1918,13 @@ "com.netflix.graphql.dgs:graphql-dgs-mocking", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -1956,7 +1932,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom", @@ -1965,21 +1941,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -2010,20 +1986,19 @@ "locked": "2.0.13", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2031,13 +2006,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -2047,19 +2022,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs" ] @@ -2073,19 +2048,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -2093,27 +2068,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2122,7 +2097,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2131,7 +2106,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2181,13 +2156,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2273,7 +2248,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2281,7 +2256,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2300,14 +2275,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -2322,7 +2297,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2432,14 +2407,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2490,7 +2465,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2499,49 +2474,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2550,14 +2525,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2572,32 +2547,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2614,19 +2590,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -2634,27 +2610,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2663,7 +2639,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2672,7 +2648,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2722,13 +2698,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2784,14 +2760,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -2809,14 +2785,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -2831,7 +2807,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2915,14 +2891,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2967,7 +2943,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2976,49 +2952,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3027,14 +3003,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3049,32 +3025,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -3091,26 +3068,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3119,7 +3096,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3127,7 +3104,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -3135,21 +3112,21 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3165,13 +3142,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3181,7 +3158,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3238,13 +3215,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3311,7 +3288,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -3345,7 +3322,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -3353,7 +3330,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -3379,21 +3356,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3438,7 +3415,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -3449,8 +3429,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -3468,14 +3447,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -3485,7 +3461,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -3496,21 +3472,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -3582,14 +3558,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3639,7 +3615,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3648,7 +3623,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3657,49 +3632,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3708,7 +3683,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -3716,7 +3691,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3731,33 +3706,34 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", diff --git a/graphql-dgs-subscription-types/dependencies.lock b/graphql-dgs-subscription-types/dependencies.lock index a28ef0b72..7e31518e7 100644 --- a/graphql-dgs-subscription-types/dependencies.lock +++ b/graphql-dgs-subscription-types/dependencies.lock @@ -1,33 +1,33 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -54,25 +54,25 @@ }, "compileClasspath": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -82,13 +82,13 @@ "project": true }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -116,13 +116,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -130,13 +130,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -147,48 +147,48 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "implementationDependenciesMetadata": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -198,13 +198,13 @@ "project": true }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -226,13 +226,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -240,13 +240,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -257,25 +257,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmh": { @@ -333,25 +333,25 @@ }, "jmhCompileClasspath": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -361,13 +361,13 @@ "project": true }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -441,13 +441,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -455,13 +455,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -472,25 +472,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmhImplementationDependenciesMetadata": { @@ -546,19 +546,19 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -566,27 +566,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -595,13 +595,13 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -624,13 +624,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -721,7 +721,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -729,7 +729,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -761,21 +761,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -816,7 +816,8 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -827,8 +828,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -846,12 +846,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -859,7 +858,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -867,7 +866,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" @@ -939,14 +938,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1022,7 +1021,6 @@ "locked": "2.0.13", "transitive": [ "ch.qos.logback:logback-classic", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "org.apache.logging.log4j:log4j-to-slf4j", @@ -1030,7 +1028,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1039,48 +1037,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1088,14 +1086,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1110,31 +1108,32 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -1216,7 +1215,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -1454,25 +1453,25 @@ }, "runtimeClasspath": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -1482,13 +1481,13 @@ "project": true }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1512,18 +1511,17 @@ "org.slf4j:slf4j-api": { "locked": "2.0.13", "transitive": [ - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1531,13 +1529,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -1548,42 +1546,42 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -1591,27 +1589,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1620,13 +1618,13 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -1649,13 +1647,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1738,7 +1736,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -1746,7 +1744,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -1765,14 +1763,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -1787,7 +1785,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1894,14 +1892,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1952,7 +1950,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1961,48 +1959,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2010,14 +2008,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2032,31 +2030,32 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2073,19 +2072,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -2093,27 +2092,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2122,13 +2121,13 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -2151,13 +2150,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2210,14 +2209,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -2235,14 +2234,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -2257,7 +2256,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2338,14 +2337,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2390,7 +2389,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2399,48 +2398,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2448,14 +2447,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2470,31 +2469,32 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2511,19 +2511,19 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -2531,27 +2531,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2560,13 +2560,13 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -2589,13 +2589,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2686,7 +2686,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2694,7 +2694,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2714,21 +2714,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2769,7 +2769,8 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -2780,8 +2781,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -2799,12 +2799,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -2812,7 +2811,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -2820,7 +2819,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" @@ -2892,14 +2891,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2946,7 +2945,6 @@ "locked": "2.0.13", "transitive": [ "ch.qos.logback:logback-classic", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "org.apache.logging.log4j:log4j-to-slf4j", @@ -2954,7 +2952,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2963,48 +2961,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3012,14 +3010,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3034,31 +3032,32 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", diff --git a/graphql-dgs-subscriptions-graphql-sse-autoconfigure/dependencies.lock b/graphql-dgs-subscriptions-graphql-sse-autoconfigure/dependencies.lock index 3bb283d22..714f5fd8f 100644 --- a/graphql-dgs-subscriptions-graphql-sse-autoconfigure/dependencies.lock +++ b/graphql-dgs-subscriptions-graphql-sse-autoconfigure/dependencies.lock @@ -1,10 +1,10 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { @@ -17,7 +17,7 @@ }, "compileClasspath": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -26,7 +26,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -76,13 +76,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -116,23 +116,23 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -141,14 +141,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -160,31 +160,31 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "implementationDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -193,7 +193,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -243,13 +243,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -277,23 +277,23 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -302,14 +302,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -321,26 +321,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmh": { @@ -398,7 +398,7 @@ }, "jmhCompileClasspath": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -407,7 +407,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -457,13 +457,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -543,23 +543,23 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -568,14 +568,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -587,26 +587,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmhImplementationDependenciesMetadata": { @@ -662,26 +662,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -691,7 +691,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -699,7 +699,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -707,14 +707,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -722,7 +722,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -738,13 +738,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -755,7 +755,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -828,13 +828,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -901,7 +901,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", @@ -933,7 +933,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -941,7 +941,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -979,21 +979,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1040,7 +1040,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -1051,8 +1054,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -1070,14 +1072,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -1087,7 +1086,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -1098,21 +1097,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -1184,14 +1183,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1270,7 +1269,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1279,7 +1277,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1288,49 +1286,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1339,7 +1337,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1348,7 +1346,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1364,26 +1362,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", @@ -1392,13 +1391,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -1484,7 +1483,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -1722,14 +1721,14 @@ }, "runtimeClasspath": { "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1739,7 +1738,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1747,7 +1746,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -1755,14 +1754,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -1770,7 +1769,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1786,13 +1785,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1803,7 +1802,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1869,20 +1868,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", @@ -1923,36 +1922,13 @@ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -1960,7 +1936,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom", @@ -1969,21 +1945,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -2014,30 +1990,29 @@ "locked": "2.0.13", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking" ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2046,7 +2021,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -2055,7 +2030,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -2068,20 +2043,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", @@ -2090,13 +2065,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -2110,19 +2085,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2131,7 +2106,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2188,13 +2163,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2277,7 +2252,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2285,7 +2260,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2304,14 +2279,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -2326,7 +2301,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2430,14 +2405,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2488,7 +2463,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2497,49 +2472,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2548,14 +2523,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2570,32 +2545,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2612,19 +2588,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2633,7 +2609,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2690,13 +2666,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2749,14 +2725,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -2774,14 +2750,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -2796,7 +2772,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2874,14 +2850,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2926,7 +2902,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2935,49 +2911,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2986,14 +2962,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3008,32 +2984,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -3050,26 +3027,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3079,7 +3056,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3087,7 +3064,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -3095,14 +3072,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3110,7 +3087,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3126,13 +3103,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3143,7 +3120,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3216,13 +3193,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3289,7 +3266,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", @@ -3321,7 +3298,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -3329,7 +3306,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -3355,21 +3332,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3416,7 +3393,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -3427,8 +3407,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -3446,14 +3425,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -3463,7 +3439,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -3474,21 +3450,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -3560,14 +3536,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3617,7 +3593,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3626,7 +3601,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3635,49 +3610,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3686,7 +3661,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -3695,7 +3670,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3711,26 +3686,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", @@ -3739,13 +3715,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] diff --git a/graphql-dgs-subscriptions-graphql-sse/dependencies.lock b/graphql-dgs-subscriptions-graphql-sse/dependencies.lock index cacd43e91..338b243b0 100644 --- a/graphql-dgs-subscriptions-graphql-sse/dependencies.lock +++ b/graphql-dgs-subscriptions-graphql-sse/dependencies.lock @@ -1,10 +1,10 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { @@ -17,7 +17,7 @@ }, "compileClasspath": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -26,27 +26,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -55,7 +55,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -65,7 +65,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -115,20 +115,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -169,14 +169,14 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -185,13 +185,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -202,31 +202,31 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "implementationDependenciesMetadata": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -235,27 +235,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -264,7 +264,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -274,7 +274,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -324,20 +324,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -372,14 +372,14 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -388,13 +388,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -405,26 +405,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmh": { @@ -482,7 +482,7 @@ }, "jmhCompileClasspath": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -491,27 +491,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -520,7 +520,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -530,7 +530,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -580,20 +580,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -680,14 +680,14 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -696,13 +696,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -713,26 +713,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmhImplementationDependenciesMetadata": { @@ -788,26 +788,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -817,7 +817,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -825,7 +825,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -833,21 +833,21 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -863,13 +863,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -880,7 +880,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -944,13 +944,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1017,7 +1017,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -1025,7 +1025,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -1056,7 +1056,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -1064,7 +1064,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -1102,40 +1102,40 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1181,7 +1181,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -1192,8 +1195,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -1211,14 +1213,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -1228,7 +1227,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -1239,21 +1238,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -1325,14 +1324,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1411,7 +1410,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1420,7 +1418,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1429,52 +1427,52 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1483,7 +1481,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1492,7 +1490,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1508,26 +1506,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-webmvc", @@ -1535,10 +1534,10 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -1624,7 +1623,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -1862,14 +1861,14 @@ }, "runtimeClasspath": { "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1879,7 +1878,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1887,7 +1886,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -1895,21 +1894,21 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1925,13 +1924,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1942,7 +1941,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1999,20 +1998,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -2051,36 +2050,13 @@ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -2088,7 +2064,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom", @@ -2097,21 +2073,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -2142,21 +2118,20 @@ "locked": "2.0.13", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2165,7 +2140,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-webmvc", @@ -2173,7 +2148,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -2185,20 +2160,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-webmvc", @@ -2206,10 +2181,10 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -2223,19 +2198,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -2244,27 +2219,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2273,7 +2248,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2283,7 +2258,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2340,13 +2315,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2411,14 +2386,14 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test" ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2443,7 +2418,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2451,7 +2426,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2470,34 +2445,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -2511,7 +2486,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2622,14 +2597,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2681,7 +2656,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2690,52 +2665,52 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2744,14 +2719,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2766,32 +2741,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2808,19 +2784,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -2829,27 +2805,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2858,7 +2834,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2868,7 +2844,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2925,13 +2901,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2966,14 +2942,14 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test" ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2998,14 +2974,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -3023,34 +2999,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3064,7 +3040,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3149,14 +3125,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3202,7 +3178,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3211,52 +3187,52 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3265,14 +3241,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3287,32 +3263,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -3329,26 +3306,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3358,7 +3335,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3366,7 +3343,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -3374,21 +3351,21 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3404,13 +3381,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3421,7 +3398,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3485,13 +3462,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3558,7 +3535,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -3566,7 +3543,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -3597,7 +3574,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -3605,7 +3582,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -3631,40 +3608,40 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3710,7 +3687,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -3721,8 +3701,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -3740,14 +3719,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -3757,7 +3733,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -3768,21 +3744,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -3854,14 +3830,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3911,7 +3887,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3920,7 +3895,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3929,52 +3904,52 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3983,7 +3958,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -3992,7 +3967,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4008,26 +3983,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-webmvc", @@ -4035,10 +4011,10 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] diff --git a/graphql-dgs-subscriptions-sse-autoconfigure/dependencies.lock b/graphql-dgs-subscriptions-sse-autoconfigure/dependencies.lock index da94add80..da160f5c9 100644 --- a/graphql-dgs-subscriptions-sse-autoconfigure/dependencies.lock +++ b/graphql-dgs-subscriptions-sse-autoconfigure/dependencies.lock @@ -1,10 +1,10 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { @@ -17,7 +17,7 @@ }, "compileClasspath": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -26,7 +26,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -76,13 +76,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -116,23 +116,23 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -141,14 +141,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -160,31 +160,31 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "implementationDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -193,7 +193,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -243,13 +243,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -277,23 +277,23 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -302,14 +302,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -321,26 +321,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmh": { @@ -398,7 +398,7 @@ }, "jmhCompileClasspath": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -407,7 +407,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -457,13 +457,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -543,23 +543,23 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -568,14 +568,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -587,26 +587,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmhImplementationDependenciesMetadata": { @@ -662,26 +662,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -691,7 +691,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -699,7 +699,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -707,14 +707,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -722,7 +722,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -738,13 +738,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -755,7 +755,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -828,13 +828,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -901,7 +901,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse", @@ -933,7 +933,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -941,7 +941,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -979,21 +979,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1040,7 +1040,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -1051,8 +1054,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -1070,14 +1072,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -1087,7 +1086,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -1098,21 +1097,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -1184,14 +1183,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1270,7 +1269,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1279,7 +1277,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1288,49 +1286,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1339,7 +1337,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1348,7 +1346,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1364,26 +1362,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse", @@ -1392,13 +1391,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -1484,7 +1483,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -1722,14 +1721,14 @@ }, "runtimeClasspath": { "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1739,7 +1738,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1747,7 +1746,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -1755,14 +1754,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -1770,7 +1769,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1786,13 +1785,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1803,7 +1802,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1869,20 +1868,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse", @@ -1923,36 +1922,13 @@ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -1960,7 +1936,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom", @@ -1969,21 +1945,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -2014,30 +1990,29 @@ "locked": "2.0.13", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking" ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2046,7 +2021,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -2055,7 +2030,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -2068,20 +2043,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse", @@ -2090,13 +2065,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -2110,19 +2085,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2131,7 +2106,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2188,13 +2163,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2277,7 +2252,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2285,7 +2260,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2304,14 +2279,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -2326,7 +2301,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2430,14 +2405,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2488,7 +2463,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2497,49 +2472,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2548,14 +2523,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2570,32 +2545,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2612,19 +2588,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2633,7 +2609,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2690,13 +2666,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2749,14 +2725,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -2774,14 +2750,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -2796,7 +2772,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2874,14 +2850,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2926,7 +2902,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2935,49 +2911,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2986,14 +2962,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3008,32 +2984,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -3050,26 +3027,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3079,7 +3056,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3087,7 +3064,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -3095,14 +3072,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3110,7 +3087,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3126,13 +3103,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3143,7 +3120,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3216,13 +3193,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3289,7 +3266,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse", @@ -3321,7 +3298,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -3329,7 +3306,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -3355,21 +3332,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3416,7 +3393,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -3427,8 +3407,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -3446,14 +3425,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -3463,7 +3439,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -3474,21 +3450,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -3560,14 +3536,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3617,7 +3593,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3626,7 +3601,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3635,49 +3610,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3686,7 +3661,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -3695,7 +3670,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3711,26 +3686,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse", @@ -3739,13 +3715,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] diff --git a/graphql-dgs-subscriptions-sse/dependencies.lock b/graphql-dgs-subscriptions-sse/dependencies.lock index cacd43e91..338b243b0 100644 --- a/graphql-dgs-subscriptions-sse/dependencies.lock +++ b/graphql-dgs-subscriptions-sse/dependencies.lock @@ -1,10 +1,10 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { @@ -17,7 +17,7 @@ }, "compileClasspath": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -26,27 +26,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -55,7 +55,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -65,7 +65,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -115,20 +115,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -169,14 +169,14 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -185,13 +185,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -202,31 +202,31 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "implementationDependenciesMetadata": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -235,27 +235,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -264,7 +264,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -274,7 +274,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -324,20 +324,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -372,14 +372,14 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -388,13 +388,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -405,26 +405,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmh": { @@ -482,7 +482,7 @@ }, "jmhCompileClasspath": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -491,27 +491,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -520,7 +520,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -530,7 +530,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -580,20 +580,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -680,14 +680,14 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -696,13 +696,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -713,26 +713,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmhImplementationDependenciesMetadata": { @@ -788,26 +788,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -817,7 +817,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -825,7 +825,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -833,21 +833,21 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -863,13 +863,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -880,7 +880,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -944,13 +944,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1017,7 +1017,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -1025,7 +1025,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -1056,7 +1056,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -1064,7 +1064,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -1102,40 +1102,40 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1181,7 +1181,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -1192,8 +1195,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -1211,14 +1213,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -1228,7 +1227,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -1239,21 +1238,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -1325,14 +1324,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1411,7 +1410,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1420,7 +1418,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1429,52 +1427,52 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1483,7 +1481,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1492,7 +1490,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1508,26 +1506,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-webmvc", @@ -1535,10 +1534,10 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -1624,7 +1623,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -1862,14 +1861,14 @@ }, "runtimeClasspath": { "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1879,7 +1878,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1887,7 +1886,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -1895,21 +1894,21 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1925,13 +1924,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1942,7 +1941,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1999,20 +1998,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -2051,36 +2050,13 @@ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -2088,7 +2064,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom", @@ -2097,21 +2073,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -2142,21 +2118,20 @@ "locked": "2.0.13", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2165,7 +2140,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-webmvc", @@ -2173,7 +2148,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -2185,20 +2160,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-webmvc", @@ -2206,10 +2181,10 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -2223,19 +2198,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -2244,27 +2219,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2273,7 +2248,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2283,7 +2258,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2340,13 +2315,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2411,14 +2386,14 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test" ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2443,7 +2418,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2451,7 +2426,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2470,34 +2445,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -2511,7 +2486,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2622,14 +2597,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2681,7 +2656,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2690,52 +2665,52 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2744,14 +2719,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2766,32 +2741,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2808,19 +2784,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -2829,27 +2805,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2858,7 +2834,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2868,7 +2844,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2925,13 +2901,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2966,14 +2942,14 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test" ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2998,14 +2974,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -3023,34 +2999,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3064,7 +3040,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3149,14 +3125,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3202,7 +3178,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3211,52 +3187,52 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3265,14 +3241,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3287,32 +3263,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -3329,26 +3306,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3358,7 +3335,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3366,7 +3343,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -3374,21 +3351,21 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3404,13 +3381,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3421,7 +3398,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3485,13 +3462,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3558,7 +3535,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -3566,7 +3543,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -3597,7 +3574,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -3605,7 +3582,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -3631,40 +3608,40 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3710,7 +3687,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -3721,8 +3701,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -3740,14 +3719,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -3757,7 +3733,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -3768,21 +3744,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -3854,14 +3830,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3911,7 +3887,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3920,7 +3895,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3929,52 +3904,52 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3983,7 +3958,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -3992,7 +3967,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4008,26 +3983,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-webmvc", @@ -4035,10 +4011,10 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] diff --git a/graphql-dgs-subscriptions-websockets-autoconfigure/dependencies.lock b/graphql-dgs-subscriptions-websockets-autoconfigure/dependencies.lock index 6f27bd536..582a76c74 100644 --- a/graphql-dgs-subscriptions-websockets-autoconfigure/dependencies.lock +++ b/graphql-dgs-subscriptions-websockets-autoconfigure/dependencies.lock @@ -1,10 +1,10 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { @@ -17,7 +17,7 @@ }, "compileClasspath": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -27,7 +27,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -35,7 +35,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -43,19 +43,19 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -65,7 +65,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -75,7 +75,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -133,13 +133,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -184,22 +184,22 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -207,14 +207,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -226,25 +226,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "compileOnlyDependenciesMetadata": { @@ -254,7 +254,7 @@ }, "implementationDependenciesMetadata": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -264,7 +264,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -272,7 +272,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -280,19 +280,19 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -302,7 +302,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -312,7 +312,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -370,13 +370,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -412,22 +412,22 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -435,14 +435,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -454,25 +454,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmh": { @@ -530,7 +530,7 @@ }, "jmhCompileClasspath": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -540,7 +540,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -548,7 +548,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -556,19 +556,19 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -578,7 +578,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -588,7 +588,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -646,13 +646,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -743,22 +743,22 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -766,14 +766,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -785,25 +785,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmhImplementationDependenciesMetadata": { @@ -859,26 +859,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -888,7 +888,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -898,7 +898,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -909,14 +909,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -924,7 +924,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -932,14 +932,14 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -957,13 +957,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -974,7 +974,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1047,13 +1047,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1120,7 +1120,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -1152,7 +1152,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -1160,7 +1160,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -1198,40 +1198,40 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1278,7 +1278,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -1289,8 +1292,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -1308,14 +1310,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -1325,7 +1324,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -1336,21 +1335,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -1422,14 +1421,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1508,7 +1507,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1517,7 +1515,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1526,7 +1524,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets", "org.springframework.boot:spring-boot-starter", @@ -1534,7 +1532,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -1542,51 +1540,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1595,7 +1593,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1604,7 +1602,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1620,26 +1618,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets", @@ -1650,13 +1649,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets" @@ -1743,7 +1742,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -1981,14 +1980,14 @@ }, "runtimeClasspath": { "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1998,7 +1997,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2006,7 +2005,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -2014,14 +2013,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -2029,7 +2028,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2045,13 +2044,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -2062,7 +2061,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2128,20 +2127,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -2181,36 +2180,13 @@ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -2218,7 +2194,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom", @@ -2227,21 +2203,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -2272,32 +2248,31 @@ "locked": "2.0.13", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking" ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2305,7 +2280,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -2313,7 +2288,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -2325,19 +2300,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets", @@ -2345,7 +2320,7 @@ ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets" @@ -2360,19 +2335,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2382,7 +2357,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -2392,7 +2367,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2403,34 +2378,34 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2442,7 +2417,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2452,7 +2427,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2517,13 +2492,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2607,7 +2582,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2615,7 +2590,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2634,34 +2609,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -2675,7 +2650,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2787,14 +2762,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2845,7 +2820,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2854,14 +2829,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -2869,51 +2844,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2922,7 +2897,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc", @@ -2930,7 +2905,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2946,26 +2921,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -2974,13 +2950,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2997,19 +2973,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3019,7 +2995,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -3029,7 +3005,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3040,34 +3016,34 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3079,7 +3055,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3089,7 +3065,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3154,13 +3130,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3214,14 +3190,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -3239,34 +3215,34 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3280,7 +3256,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3366,14 +3342,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3418,7 +3394,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3427,14 +3403,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -3442,51 +3418,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3495,7 +3471,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc", @@ -3503,7 +3479,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3519,26 +3495,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -3547,13 +3524,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -3570,26 +3547,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3599,7 +3576,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -3609,7 +3586,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3620,14 +3597,14 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3635,7 +3612,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3643,14 +3620,14 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3668,13 +3645,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3685,7 +3662,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3758,13 +3735,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3831,7 +3808,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -3863,7 +3840,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -3871,7 +3848,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -3897,40 +3874,40 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.apache.tomcat.embed:tomcat-embed-websocket", "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-el": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.20", + "locked": "10.1.24", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3977,7 +3954,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -3988,8 +3968,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -4007,14 +3986,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -4024,7 +4000,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -4035,21 +4011,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -4121,14 +4097,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -4178,7 +4154,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4187,7 +4162,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4196,7 +4171,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets", "org.springframework.boot:spring-boot-starter", @@ -4204,7 +4179,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -4212,51 +4187,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4265,7 +4240,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -4274,7 +4249,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4290,26 +4265,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets", @@ -4320,13 +4296,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets" diff --git a/graphql-dgs-subscriptions-websockets/dependencies.lock b/graphql-dgs-subscriptions-websockets/dependencies.lock index bac308130..02bdb937c 100644 --- a/graphql-dgs-subscriptions-websockets/dependencies.lock +++ b/graphql-dgs-subscriptions-websockets/dependencies.lock @@ -1,35 +1,35 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -68,7 +68,7 @@ }, "compileClasspath": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -77,27 +77,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -106,7 +106,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -116,7 +116,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -166,13 +166,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context", @@ -217,32 +217,32 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.security:spring-security-core": { - "locked": "6.2.4" + "locked": "6.3.0" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.2.4", + "locked": "6.3.0", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -251,7 +251,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.security:spring-security-core", @@ -259,7 +259,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.security:spring-security-core", @@ -272,37 +272,37 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "compileOnlyDependenciesMetadata": { "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" @@ -312,23 +312,23 @@ "locked": "2.1.1" }, "org.springframework.security:spring-security-core": { - "locked": "6.2.4" + "locked": "6.3.0" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.2.4", + "locked": "6.3.0", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -336,13 +336,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -352,14 +352,14 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] @@ -367,7 +367,7 @@ }, "implementationDependenciesMetadata": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -376,27 +376,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -405,7 +405,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -415,7 +415,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -465,13 +465,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -506,22 +506,22 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -529,14 +529,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -548,25 +548,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmh": { @@ -624,7 +624,7 @@ }, "jmhCompileClasspath": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -633,27 +633,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -662,7 +662,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -672,7 +672,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -722,13 +722,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context", @@ -819,32 +819,32 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.security:spring-security-core": { - "locked": "6.2.4" + "locked": "6.3.0" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.2.4", + "locked": "6.3.0", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -853,7 +853,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.security:spring-security-core", @@ -861,7 +861,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.security:spring-security-core", @@ -874,26 +874,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmhImplementationDependenciesMetadata": { @@ -949,26 +949,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -978,7 +978,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -986,7 +986,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -994,21 +994,21 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1024,13 +1024,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1041,7 +1041,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1105,13 +1105,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1181,7 +1181,7 @@ "locked": "1.2.2" }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -1213,7 +1213,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -1221,7 +1221,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -1259,21 +1259,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1319,7 +1319,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -1330,8 +1333,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -1349,14 +1351,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -1366,7 +1365,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -1377,21 +1376,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -1463,14 +1462,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1549,7 +1548,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1558,7 +1556,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1567,48 +1565,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1616,7 +1614,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1624,7 +1622,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1639,32 +1637,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -1750,7 +1749,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -1988,14 +1987,14 @@ }, "runtimeClasspath": { "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2005,7 +2004,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2013,7 +2012,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -2021,21 +2020,21 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2051,13 +2050,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -2068,7 +2067,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2125,20 +2124,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -2177,36 +2176,13 @@ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -2214,7 +2190,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom", @@ -2223,21 +2199,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -2268,29 +2244,28 @@ "locked": "2.0.13", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking" ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2298,7 +2273,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -2306,7 +2281,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -2318,26 +2293,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -2351,19 +2326,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -2372,27 +2347,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2401,7 +2376,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2411,7 +2386,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2468,13 +2443,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2542,7 +2517,7 @@ "locked": "1.2.2" }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions" @@ -2567,7 +2542,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2575,7 +2550,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2594,14 +2569,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -2616,7 +2591,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2727,14 +2702,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2786,7 +2761,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2795,48 +2770,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2844,14 +2819,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2866,31 +2841,32 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2907,19 +2883,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -2928,27 +2904,27 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.module:jackson-module-kotlin", "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2957,7 +2933,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2967,7 +2943,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3024,13 +3000,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3068,7 +3044,7 @@ "locked": "1.2.2" }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions" @@ -3093,14 +3069,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -3118,14 +3094,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -3140,7 +3116,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3225,14 +3201,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3278,7 +3254,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3287,48 +3263,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3336,14 +3312,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3358,31 +3334,32 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -3399,26 +3376,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3428,7 +3405,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3436,7 +3413,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -3444,21 +3421,21 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3474,13 +3451,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3491,7 +3468,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3555,13 +3532,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3631,7 +3608,7 @@ "locked": "1.2.2" }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -3663,7 +3640,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -3671,7 +3648,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -3697,21 +3674,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3757,7 +3734,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -3768,8 +3748,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -3787,14 +3766,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -3804,7 +3780,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "io.mockk:mockk-dsl-jvm", @@ -3815,21 +3791,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -3901,14 +3877,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3958,7 +3934,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3967,7 +3942,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3976,48 +3951,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4025,7 +4000,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -4033,7 +4008,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4048,32 +4023,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] diff --git a/graphql-dgs-webflux-starter/dependencies.lock b/graphql-dgs-webflux-starter/dependencies.lock index 0b2e57db7..1a86acc1a 100644 --- a/graphql-dgs-webflux-starter/dependencies.lock +++ b/graphql-dgs-webflux-starter/dependencies.lock @@ -1,27 +1,27 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -31,7 +31,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -41,7 +41,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -51,28 +51,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -83,7 +83,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -93,7 +93,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -188,20 +188,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -218,7 +218,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -230,13 +230,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -244,19 +244,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -276,7 +276,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -285,13 +285,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -299,7 +299,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -307,20 +307,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -336,20 +336,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -358,19 +358,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -386,14 +386,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -436,54 +436,54 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -492,13 +492,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -511,19 +511,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -531,7 +531,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -545,19 +545,19 @@ }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -567,7 +567,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -577,7 +577,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -587,28 +587,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -619,7 +619,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -629,7 +629,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -724,20 +724,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -754,7 +754,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -766,13 +766,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -780,19 +780,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -812,7 +812,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -821,13 +821,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -835,7 +835,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -843,20 +843,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -872,20 +872,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -894,19 +894,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -922,14 +922,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -978,54 +978,54 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1034,13 +1034,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1053,19 +1053,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -1073,7 +1073,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -1087,19 +1087,19 @@ }, "implementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1109,7 +1109,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -1119,7 +1119,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1129,28 +1129,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1161,7 +1161,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1171,7 +1171,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1266,20 +1266,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1296,7 +1296,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -1308,13 +1308,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -1322,19 +1322,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -1354,7 +1354,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -1363,13 +1363,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -1377,7 +1377,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -1385,20 +1385,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1414,20 +1414,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -1436,19 +1436,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1464,14 +1464,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -1514,54 +1514,54 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1570,13 +1570,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1589,19 +1589,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -1609,7 +1609,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -1676,19 +1676,19 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1698,7 +1698,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -1708,7 +1708,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1718,28 +1718,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1750,7 +1750,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1760,7 +1760,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -1855,20 +1855,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1885,7 +1885,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -1897,13 +1897,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -1911,19 +1911,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -1943,7 +1943,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -1952,13 +1952,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -1966,7 +1966,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -1974,20 +1974,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -2003,20 +2003,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -2025,19 +2025,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -2065,14 +2065,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -2155,54 +2155,54 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2211,13 +2211,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2230,19 +2230,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -2250,7 +2250,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -2315,26 +2315,26 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2345,7 +2345,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -2355,7 +2355,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2366,7 +2366,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2374,7 +2374,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -2383,7 +2383,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -2394,7 +2394,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2402,7 +2402,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2420,13 +2420,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -2438,7 +2438,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -2548,13 +2548,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2633,7 +2633,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -2651,7 +2651,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-dns", @@ -2664,13 +2664,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -2678,19 +2678,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-buffer", @@ -2711,7 +2711,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-http", @@ -2721,13 +2721,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -2735,7 +2735,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -2743,20 +2743,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -2773,20 +2773,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -2801,19 +2801,19 @@ ] }, "io.projectreactor.netty.incubator:reactor-netty-incubator-quic": { - "locked": "0.1.18", + "locked": "0.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure" ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic", "io.projectreactor.netty:reactor-netty", @@ -2821,14 +2821,14 @@ ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty", "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -2864,7 +2864,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2872,7 +2872,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2904,7 +2904,7 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] @@ -2916,21 +2916,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2982,7 +2982,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -2993,8 +2996,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -3012,14 +3014,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -3029,7 +3028,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-reactive", @@ -3041,21 +3040,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -3128,14 +3127,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3214,7 +3213,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3223,7 +3221,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3232,14 +3230,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", @@ -3249,50 +3247,50 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3301,7 +3299,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -3309,7 +3307,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3325,25 +3323,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3356,14 +3355,14 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -3449,7 +3448,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -3687,26 +3686,26 @@ }, "runtimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3717,7 +3716,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -3727,7 +3726,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3738,7 +3737,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3746,7 +3745,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3755,7 +3754,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -3766,7 +3765,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3774,7 +3773,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3792,13 +3791,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3810,7 +3809,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -3913,13 +3912,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3938,7 +3937,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -3956,7 +3955,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-dns", @@ -3969,13 +3968,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -3983,19 +3982,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-buffer", @@ -4016,7 +4015,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-http", @@ -4026,13 +4025,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -4040,7 +4039,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -4048,20 +4047,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -4078,20 +4077,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -4106,19 +4105,19 @@ ] }, "io.projectreactor.netty.incubator:reactor-netty-incubator-quic": { - "locked": "0.1.18", + "locked": "0.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure" ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic", "io.projectreactor.netty:reactor-netty", @@ -4126,14 +4125,14 @@ ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty", "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4169,20 +4168,20 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -4209,36 +4208,13 @@ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -4246,7 +4222,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-reactive", @@ -4256,21 +4232,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -4309,7 +4285,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4318,20 +4293,20 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", @@ -4340,34 +4315,34 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4376,7 +4351,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -4384,7 +4359,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4398,19 +4373,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -4423,14 +4398,14 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -4445,19 +4420,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4467,7 +4442,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -4477,7 +4452,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4487,28 +4462,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -4519,7 +4494,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4529,7 +4504,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -4631,13 +4606,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -4702,7 +4677,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4719,7 +4694,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -4731,13 +4706,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -4745,19 +4720,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -4777,7 +4752,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -4786,13 +4761,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -4800,7 +4775,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -4808,20 +4783,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4837,20 +4812,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -4859,19 +4834,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4899,7 +4874,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -4907,7 +4882,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -4926,14 +4901,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -4948,7 +4923,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5057,14 +5032,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5116,7 +5091,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -5125,14 +5100,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -5140,50 +5115,50 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -5192,13 +5167,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5213,25 +5188,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -5239,7 +5215,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -5259,19 +5235,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -5281,7 +5257,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -5291,7 +5267,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -5301,28 +5277,28 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "org.springframework.boot:spring-boot-starter-json" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -5333,7 +5309,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -5343,7 +5319,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -5445,13 +5421,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -5486,7 +5462,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -5503,7 +5479,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -5515,13 +5491,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -5529,19 +5505,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -5561,7 +5537,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -5570,13 +5546,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -5584,7 +5560,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -5592,20 +5568,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -5621,20 +5597,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -5643,19 +5619,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -5683,14 +5659,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -5708,14 +5684,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -5730,7 +5706,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5813,14 +5789,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5866,7 +5842,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -5875,14 +5851,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -5890,50 +5866,50 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -5942,13 +5918,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5963,25 +5939,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -5989,7 +5966,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -6009,26 +5986,26 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -6039,7 +6016,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", @@ -6049,7 +6026,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jdk8", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -6060,7 +6037,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jdk8": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -6068,7 +6045,7 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -6077,7 +6054,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs", @@ -6088,7 +6065,7 @@ ] }, "com.fasterxml.jackson.module:jackson-module-parameter-names": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -6096,7 +6073,7 @@ ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -6114,13 +6091,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -6132,7 +6109,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs", @@ -6242,13 +6219,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -6327,7 +6304,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -6345,7 +6322,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-dns", @@ -6358,13 +6335,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -6372,19 +6349,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-buffer", @@ -6405,7 +6382,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-http", @@ -6415,13 +6392,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -6429,7 +6406,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -6437,20 +6414,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -6467,20 +6444,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.109.Final", + "locked": "4.1.110.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -6495,19 +6472,19 @@ ] }, "io.projectreactor.netty.incubator:reactor-netty-incubator-quic": { - "locked": "0.1.18", + "locked": "0.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure" ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic", "io.projectreactor.netty:reactor-netty", @@ -6515,14 +6492,14 @@ ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.18", + "locked": "1.1.19", "transitive": [ "io.projectreactor.netty:reactor-netty", "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -6558,7 +6535,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -6566,7 +6543,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -6592,27 +6569,27 @@ ] }, "org.apache.commons:commons-lang3": { - "locked": "3.13.0", + "locked": "3.14.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -6664,7 +6641,10 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -6675,8 +6655,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -6694,14 +6673,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -6711,7 +6687,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-reactive", @@ -6723,21 +6699,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.jetbrains.kotlinx:kotlinx-coroutines-bom" @@ -6810,14 +6786,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -6867,7 +6843,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -6876,7 +6851,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -6885,14 +6860,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", @@ -6902,50 +6877,50 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -6954,7 +6929,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -6962,7 +6937,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -6978,25 +6953,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -7009,14 +6985,14 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] diff --git a/graphql-dgs/dependencies.lock b/graphql-dgs/dependencies.lock index 54ebd8538..7ab416f4a 100644 --- a/graphql-dgs/dependencies.lock +++ b/graphql-dgs/dependencies.lock @@ -1,82 +1,44 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "21.4", - "transitive": [ - "com.netflix.graphql.dgs:graphql-dgs-mocking", - "com.netflix.graphql.dgs:graphql-dgs-platform", - "com.netflix.graphql.dgs:graphql-error-types" - ] + "locked": "22.0" }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", - "transitive": [ - "com.graphql-java:graphql-java", - "com.netflix.graphql.dgs:graphql-dgs-platform" - ] + "locked": "3.3.0" }, "com.jayway.jsonpath:json-path": { - "locked": "2.9.0", - "transitive": [ - "com.netflix.graphql.dgs:graphql-dgs-platform" - ] + "locked": "2.9.0" }, "com.netflix.graphql.dgs:graphql-dgs-mocking": { - "project": true, - "transitive": [ - "com.netflix.graphql.dgs:graphql-dgs-platform" - ] + "project": true }, "com.netflix.graphql.dgs:graphql-dgs-platform": { - "project": true, - "transitive": [ - "com.netflix.graphql.dgs:graphql-dgs-mocking", - "com.netflix.graphql.dgs:graphql-error-types" - ] + "project": true }, "com.netflix.graphql.dgs:graphql-error-types": { - "project": true, - "transitive": [ - "com.netflix.graphql.dgs:graphql-dgs-platform" - ] + "project": true }, "org.jetbrains.kotlin:kotlin-stdlib": { - "locked": "1.9.24", - "transitive": [ - "com.netflix.graphql.dgs:graphql-dgs-mocking", - "com.netflix.graphql.dgs:graphql-error-types" - ] - }, - "org.reactivestreams:reactive-streams": { - "locked": "1.0.4", - "transitive": [ - "com.graphql-java:graphql-java" - ] - }, - "org.slf4j:slf4j-api": { - "locked": "2.0.13", - "transitive": [ - "com.graphql-java:java-dataloader" - ] + "locked": "1.9.24" } }, "compileClasspath": { "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -85,7 +47,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -93,7 +55,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -101,19 +63,19 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -132,13 +94,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -147,7 +109,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -185,13 +147,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context", @@ -199,7 +161,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -226,36 +188,13 @@ "com.netflix.graphql.dgs:graphql-dgs-mocking", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -263,7 +202,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -271,21 +210,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom" ] @@ -313,23 +252,23 @@ ] }, "org.springframework.security:spring-security-core": { - "locked": "6.2.4" + "locked": "6.3.0" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.2.4", + "locked": "6.3.0", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -338,13 +277,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -355,20 +294,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "compileOnlyDependenciesMetadata": { @@ -382,20 +321,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5" + "locked": "3.6.6" }, "jakarta.annotation:jakarta.annotation-api": { "locked": "2.1.1" @@ -413,23 +352,23 @@ ] }, "org.springframework.security:spring-security-core": { - "locked": "6.2.4" + "locked": "6.3.0" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.2.4", + "locked": "6.3.0", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -437,13 +376,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -453,14 +392,14 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] @@ -468,13 +407,13 @@ }, "implementationDependenciesMetadata": { "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -483,7 +422,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -491,7 +430,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -499,19 +438,19 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -521,13 +460,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -536,7 +475,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -574,20 +513,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -606,47 +545,34 @@ "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlinx:atomicfu", + "org.jetbrains.kotlinx:kotlinx-coroutines-core", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { "locked": "1.9.24", "transitive": [ "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlinx:kotlinx-coroutines-core" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlinx:atomicfu" ] }, "org.jetbrains.kotlinx:atomicfu": { - "locked": "0.21.0", + "locked": "0.23.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -654,14 +580,14 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom" ] @@ -682,13 +608,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -696,10 +622,10 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -709,19 +635,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "java21ApiDependenciesMetadata": { @@ -734,13 +660,13 @@ "locked": "1.1.1" }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -755,23 +681,23 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -780,13 +706,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] @@ -797,13 +723,13 @@ "locked": "1.1.1" }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -812,23 +738,23 @@ "locked": "1.9.24" }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -837,13 +763,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] @@ -854,13 +780,13 @@ "locked": "1.1.1" }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -875,23 +801,23 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -900,13 +826,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] @@ -914,25 +840,25 @@ }, "java21TestCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -941,7 +867,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -949,7 +875,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -957,19 +883,19 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -979,13 +905,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -994,13 +920,13 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -1045,13 +971,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context", @@ -1117,7 +1043,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -1125,7 +1051,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -1149,7 +1075,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -1157,7 +1083,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -1176,14 +1102,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -1198,7 +1124,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1230,7 +1156,11 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor", + "org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -1241,9 +1171,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -1261,15 +1189,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor", - "org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -1278,7 +1202,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -1287,33 +1211,33 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-test": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-test" @@ -1366,14 +1290,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1427,7 +1351,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1436,58 +1360,58 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.security:spring-security-core": { - "locked": "6.2.4" + "locked": "6.3.0" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.2.4", + "locked": "6.3.0", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -1496,14 +1420,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1518,26 +1442,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -1554,25 +1479,25 @@ }, "java21TestImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1581,7 +1506,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -1589,7 +1514,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -1597,19 +1522,19 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -1619,13 +1544,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1634,13 +1559,13 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -1685,13 +1610,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context", @@ -1727,7 +1652,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -1735,7 +1660,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -1759,14 +1684,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -1784,14 +1709,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -1806,7 +1731,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1837,8 +1762,11 @@ "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlinx:atomicfu", + "org.jetbrains.kotlinx:kotlinx-coroutines-core", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor", + "org.jetbrains.kotlinx:kotlinx-coroutines-test" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -1850,41 +1778,25 @@ "io.mockk:mockk-core", "io.mockk:mockk-dsl", "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:kotlinx-coroutines-test" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlinx:atomicfu" ] }, "org.jetbrains.kotlinx:atomicfu": { - "locked": "0.21.0", + "locked": "0.23.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core", "org.jetbrains.kotlinx:kotlinx-coroutines-test" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -1893,20 +1805,20 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-test": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom" ] @@ -1950,14 +1862,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2005,7 +1917,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2014,58 +1926,58 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.security:spring-security-core": { - "locked": "6.2.4" + "locked": "6.3.0" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.2.4", + "locked": "6.3.0", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -2074,14 +1986,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2096,26 +2008,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2132,25 +2045,25 @@ }, "java21TestRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2159,7 +2072,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2167,7 +2080,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -2175,19 +2088,19 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2203,13 +2116,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -2219,13 +2132,13 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -2270,13 +2183,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context", @@ -2344,7 +2257,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -2352,7 +2265,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2382,7 +2295,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2390,7 +2303,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2416,21 +2329,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2473,7 +2386,11 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor", + "org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -2484,9 +2401,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -2504,15 +2419,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor", - "org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -2523,7 +2434,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -2534,33 +2445,33 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-test": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-test" @@ -2633,14 +2544,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2690,7 +2601,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2699,7 +2609,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2708,58 +2618,58 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.security:spring-security-core": { - "locked": "6.2.4" + "locked": "6.3.0" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.2.4", + "locked": "6.3.0", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -2768,14 +2678,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2790,26 +2700,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2880,13 +2791,13 @@ }, "jmhCompileClasspath": { "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2895,7 +2806,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -2903,7 +2814,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -2911,19 +2822,19 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -2942,13 +2853,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2957,7 +2868,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -2995,13 +2906,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context", @@ -3009,7 +2920,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -3048,36 +2959,13 @@ "com.netflix.graphql.dgs:graphql-dgs-mocking", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -3085,7 +2973,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -3093,21 +2981,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom" ] @@ -3169,23 +3057,23 @@ ] }, "org.springframework.security:spring-security-core": { - "locked": "6.2.4" + "locked": "6.3.0" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.2.4", + "locked": "6.3.0", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -3194,13 +3082,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -3211,20 +3099,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" } }, "jmhImplementationDependenciesMetadata": { @@ -3280,25 +3168,25 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3307,7 +3195,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -3315,7 +3203,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -3323,19 +3211,19 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -3351,13 +3239,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -3367,13 +3255,13 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -3418,13 +3306,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context", @@ -3492,7 +3380,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -3500,7 +3388,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -3530,7 +3418,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -3538,7 +3426,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -3576,21 +3464,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3633,7 +3521,11 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor", + "org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -3644,9 +3536,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -3664,15 +3554,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor", - "org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -3683,7 +3569,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -3694,33 +3580,33 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-test": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-test" @@ -3793,14 +3679,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -3879,7 +3765,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3888,7 +3773,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3897,58 +3782,58 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.security:spring-security-core": { - "locked": "6.2.4" + "locked": "6.3.0" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.2.4", + "locked": "6.3.0", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -3957,14 +3842,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3979,26 +3864,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -4081,7 +3967,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -4409,13 +4295,13 @@ }, "runtimeClasspath": { "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4424,7 +4310,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4432,7 +4318,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -4440,19 +4326,19 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -4468,13 +4354,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4483,7 +4369,7 @@ ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -4521,20 +4407,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -4570,36 +4456,13 @@ "com.netflix.graphql.dgs:graphql-dgs-mocking", "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-common": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -4607,7 +4470,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -4615,21 +4478,21 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom" ] @@ -4659,20 +4522,19 @@ "locked": "2.0.13", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4680,10 +4542,10 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -4693,19 +4555,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -4716,25 +4578,25 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4743,7 +4605,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -4751,7 +4613,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -4759,19 +4621,19 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -4781,13 +4643,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4796,13 +4658,13 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -4847,13 +4709,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context", @@ -4919,7 +4781,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -4927,7 +4789,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -4951,7 +4813,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -4959,7 +4821,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -4978,14 +4840,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -5000,7 +4862,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5032,7 +4894,11 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor", + "org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -5043,9 +4909,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -5063,15 +4927,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor", - "org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -5080,7 +4940,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -5089,33 +4949,33 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-test": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-test" @@ -5168,14 +5028,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5229,7 +5089,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -5238,58 +5098,58 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.security:spring-security-core": { - "locked": "6.2.4" + "locked": "6.3.0" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.2.4", + "locked": "6.3.0", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -5298,14 +5158,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5320,26 +5180,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -5356,25 +5217,25 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -5383,7 +5244,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -5391,7 +5252,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -5399,19 +5260,19 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -5421,13 +5282,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -5436,13 +5297,13 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -5487,13 +5348,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context", @@ -5529,7 +5390,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -5537,7 +5398,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -5561,14 +5422,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -5586,14 +5447,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -5608,7 +5469,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5639,8 +5500,11 @@ "com.netflix.graphql.dgs:graphql-error-types", "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlinx:atomicfu", + "org.jetbrains.kotlinx:kotlinx-coroutines-core", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor", + "org.jetbrains.kotlinx:kotlinx-coroutines-test" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -5652,41 +5516,25 @@ "io.mockk:mockk-core", "io.mockk:mockk-dsl", "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:kotlinx-coroutines-test" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - ] - }, - "org.jetbrains.kotlin:kotlin-stdlib-jdk8": { - "locked": "1.9.24", - "transitive": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" + "org.jetbrains.kotlinx:atomicfu" ] }, "org.jetbrains.kotlinx:atomicfu": { - "locked": "0.21.0", + "locked": "0.23.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-core", "org.jetbrains.kotlinx:kotlinx-coroutines-test" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", @@ -5695,20 +5543,20 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-test": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom" ] @@ -5752,14 +5600,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -5807,7 +5655,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -5816,58 +5664,58 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.security:spring-security-core": { - "locked": "6.2.4" + "locked": "6.3.0" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.2.4", + "locked": "6.3.0", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -5876,14 +5724,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5898,26 +5746,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -5934,25 +5783,25 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.apollographql.federation:federation-graphql-java-support": { - "locked": "4.4.0", + "locked": "5.0.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -5961,7 +5810,7 @@ ] }, "com.fasterxml.jackson.core:jackson-core": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-databind", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", @@ -5969,7 +5818,7 @@ ] }, "com.fasterxml.jackson.core:jackson-databind": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", "com.fasterxml.jackson.module:jackson-module-kotlin", @@ -5977,19 +5826,19 @@ ] }, "com.fasterxml.jackson.datatype:jackson-datatype-jsr310": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson.module:jackson-module-kotlin": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations", "com.fasterxml.jackson.core:jackson-core", @@ -6005,13 +5854,13 @@ ] }, "com.google.protobuf:protobuf-java": { - "locked": "3.25.2", + "locked": "4.26.1", "transitive": [ "com.apollographql.federation:federation-graphql-java-support" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -6021,13 +5870,13 @@ ] }, "com.graphql-java:graphql-java-extended-scalars": { - "locked": "21.0", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -6072,13 +5921,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context", @@ -6146,7 +5995,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -6154,7 +6003,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.5", + "locked": "3.6.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -6184,7 +6033,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -6192,7 +6041,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -6218,21 +6067,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -6275,7 +6124,11 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", + "org.jetbrains.kotlinx:kotlinx-coroutines-reactor", + "org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -6286,9 +6139,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -6306,15 +6157,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", - "org.jetbrains.kotlinx:kotlinx-coroutines-reactor", - "org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -6325,7 +6172,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -6336,33 +6183,33 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactive": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-reactor": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-test": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-test" @@ -6435,14 +6282,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -6492,7 +6339,6 @@ "transitive": [ "ch.qos.logback:logback-classic", "com.apollographql.federation:federation-graphql-java-support", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -6501,7 +6347,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -6510,58 +6356,58 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.security:spring-security-core": { - "locked": "6.2.4" + "locked": "6.3.0" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.2.4", + "locked": "6.3.0", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -6570,14 +6416,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -6592,26 +6438,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.6" + "locked": "6.1.8" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", diff --git a/graphql-dgs/src/main/kotlin/com/netflix/graphql/dgs/DgsDefaultPreparsedDocumentProvider.kt b/graphql-dgs/src/main/kotlin/com/netflix/graphql/dgs/DgsDefaultPreparsedDocumentProvider.kt index 2b9a4ccc0..05b328ce4 100644 --- a/graphql-dgs/src/main/kotlin/com/netflix/graphql/dgs/DgsDefaultPreparsedDocumentProvider.kt +++ b/graphql-dgs/src/main/kotlin/com/netflix/graphql/dgs/DgsDefaultPreparsedDocumentProvider.kt @@ -22,6 +22,7 @@ import graphql.ExecutionInput import graphql.execution.preparsed.PreparsedDocumentEntry import graphql.execution.preparsed.PreparsedDocumentProvider import java.time.Duration +import java.util.concurrent.CompletableFuture import java.util.function.Function class DgsDefaultPreparsedDocumentProvider(maximumSize: Long, expireAfterAccess: Duration) : PreparsedDocumentProvider { @@ -29,10 +30,11 @@ class DgsDefaultPreparsedDocumentProvider(maximumSize: Long, expireAfterAccess: .maximumSize(maximumSize) .expireAfterAccess(expireAfterAccess) .build() - override fun getDocument( + + override fun getDocumentAsync( executionInput: ExecutionInput, parseAndValidateFunction: Function - ): PreparsedDocumentEntry { - return cache.get(executionInput.query) { parseAndValidateFunction.apply(executionInput) } + ): CompletableFuture { + return CompletableFuture.completedFuture(cache.get(executionInput.query) { parseAndValidateFunction.apply(executionInput) }) } } diff --git a/graphql-dgs/src/main/kotlin/com/netflix/graphql/dgs/DgsExecutionResult.kt b/graphql-dgs/src/main/kotlin/com/netflix/graphql/dgs/DgsExecutionResult.kt index 56cbf3723..aa3d61c86 100644 --- a/graphql-dgs/src/main/kotlin/com/netflix/graphql/dgs/DgsExecutionResult.kt +++ b/graphql-dgs/src/main/kotlin/com/netflix/graphql/dgs/DgsExecutionResult.kt @@ -104,7 +104,7 @@ class DgsExecutionResult( fun executionResult(executionResult: ExecutionResult) = apply { this.executionResult = executionResult } - fun executionResult(executionResultBuilder: ExecutionResultImpl.Builder) = + fun executionResult(executionResultBuilder: ExecutionResultImpl.Builder<*>) = apply { this.executionResult = executionResultBuilder.build() } var headers: HttpHeaders = HttpHeaders.EMPTY diff --git a/graphql-error-types/dependencies.lock b/graphql-error-types/dependencies.lock index e6e4c02c8..67db2faec 100644 --- a/graphql-error-types/dependencies.lock +++ b/graphql-error-types/dependencies.lock @@ -1,21 +1,21 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.2.5" + "locked": "3.3.0" } }, "apiDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -42,25 +42,25 @@ }, "compileClasspath": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -93,13 +93,13 @@ }, "compileOnlyDependenciesMetadata": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations" ] @@ -107,13 +107,13 @@ }, "implementationDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -193,25 +193,25 @@ }, "jmhCompileClasspath": { "com.fasterxml.jackson.core:jackson-annotations": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson:jackson-bom" ] }, "com.fasterxml.jackson:jackson-bom": { - "locked": "2.15.4", + "locked": "2.17.1", "transitive": [ "com.fasterxml.jackson.core:jackson-annotations" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -341,25 +341,25 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -382,13 +382,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -478,7 +478,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -486,7 +486,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -518,21 +518,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -572,7 +572,8 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -583,8 +584,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -602,12 +602,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -615,7 +614,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -623,7 +622,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" @@ -695,14 +694,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -778,7 +777,6 @@ "locked": "2.0.13", "transitive": [ "ch.qos.logback:logback-classic", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "org.apache.logging.log4j:log4j-to-slf4j", @@ -786,7 +784,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -795,61 +793,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -862,21 +860,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { @@ -959,7 +958,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlin:kotlin-compiler-runner" ] @@ -1197,13 +1196,13 @@ }, "runtimeClasspath": { "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -1230,32 +1229,31 @@ "org.slf4j:slf4j-api": { "locked": "2.0.13", "transitive": [ - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader" ] } }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -1278,13 +1276,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -1366,7 +1364,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -1374,7 +1372,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -1393,14 +1391,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -1415,7 +1413,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1515,14 +1513,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1573,7 +1571,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1582,61 +1580,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1649,21 +1647,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { @@ -1681,25 +1680,25 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -1722,13 +1721,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -1780,14 +1779,14 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.assertj:assertj-core", "org.mockito:mockito-core" ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "org.mockito:mockito-core" ] @@ -1805,14 +1804,14 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" @@ -1827,7 +1826,7 @@ ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1901,14 +1900,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -1953,7 +1952,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1962,61 +1961,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2029,21 +2028,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": { @@ -2061,25 +2061,25 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.4.14", + "locked": "1.5.6", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "21.4", + "locked": "22.0", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "com.graphql-java:java-dataloader": { - "locked": "3.2.2", + "locked": "3.3.0", "transitive": [ "com.graphql-java:graphql-java", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -2102,13 +2102,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.12.5", + "locked": "1.13.0", "transitive": [ "org.springframework:spring-context" ] @@ -2198,7 +2198,7 @@ ] }, "net.bytebuddy:byte-buddy": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.assertj:assertj-core", @@ -2206,7 +2206,7 @@ ] }, "net.bytebuddy:byte-buddy-agent": { - "locked": "1.14.13", + "locked": "1.14.16", "transitive": [ "io.mockk:mockk-agent-jvm", "org.mockito:mockito-core" @@ -2226,21 +2226,21 @@ ] }, "org.apache.logging.log4j:log4j-api": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.apache.logging.log4j:log4j-to-slf4j" ] }, "org.apache.logging.log4j:log4j-to-slf4j": { - "locked": "2.21.1", + "locked": "2.23.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.boot:spring-boot-starter-logging" ] }, "org.assertj:assertj-core": { - "locked": "3.24.2", + "locked": "3.25.3", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2280,7 +2280,8 @@ "org.jetbrains.kotlin:kotlin-reflect", "org.jetbrains.kotlin:kotlin-stdlib-common", "org.jetbrains.kotlin:kotlin-stdlib-jdk7", - "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + "org.jetbrains.kotlin:kotlin-stdlib-jdk8", + "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" ] }, "org.jetbrains.kotlin:kotlin-stdlib-common": { @@ -2291,8 +2292,7 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlin:kotlin-stdlib-jdk7": { @@ -2310,12 +2310,11 @@ "io.mockk:mockk-core-jvm", "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm" + "org.jetbrains.kotlin:kotlin-stdlib" ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-bom": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -2323,7 +2322,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "io.mockk:mockk-dsl-jvm", "io.mockk:mockk-jvm", @@ -2331,7 +2330,7 @@ ] }, "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": { - "locked": "1.7.3", + "locked": "1.8.1", "transitive": [ "org.jetbrains.kotlinx:kotlinx-coroutines-bom", "org.jetbrains.kotlinx:kotlinx-coroutines-core" @@ -2403,14 +2402,14 @@ ] }, "org.mockito:mockito-core": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.mockito:mockito-junit-jupiter", "org.springframework.boot:spring-boot-starter-test" ] }, "org.mockito:mockito-junit-jupiter": { - "locked": "5.7.0", + "locked": "5.11.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] @@ -2457,7 +2456,6 @@ "locked": "2.0.13", "transitive": [ "ch.qos.logback:logback-classic", - "com.graphql-java:graphql-java", "com.graphql-java:java-dataloader", "com.jayway.jsonpath:json-path", "org.apache.logging.log4j:log4j-to-slf4j", @@ -2465,7 +2463,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2474,61 +2472,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.2.5" + "locked": "3.3.0" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.2.5", + "locked": "3.3.0", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2541,21 +2539,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.6", + "locked": "6.1.8", "transitive": [ - "org.springframework.boot:spring-boot-starter-test" + "org.springframework.boot:spring-boot-starter-test", + "org.springframework.boot:spring-boot-test" ] }, "org.xmlunit:xmlunit-core": {