diff --git a/build.gradle.kts b/build.gradle.kts index aa6a01ef3..2c4e5f8dd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -55,7 +55,7 @@ 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.3.4" + extra["sb.version"] = "3.3.5" extra["kotlin.version"] = Versions.KOTLIN_VERSION } val internalBomModules by extra( diff --git a/graphql-dgs-client/dependencies.lock b/graphql-dgs-client/dependencies.lock index b343d2bb6..c8500c39a 100644 --- a/graphql-dgs-client/dependencies.lock +++ b/graphql-dgs-client/dependencies.lock @@ -1,10 +1,10 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { @@ -21,7 +21,7 @@ "project": true }, "io.projectreactor:reactor-core": { - "locked": "3.6.10" + "locked": "3.6.11" }, "org.jetbrains.kotlin:kotlin-stdlib": { "locked": "1.9.25" @@ -44,7 +44,7 @@ "locked": "2.17.2" }, "com.graphql-java:graphql-java": { - "locked": "22.1" + "locked": "22.3" }, "com.jayway.jsonpath:json-path": { "locked": "2.9.0" @@ -56,7 +56,7 @@ "project": true }, "io.projectreactor:reactor-core": { - "locked": "3.6.10" + "locked": "3.6.11" }, "org.jetbrains.kotlin:kotlin-stdlib": { "locked": "1.9.25" @@ -65,15 +65,15 @@ "locked": "26.0.0" }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-webflux": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "compileOnlyDependenciesMetadata": { "org.springframework:spring-webflux": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "implementationDependenciesMetadata": { @@ -93,7 +93,7 @@ "locked": "2.17.2" }, "com.graphql-java:graphql-java": { - "locked": "22.1" + "locked": "22.3" }, "com.jayway.jsonpath:json-path": { "locked": "2.9.0" @@ -105,7 +105,7 @@ "project": true }, "io.projectreactor:reactor-core": { - "locked": "3.6.10" + "locked": "3.6.11" }, "org.jetbrains.kotlin:kotlin-stdlib": { "locked": "1.9.25" @@ -114,7 +114,7 @@ "locked": "26.0.0" }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmh": { @@ -150,7 +150,7 @@ "locked": "2.17.2" }, "com.graphql-java:graphql-java": { - "locked": "22.1" + "locked": "22.3" }, "com.jayway.jsonpath:json-path": { "locked": "2.9.0" @@ -162,7 +162,7 @@ "project": true }, "io.projectreactor:reactor-core": { - "locked": "3.6.10" + "locked": "3.6.11" }, "org.jetbrains.kotlin:kotlin-stdlib": { "locked": "1.9.25" @@ -180,10 +180,10 @@ "locked": "1.36" }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-webflux": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmhImplementationDependenciesMetadata": { @@ -202,13 +202,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -320,7 +320,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -476,7 +476,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -484,13 +484,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -557,7 +557,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -574,7 +574,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -586,13 +586,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -600,19 +600,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -632,7 +632,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -641,13 +641,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -655,7 +655,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -663,20 +663,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -692,20 +692,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -714,19 +714,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", @@ -739,7 +739,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -842,20 +842,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -975,7 +975,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -983,7 +983,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -993,21 +993,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -1015,14 +1015,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1127,7 +1127,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1136,7 +1136,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse-autoconfigure", @@ -1147,7 +1147,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -1158,61 +1158,61 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1222,7 +1222,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1231,7 +1231,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1248,27 +1248,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", @@ -1287,13 +1287,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", @@ -1304,7 +1304,7 @@ ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets", @@ -1696,7 +1696,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscription-types" @@ -1728,20 +1728,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -1798,13 +1798,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1812,13 +1812,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -1829,25 +1829,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -1855,13 +1855,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1937,7 +1937,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2058,13 +2058,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2129,7 +2129,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -2146,7 +2146,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -2158,13 +2158,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -2172,19 +2172,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -2204,7 +2204,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -2213,13 +2213,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -2227,7 +2227,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -2235,20 +2235,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -2264,20 +2264,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -2286,19 +2286,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.netty:reactor-netty-core", @@ -2308,7 +2308,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2374,20 +2374,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -2453,14 +2453,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2468,21 +2468,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2550,7 +2550,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2559,14 +2559,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -2575,61 +2575,61 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2639,14 +2639,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2662,27 +2662,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -2692,13 +2692,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -2718,13 +2718,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2800,7 +2800,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2921,13 +2921,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2962,7 +2962,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -2979,7 +2979,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -2991,13 +2991,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -3005,19 +3005,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -3037,7 +3037,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -3046,13 +3046,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -3060,7 +3060,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -3068,20 +3068,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -3097,20 +3097,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -3119,19 +3119,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.netty:reactor-netty-core", @@ -3141,7 +3141,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -3205,20 +3205,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3281,14 +3281,14 @@ "locked": "26.0.0" }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -3296,21 +3296,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3372,7 +3372,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3381,14 +3381,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -3397,61 +3397,61 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3461,14 +3461,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3484,27 +3484,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -3514,13 +3514,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -3540,13 +3540,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3658,7 +3658,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -3814,7 +3814,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -3822,13 +3822,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3895,7 +3895,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -3912,7 +3912,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -3924,13 +3924,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -3938,19 +3938,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -3970,7 +3970,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -3979,13 +3979,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -3993,7 +3993,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -4001,20 +4001,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4030,20 +4030,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -4052,19 +4052,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", @@ -4077,7 +4077,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -4168,20 +4168,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -4301,7 +4301,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -4309,7 +4309,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -4319,21 +4319,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -4341,14 +4341,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -4424,7 +4424,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4433,7 +4433,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse-autoconfigure", @@ -4444,7 +4444,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -4455,61 +4455,61 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4519,7 +4519,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -4528,7 +4528,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4545,27 +4545,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", @@ -4584,13 +4584,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", @@ -4601,7 +4601,7 @@ ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets", diff --git a/graphql-dgs-example-java-webflux/dependencies.lock b/graphql-dgs-example-java-webflux/dependencies.lock index 24f680a95..011ee6797 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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { @@ -17,13 +17,13 @@ }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -91,7 +91,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -237,20 +237,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -267,7 +267,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -279,13 +279,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -293,19 +293,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -325,7 +325,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -334,13 +334,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -348,7 +348,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.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.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -385,20 +385,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.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.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -495,57 +495,57 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-webflux-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -554,13 +554,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -573,19 +573,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "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.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -607,13 +607,13 @@ }, "implementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -681,7 +681,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -827,20 +827,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -857,7 +857,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -869,13 +869,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -883,19 +883,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -915,7 +915,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -924,13 +924,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -938,7 +938,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.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.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -975,20 +975,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.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.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1079,57 +1079,57 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-webflux-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1138,13 +1138,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1157,19 +1157,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "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.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -1244,13 +1244,13 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1318,7 +1318,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1464,20 +1464,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1494,7 +1494,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -1506,13 +1506,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -1520,19 +1520,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -1552,7 +1552,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -1561,13 +1561,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -1575,7 +1575,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.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.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1612,20 +1612,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.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.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1768,57 +1768,57 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-webflux-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1827,13 +1827,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1846,19 +1846,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "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.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -1931,13 +1931,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2049,7 +2049,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -2209,7 +2209,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -2217,13 +2217,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2290,19 +2290,19 @@ ] }, "io.netty.incubator:netty-incubator-codec-classes-quic": { - "locked": "0.0.66.Final", + "locked": "0.0.68.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-native-quic" ] }, "io.netty.incubator:netty-incubator-codec-native-quic": { - "locked": "0.0.66.Final", + "locked": "0.0.68.Final", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic" ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -2320,7 +2320,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-dns", @@ -2333,13 +2333,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -2347,19 +2347,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-buffer", @@ -2380,7 +2380,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-http", @@ -2390,13 +2390,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -2404,7 +2404,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -2412,20 +2412,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -2442,20 +2442,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -2470,19 +2470,19 @@ ] }, "io.projectreactor.netty.incubator:reactor-netty-incubator-quic": { - "locked": "0.1.22", + "locked": "0.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure" ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic", "io.projectreactor.netty:reactor-netty", @@ -2490,14 +2490,14 @@ ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty", "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -2716,7 +2716,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -2724,7 +2724,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -2734,21 +2734,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -2756,14 +2756,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2868,7 +2868,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2877,7 +2877,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -2886,7 +2886,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", @@ -2896,53 +2896,53 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-webflux-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2951,7 +2951,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -2960,7 +2960,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2976,26 +2976,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3009,14 +3009,14 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -3340,13 +3340,13 @@ }, "runtimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3458,7 +3458,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -3611,7 +3611,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -3619,32 +3619,32 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty.incubator:netty-incubator-codec-classes-quic": { - "locked": "0.0.66.Final", + "locked": "0.0.68.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-native-quic" ] }, "io.netty.incubator:netty-incubator-codec-native-quic": { - "locked": "0.0.66.Final", + "locked": "0.0.68.Final", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic" ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -3662,7 +3662,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-dns", @@ -3675,13 +3675,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -3689,19 +3689,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-buffer", @@ -3722,7 +3722,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-http", @@ -3732,13 +3732,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -3746,7 +3746,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -3754,20 +3754,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -3784,20 +3784,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -3812,19 +3812,19 @@ ] }, "io.projectreactor.netty.incubator:reactor-netty-incubator-quic": { - "locked": "0.1.22", + "locked": "0.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure" ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic", "io.projectreactor.netty:reactor-netty", @@ -3832,14 +3832,14 @@ ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty", "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -4005,14 +4005,14 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -4020,7 +4020,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", @@ -4029,37 +4029,37 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-webflux-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4068,7 +4068,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -4077,7 +4077,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4091,19 +4091,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -4117,14 +4117,14 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -4139,13 +4139,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -4213,7 +4213,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4366,13 +4366,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -4437,7 +4437,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4454,7 +4454,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -4466,13 +4466,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -4480,19 +4480,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -4512,7 +4512,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -4521,13 +4521,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -4535,7 +4535,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -4543,20 +4543,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4572,20 +4572,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -4594,19 +4594,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4731,14 +4731,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -4746,21 +4746,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -4828,7 +4828,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4837,14 +4837,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -4852,53 +4852,53 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-webflux-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4907,13 +4907,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4928,26 +4928,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -4955,7 +4955,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -4975,13 +4975,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -5049,7 +5049,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -5202,13 +5202,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -5243,7 +5243,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -5260,7 +5260,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -5272,13 +5272,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -5286,19 +5286,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -5318,7 +5318,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -5327,13 +5327,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -5341,7 +5341,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -5349,20 +5349,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -5378,20 +5378,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -5400,19 +5400,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -5529,14 +5529,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -5544,21 +5544,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -5620,7 +5620,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -5629,14 +5629,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -5644,53 +5644,53 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-webflux-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -5699,13 +5699,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5720,26 +5720,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -5747,7 +5747,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -5767,13 +5767,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -5885,7 +5885,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -6045,7 +6045,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -6053,13 +6053,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -6126,19 +6126,19 @@ ] }, "io.netty.incubator:netty-incubator-codec-classes-quic": { - "locked": "0.0.66.Final", + "locked": "0.0.68.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-native-quic" ] }, "io.netty.incubator:netty-incubator-codec-native-quic": { - "locked": "0.0.66.Final", + "locked": "0.0.68.Final", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic" ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -6156,7 +6156,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-dns", @@ -6169,13 +6169,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -6183,19 +6183,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-buffer", @@ -6216,7 +6216,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-http", @@ -6226,13 +6226,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -6240,7 +6240,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -6248,20 +6248,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -6278,20 +6278,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -6306,19 +6306,19 @@ ] }, "io.projectreactor.netty.incubator:reactor-netty-incubator-quic": { - "locked": "0.1.22", + "locked": "0.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure" ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic", "io.projectreactor.netty:reactor-netty", @@ -6326,14 +6326,14 @@ ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty", "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -6540,7 +6540,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -6548,7 +6548,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -6558,21 +6558,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -6580,14 +6580,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -6663,7 +6663,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -6672,7 +6672,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -6681,7 +6681,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", @@ -6691,53 +6691,53 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-webflux-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -6746,7 +6746,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -6755,7 +6755,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -6771,26 +6771,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -6804,14 +6804,14 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "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 f1318cbcc..8b0161499 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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { @@ -17,13 +17,13 @@ }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -100,7 +100,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -252,7 +252,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -260,19 +260,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -282,7 +282,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -310,20 +310,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -382,7 +382,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -458,14 +458,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -478,20 +478,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "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.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -513,13 +513,13 @@ }, "implementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -596,7 +596,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -748,7 +748,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -756,19 +756,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -778,7 +778,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -806,20 +806,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -872,7 +872,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -948,14 +948,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -968,20 +968,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "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.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -1056,13 +1056,13 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1139,7 +1139,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1291,7 +1291,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -1299,19 +1299,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -1321,7 +1321,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -1361,20 +1361,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -1467,7 +1467,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1543,14 +1543,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1563,20 +1563,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "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.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -1649,13 +1649,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1784,7 +1784,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -1955,7 +1955,7 @@ ] }, "com.netflix.spectator:spectator-api": { - "locked": "1.8.0", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] @@ -1973,7 +1973,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1981,7 +1981,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -1989,20 +1989,20 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer", "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -2072,7 +2072,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -2089,7 +2089,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -2101,13 +2101,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -2115,19 +2115,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -2147,7 +2147,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -2156,13 +2156,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -2170,7 +2170,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -2178,20 +2178,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -2207,20 +2207,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -2229,19 +2229,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -2254,7 +2254,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2357,20 +2357,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -2505,7 +2505,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -2513,7 +2513,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -2523,21 +2523,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -2545,14 +2545,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2664,7 +2664,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -2675,19 +2675,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -2699,7 +2699,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -2711,74 +2711,74 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2790,7 +2790,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -2801,13 +2801,13 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2826,33 +2826,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2869,20 +2869,20 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets", @@ -3209,13 +3209,13 @@ }, "runtimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3344,7 +3344,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -3514,7 +3514,7 @@ ] }, "com.netflix.spectator:spectator-api": { - "locked": "1.8.0", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] @@ -3526,7 +3526,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -3534,7 +3534,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -3542,20 +3542,20 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer", "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -3565,7 +3565,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -3625,20 +3625,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3773,7 +3773,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -3782,19 +3782,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -3805,7 +3805,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -3815,48 +3815,48 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3867,7 +3867,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -3878,13 +3878,13 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3900,26 +3900,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3934,14 +3934,14 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets", @@ -3959,13 +3959,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -4042,7 +4042,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4201,7 +4201,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -4209,19 +4209,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -4289,7 +4289,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4306,7 +4306,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -4318,13 +4318,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -4332,19 +4332,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -4364,7 +4364,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -4373,13 +4373,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -4387,7 +4387,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -4395,20 +4395,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4424,20 +4424,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -4446,19 +4446,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4469,7 +4469,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -4535,20 +4535,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -4617,14 +4617,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -4632,21 +4632,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -4714,7 +4714,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -4725,19 +4725,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4745,7 +4745,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator", "org.springframework.boot:spring-boot-starter-json", @@ -4755,64 +4755,64 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4822,14 +4822,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4845,27 +4845,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -4875,13 +4875,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -4901,13 +4901,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -4984,7 +4984,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -5143,7 +5143,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -5151,19 +5151,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -5201,7 +5201,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -5218,7 +5218,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -5230,13 +5230,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -5244,19 +5244,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -5276,7 +5276,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -5285,13 +5285,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -5299,7 +5299,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -5307,20 +5307,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -5336,20 +5336,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -5358,19 +5358,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -5381,7 +5381,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -5445,20 +5445,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -5521,14 +5521,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -5536,21 +5536,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -5612,7 +5612,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -5623,19 +5623,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -5643,7 +5643,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator", "org.springframework.boot:spring-boot-starter-json", @@ -5653,64 +5653,64 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -5720,14 +5720,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5743,27 +5743,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -5773,13 +5773,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -5799,13 +5799,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -5934,7 +5934,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -6105,7 +6105,7 @@ ] }, "com.netflix.spectator:spectator-api": { - "locked": "1.8.0", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] @@ -6123,7 +6123,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -6131,7 +6131,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -6139,20 +6139,20 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer", "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -6222,7 +6222,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -6239,7 +6239,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -6251,13 +6251,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -6265,19 +6265,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -6297,7 +6297,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -6306,13 +6306,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -6320,7 +6320,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -6328,20 +6328,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -6357,20 +6357,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -6379,19 +6379,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -6404,7 +6404,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -6495,20 +6495,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -6643,7 +6643,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -6651,7 +6651,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -6661,21 +6661,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -6683,14 +6683,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -6773,7 +6773,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -6784,19 +6784,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -6808,7 +6808,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -6820,74 +6820,74 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -6899,7 +6899,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -6910,13 +6910,13 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -6935,33 +6935,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -6978,20 +6978,20 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets", diff --git a/graphql-dgs-example-shared/dependencies.lock b/graphql-dgs-example-shared/dependencies.lock index 9f770faa0..25b6c0666 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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { @@ -45,7 +45,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -138,20 +138,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -188,13 +188,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -202,10 +202,10 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -215,19 +215,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "implementationDependenciesMetadata": { @@ -260,7 +260,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -353,20 +353,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -397,13 +397,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -411,10 +411,10 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -424,19 +424,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmh": { @@ -522,7 +522,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -615,20 +615,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -711,13 +711,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -725,10 +725,10 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -738,19 +738,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmhImplementationDependenciesMetadata": { @@ -806,13 +806,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -893,7 +893,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -996,7 +996,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1004,13 +1004,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1077,7 +1077,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -1085,7 +1085,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -1289,7 +1289,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -1297,7 +1297,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -1307,21 +1307,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -1329,14 +1329,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1441,7 +1441,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1450,7 +1450,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -1459,42 +1459,42 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1502,14 +1502,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1523,26 +1523,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", @@ -1868,13 +1868,13 @@ }, "runtimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1955,7 +1955,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -2051,7 +2051,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -2059,20 +2059,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -2224,14 +2224,14 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -2239,25 +2239,25 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2265,14 +2265,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2284,19 +2284,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", @@ -2313,13 +2313,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2353,7 +2353,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2453,13 +2453,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2524,14 +2524,14 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test" ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2646,14 +2646,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2661,21 +2661,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2743,7 +2743,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2752,48 +2752,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2801,13 +2801,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2821,26 +2821,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2857,13 +2857,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2897,7 +2897,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2997,13 +2997,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3038,14 +3038,14 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test" ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -3152,14 +3152,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -3167,21 +3167,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3243,7 +3243,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3252,48 +3252,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3301,13 +3301,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3321,26 +3321,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -3357,13 +3357,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3444,7 +3444,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -3547,7 +3547,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -3555,13 +3555,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3628,7 +3628,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -3636,7 +3636,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -3828,7 +3828,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -3836,7 +3836,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -3846,21 +3846,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -3868,14 +3868,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3951,7 +3951,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3960,7 +3960,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -3969,42 +3969,42 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4012,14 +4012,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4033,26 +4033,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "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 29edde7b4..1361068d8 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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -89,7 +89,7 @@ }, "compileClasspath": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -147,13 +147,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -185,35 +185,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -223,13 +223,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] @@ -237,7 +237,7 @@ }, "implementationDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -295,13 +295,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -327,35 +327,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -365,13 +365,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] @@ -432,7 +432,7 @@ }, "jmhCompileClasspath": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -490,13 +490,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -574,35 +574,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -612,13 +612,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] @@ -677,13 +677,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -794,7 +794,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -917,7 +917,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -925,13 +925,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -998,7 +998,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1103,20 +1103,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -1233,7 +1233,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -1241,7 +1241,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -1251,21 +1251,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -1273,14 +1273,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1385,7 +1385,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1394,14 +1394,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -1411,61 +1411,61 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1475,7 +1475,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1484,7 +1484,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1501,33 +1501,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -1540,14 +1540,14 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "org.springframework.boot:spring-boot-starter-websocket" @@ -1946,7 +1946,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -2006,27 +2006,27 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -2138,22 +2138,22 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2161,14 +2161,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -2179,19 +2179,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs" ] @@ -2205,13 +2205,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2231,7 +2231,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2351,13 +2351,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -2421,7 +2421,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -2539,14 +2539,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2554,21 +2554,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2636,7 +2636,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2645,61 +2645,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2712,19 +2712,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" @@ -2745,13 +2745,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2771,7 +2771,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2891,13 +2891,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -2931,7 +2931,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -3041,14 +3041,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -3056,21 +3056,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3132,7 +3132,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3141,61 +3141,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3208,19 +3208,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" @@ -3241,13 +3241,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3358,7 +3358,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -3481,7 +3481,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -3489,13 +3489,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3562,7 +3562,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -3655,20 +3655,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3785,7 +3785,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -3793,7 +3793,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -3803,21 +3803,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -3825,14 +3825,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3908,7 +3908,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3917,14 +3917,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -3934,61 +3934,61 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3998,7 +3998,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -4007,7 +4007,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4024,33 +4024,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -4063,14 +4063,14 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "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 647b8bcbb..ebacf7130 100644 --- a/graphql-dgs-extended-validation/dependencies.lock +++ b/graphql-dgs-extended-validation/dependencies.lock @@ -1,10 +1,10 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { @@ -15,7 +15,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.graphql-java:graphql-java-extended-validation", "com.netflix.graphql.dgs:graphql-dgs", @@ -139,7 +139,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.graphql-java:graphql-java-extended-validation", "com.netflix.graphql.dgs:graphql-dgs", @@ -205,13 +205,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -273,35 +273,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -311,13 +311,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] @@ -331,7 +331,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.graphql-java:graphql-java-extended-validation", "com.netflix.graphql.dgs:graphql-dgs", @@ -397,13 +397,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -459,35 +459,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -497,13 +497,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] @@ -570,7 +570,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.graphql-java:graphql-java-extended-validation", "com.netflix.graphql.dgs:graphql-dgs", @@ -636,13 +636,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -750,35 +750,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -788,13 +788,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] @@ -853,13 +853,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -976,7 +976,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -1107,7 +1107,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1115,13 +1115,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1188,7 +1188,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1305,20 +1305,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -1453,7 +1453,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -1461,7 +1461,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -1471,21 +1471,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -1493,14 +1493,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1605,7 +1605,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1614,14 +1614,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -1631,61 +1631,61 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1695,7 +1695,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1704,7 +1704,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1721,33 +1721,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -1760,14 +1760,14 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "org.springframework.boot:spring-boot-starter-websocket" @@ -2172,7 +2172,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -2240,27 +2240,27 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -2402,22 +2402,22 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2425,14 +2425,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -2443,19 +2443,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs" ] @@ -2469,13 +2469,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2501,7 +2501,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.graphql-java:graphql-java-extended-validation", "com.netflix.graphql.dgs:graphql-dgs", @@ -2629,13 +2629,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -2699,7 +2699,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -2847,14 +2847,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2862,21 +2862,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2944,7 +2944,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2953,61 +2953,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3020,19 +3020,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" @@ -3053,13 +3053,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3085,7 +3085,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.graphql-java:graphql-java-extended-validation", "com.netflix.graphql.dgs:graphql-dgs", @@ -3213,13 +3213,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -3253,7 +3253,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -3393,14 +3393,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -3408,21 +3408,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3484,7 +3484,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3493,61 +3493,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3560,19 +3560,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" @@ -3593,13 +3593,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3716,7 +3716,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -3847,7 +3847,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -3855,13 +3855,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3928,7 +3928,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4033,20 +4033,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -4181,7 +4181,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -4189,7 +4189,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -4199,21 +4199,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -4221,14 +4221,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -4304,7 +4304,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4313,14 +4313,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -4330,61 +4330,61 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4394,7 +4394,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -4403,7 +4403,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4420,33 +4420,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -4459,14 +4459,14 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "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 2a8edf964..7646b0aca 100644 --- a/graphql-dgs-mocking/dependencies.lock +++ b/graphql-dgs-mocking/dependencies.lock @@ -1,15 +1,15 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -54,7 +54,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -114,7 +114,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -221,7 +221,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -366,13 +366,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -390,7 +390,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -419,13 +419,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -649,7 +649,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -657,7 +657,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -667,21 +667,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -689,14 +689,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -797,7 +797,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -806,61 +806,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -873,19 +873,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" @@ -1222,7 +1222,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -1270,13 +1270,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1294,7 +1294,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -1323,13 +1323,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -1498,14 +1498,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -1513,21 +1513,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1594,7 +1594,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1603,61 +1603,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1670,19 +1670,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" @@ -1704,13 +1704,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1728,7 +1728,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -1757,13 +1757,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -1894,14 +1894,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -1909,21 +1909,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1984,7 +1984,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1993,61 +1993,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2060,19 +2060,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" @@ -2094,13 +2094,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2118,7 +2118,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2147,13 +2147,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -2365,7 +2365,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -2373,7 +2373,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -2383,21 +2383,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -2405,14 +2405,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2484,7 +2484,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2493,61 +2493,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2560,19 +2560,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" diff --git a/graphql-dgs-pagination/dependencies.lock b/graphql-dgs-pagination/dependencies.lock index 23a2d6f82..fcfc0f62d 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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -83,7 +83,7 @@ }, "compileClasspath": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -135,13 +135,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -173,35 +173,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -211,13 +211,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] @@ -225,7 +225,7 @@ }, "implementationDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -277,13 +277,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -309,35 +309,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -347,13 +347,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] @@ -414,7 +414,7 @@ }, "jmhCompileClasspath": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -466,13 +466,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -550,35 +550,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -588,13 +588,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] @@ -653,13 +653,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -739,7 +739,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -799,20 +799,20 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -879,7 +879,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -1073,7 +1073,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -1081,7 +1081,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -1091,21 +1091,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -1113,14 +1113,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1225,7 +1225,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1234,48 +1234,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1283,14 +1283,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1304,26 +1304,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs" ] @@ -1721,7 +1721,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1774,27 +1774,27 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -1906,22 +1906,22 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1929,14 +1929,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -1947,19 +1947,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs" ] @@ -1973,19 +1973,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2044,13 +2044,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -2219,14 +2219,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2234,21 +2234,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2315,7 +2315,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2324,61 +2324,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2391,19 +2391,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" @@ -2424,19 +2424,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2495,13 +2495,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -2632,14 +2632,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2647,21 +2647,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2722,7 +2722,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2731,61 +2731,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2798,19 +2798,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" @@ -2831,13 +2831,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2917,7 +2917,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -2977,20 +2977,20 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3057,7 +3057,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -3239,7 +3239,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -3247,7 +3247,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -3257,21 +3257,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -3279,14 +3279,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3362,7 +3362,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3371,48 +3371,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3420,14 +3420,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3441,26 +3441,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs" ] diff --git a/graphql-dgs-reactive/dependencies.lock b/graphql-dgs-reactive/dependencies.lock index b74d63ef8..dc3e56180 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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -83,13 +83,13 @@ }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -132,7 +132,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -184,13 +184,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -200,7 +200,7 @@ "locked": "1.2.3" }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -292,35 +292,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -329,13 +329,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -348,25 +348,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webflux" ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -377,32 +377,32 @@ }, "compileOnlyDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "org.springframework:spring-webflux" ] @@ -446,35 +446,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -483,13 +483,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -502,25 +502,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webflux" ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -568,7 +568,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -623,7 +623,7 @@ "locked": "1.2.3" }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions" @@ -732,13 +732,13 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -781,7 +781,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -833,13 +833,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -849,7 +849,7 @@ "locked": "1.2.3" }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -987,35 +987,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1024,13 +1024,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1043,25 +1043,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webflux" ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -1123,13 +1123,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1210,7 +1210,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1288,7 +1288,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1296,13 +1296,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1372,7 +1372,7 @@ "locked": "1.2.3" }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -1381,7 +1381,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -1583,7 +1583,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -1591,7 +1591,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -1601,21 +1601,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -1623,14 +1623,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1735,7 +1735,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1744,49 +1744,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1794,14 +1794,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1815,26 +1815,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", @@ -2234,7 +2234,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -2287,20 +2287,20 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2310,7 +2310,7 @@ "locked": "1.2.3" }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -2423,13 +2423,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2437,13 +2437,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -2453,19 +2453,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs" ] @@ -2479,13 +2479,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2528,7 +2528,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2605,13 +2605,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -2678,7 +2678,7 @@ "locked": "1.2.3" }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -2686,7 +2686,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2827,14 +2827,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2842,21 +2842,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2924,7 +2924,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2933,61 +2933,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3000,19 +3000,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" @@ -3033,13 +3033,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3082,7 +3082,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3159,13 +3159,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -3202,7 +3202,7 @@ "locked": "1.2.3" }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -3210,7 +3210,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -3341,14 +3341,14 @@ "locked": "1.8.1" }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -3356,21 +3356,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3432,7 +3432,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3441,61 +3441,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3508,19 +3508,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" @@ -3541,13 +3541,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3628,7 +3628,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3706,7 +3706,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -3714,13 +3714,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3790,7 +3790,7 @@ "locked": "1.2.3" }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -3799,7 +3799,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -3989,7 +3989,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -3997,7 +3997,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -4007,21 +4007,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -4029,14 +4029,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -4112,7 +4112,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4121,49 +4121,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4171,14 +4171,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4192,26 +4192,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "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 d288e43b7..0e28d1dcf 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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -83,13 +83,13 @@ }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -166,7 +166,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -273,23 +273,23 @@ ] }, "com.netflix.spectator:spectator-api": { - "locked": "1.8.0" + "locked": "1.8.1" }, "commons-codec:commons-codec": { "locked": "1.16.1" }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4" + "locked": "1.13.6" }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "org.springframework:spring-context", @@ -297,7 +297,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -325,20 +325,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -392,7 +392,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -462,7 +462,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-context-support", @@ -470,10 +470,10 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -487,20 +487,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "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.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -522,13 +522,13 @@ }, "compileOnlyDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -596,7 +596,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -703,20 +703,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -744,20 +744,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -799,7 +799,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -868,14 +868,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -888,20 +888,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "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.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -932,7 +932,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -984,23 +984,23 @@ ] }, "com.netflix.spectator:spectator-api": { - "locked": "1.8.0" + "locked": "1.8.1" }, "commons-codec:commons-codec": { "locked": "1.16.1" }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4" + "locked": "1.13.6" }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "org.springframework:spring-context" @@ -1033,13 +1033,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1047,16 +1047,16 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context-support" ] }, "org.springframework:spring-context-support": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -1066,13 +1066,13 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] @@ -1133,13 +1133,13 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1216,7 +1216,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1323,23 +1323,23 @@ ] }, "com.netflix.spectator:spectator-api": { - "locked": "1.8.0" + "locked": "1.8.1" }, "commons-codec:commons-codec": { "locked": "1.16.1" }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4" + "locked": "1.13.6" }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "org.springframework:spring-context", @@ -1347,7 +1347,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -1387,20 +1387,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -1488,7 +1488,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1558,7 +1558,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-context-support", @@ -1566,10 +1566,10 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1583,20 +1583,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "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.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -1669,13 +1669,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1797,7 +1797,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1907,7 +1907,7 @@ ] }, "com.netflix.spectator:spectator-api": { - "locked": "1.8.0" + "locked": "1.8.1" }, "com.vaadin.external.google:android-json": { "locked": "0.0.20131108.vaadin1", @@ -1919,7 +1919,7 @@ "locked": "1.16.1" }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1927,17 +1927,17 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4" + "locked": "1.13.6" }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "org.springframework:spring-context", @@ -2005,7 +2005,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -2110,20 +2110,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -2252,7 +2252,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -2260,7 +2260,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -2270,21 +2270,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -2292,14 +2292,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2411,7 +2411,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -2422,16 +2422,16 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2439,7 +2439,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -2449,61 +2449,61 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2514,7 +2514,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -2524,10 +2524,10 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2545,33 +2545,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2584,14 +2584,14 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "org.springframework.boot:spring-boot-starter-websocket" @@ -2999,7 +2999,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3052,30 +3052,30 @@ ] }, "com.netflix.spectator:spectator-api": { - "locked": "1.8.0" + "locked": "1.8.1" }, "commons-codec:commons-codec": { "locked": "1.16.1" }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4" + "locked": "1.13.6" }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "org.springframework:spring-context", @@ -3083,7 +3083,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -3214,13 +3214,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3229,17 +3229,17 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-context-support" ] }, "org.springframework:spring-context-support": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -3250,19 +3250,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs" ] @@ -3276,13 +3276,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3359,7 +3359,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3467,7 +3467,7 @@ ] }, "com.netflix.spectator:spectator-api": { - "locked": "1.8.0" + "locked": "1.8.1" }, "com.vaadin.external.google:android-json": { "locked": "0.0.20131108.vaadin1", @@ -3479,17 +3479,17 @@ "locked": "1.16.1" }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4" + "locked": "1.13.6" }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "org.springframework:spring-context", @@ -3555,7 +3555,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -3622,20 +3622,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3699,14 +3699,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -3714,21 +3714,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3796,7 +3796,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -3807,16 +3807,16 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3824,7 +3824,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -3832,51 +3832,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3886,7 +3886,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-context-support", @@ -3894,10 +3894,10 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3913,27 +3913,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -3941,7 +3941,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -3961,13 +3961,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -4044,7 +4044,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4152,7 +4152,7 @@ ] }, "com.netflix.spectator:spectator-api": { - "locked": "1.8.0" + "locked": "1.8.1" }, "com.vaadin.external.google:android-json": { "locked": "0.0.20131108.vaadin1", @@ -4164,17 +4164,17 @@ "locked": "1.16.1" }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4" + "locked": "1.13.6" }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "org.springframework:spring-context", @@ -4210,7 +4210,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -4275,20 +4275,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -4346,14 +4346,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -4361,21 +4361,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -4437,7 +4437,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -4448,16 +4448,16 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4465,7 +4465,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -4473,51 +4473,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4527,7 +4527,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-context-support", @@ -4535,10 +4535,10 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4554,27 +4554,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -4582,7 +4582,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -4602,13 +4602,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -4730,7 +4730,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -4840,7 +4840,7 @@ ] }, "com.netflix.spectator:spectator-api": { - "locked": "1.8.0" + "locked": "1.8.1" }, "com.vaadin.external.google:android-json": { "locked": "0.0.20131108.vaadin1", @@ -4852,7 +4852,7 @@ "locked": "1.16.1" }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4860,17 +4860,17 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4" + "locked": "1.13.6" }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "org.springframework:spring-context", @@ -4938,7 +4938,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -5031,20 +5031,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -5173,7 +5173,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -5181,7 +5181,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -5191,21 +5191,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -5213,14 +5213,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -5303,7 +5303,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -5314,16 +5314,16 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -5331,7 +5331,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -5341,61 +5341,61 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -5406,7 +5406,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -5416,10 +5416,10 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5437,33 +5437,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -5476,14 +5476,14 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "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 4811e870f..a7879a17f 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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -93,13 +93,13 @@ }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -114,7 +114,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -175,23 +175,23 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4" + "locked": "1.13.6" }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "org.springframework:spring-context", @@ -199,7 +199,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -274,35 +274,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -310,13 +310,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -329,22 +329,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -364,23 +364,23 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4" + "locked": "1.13.6" }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10" + "locked": "3.6.11" }, "jakarta.servlet:jakarta.servlet-api": { "locked": "6.0.0" @@ -398,36 +398,36 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-test" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "implementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -488,19 +488,19 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -560,35 +560,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -596,13 +596,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -614,19 +614,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -690,13 +690,13 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -711,7 +711,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -772,23 +772,23 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4" + "locked": "1.13.6" }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "org.springframework:spring-context", @@ -796,7 +796,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -917,35 +917,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -953,13 +953,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -972,22 +972,22 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -1049,13 +1049,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1167,7 +1167,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1236,20 +1236,20 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1316,7 +1316,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -1411,20 +1411,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -1541,7 +1541,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -1549,7 +1549,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -1559,21 +1559,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -1581,14 +1581,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1693,7 +1693,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1702,14 +1702,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -1717,51 +1717,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1770,7 +1770,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1778,7 +1778,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1793,27 +1793,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc", @@ -1823,7 +1823,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -2147,13 +2147,13 @@ }, "runtimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2234,7 +2234,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -2296,27 +2296,27 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -2462,35 +2462,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2498,14 +2498,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2517,19 +2517,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc" @@ -2545,13 +2545,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2626,7 +2626,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2694,19 +2694,19 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2771,7 +2771,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2840,20 +2840,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -2912,14 +2912,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2927,21 +2927,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3009,7 +3009,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3018,14 +3018,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -3033,51 +3033,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3086,14 +3086,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3108,27 +3108,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -3136,7 +3136,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -3156,13 +3156,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3237,7 +3237,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3305,19 +3305,19 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3352,7 +3352,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -3419,20 +3419,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3485,14 +3485,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -3500,21 +3500,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3576,7 +3576,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3585,14 +3585,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -3600,51 +3600,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3653,14 +3653,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3675,27 +3675,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -3703,7 +3703,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -3723,13 +3723,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3841,7 +3841,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3910,20 +3910,20 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3990,7 +3990,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -4073,20 +4073,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -4203,7 +4203,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -4211,7 +4211,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -4221,21 +4221,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -4243,14 +4243,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -4326,7 +4326,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4335,14 +4335,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -4350,51 +4350,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4403,7 +4403,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -4411,7 +4411,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4426,27 +4426,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc", @@ -4456,7 +4456,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] diff --git a/graphql-dgs-spring-boot-starter/dependencies.lock b/graphql-dgs-spring-boot-starter/dependencies.lock index 88c1771f6..79adace49 100644 --- a/graphql-dgs-spring-boot-starter/dependencies.lock +++ b/graphql-dgs-spring-boot-starter/dependencies.lock @@ -1,10 +1,10 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { @@ -23,7 +23,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -119,7 +119,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -154,13 +154,13 @@ }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -228,7 +228,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -324,20 +324,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -365,20 +365,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -425,61 +425,61 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -489,7 +489,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc", @@ -497,7 +497,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -512,26 +512,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "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.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] @@ -560,13 +560,13 @@ }, "implementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -634,7 +634,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -730,20 +730,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -771,20 +771,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -825,61 +825,61 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -889,7 +889,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc", @@ -897,7 +897,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -912,26 +912,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "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.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] @@ -1013,13 +1013,13 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1087,7 +1087,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1183,20 +1183,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -1236,20 +1236,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -1330,61 +1330,61 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1394,7 +1394,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc", @@ -1402,7 +1402,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1417,26 +1417,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "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.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] @@ -1516,13 +1516,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1633,7 +1633,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1738,7 +1738,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1746,13 +1746,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1819,7 +1819,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1924,20 +1924,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -2053,7 +2053,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -2061,7 +2061,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -2071,21 +2071,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -2093,14 +2093,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2205,7 +2205,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2214,14 +2214,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -2231,57 +2231,57 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2291,7 +2291,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -2300,7 +2300,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2317,33 +2317,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2356,14 +2356,14 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "org.springframework.boot:spring-boot-starter-websocket" @@ -2688,13 +2688,13 @@ }, "runtimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2805,7 +2805,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -2903,7 +2903,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -2911,20 +2911,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -2983,20 +2983,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3105,20 +3105,20 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -3127,41 +3127,41 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3171,7 +3171,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -3180,7 +3180,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3195,26 +3195,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3227,14 +3227,14 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "org.springframework.boot:spring-boot-starter-websocket" @@ -3250,13 +3250,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3324,7 +3324,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3427,13 +3427,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3498,7 +3498,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -3565,20 +3565,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3635,14 +3635,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -3650,21 +3650,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3732,7 +3732,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3741,14 +3741,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -3756,57 +3756,57 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3816,7 +3816,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc", @@ -3824,7 +3824,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3841,33 +3841,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -3876,13 +3876,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] @@ -3902,13 +3902,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3976,7 +3976,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4079,13 +4079,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -4120,7 +4120,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform" @@ -4185,20 +4185,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -4249,14 +4249,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -4264,21 +4264,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -4340,7 +4340,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4349,14 +4349,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -4364,57 +4364,57 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4424,7 +4424,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc", @@ -4432,7 +4432,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4449,33 +4449,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -4484,13 +4484,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] @@ -4510,13 +4510,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -4627,7 +4627,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -4732,7 +4732,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4740,13 +4740,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -4813,7 +4813,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4906,20 +4906,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -5035,7 +5035,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -5043,7 +5043,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -5053,21 +5053,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -5075,14 +5075,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -5158,7 +5158,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -5167,14 +5167,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", @@ -5184,57 +5184,57 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework.boot:spring-boot-starter-websocket": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -5244,7 +5244,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -5253,7 +5253,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5270,33 +5270,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-messaging": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-websocket" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -5309,14 +5309,14 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc-autoconfigure", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "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 a8f10093a..f681c1c68 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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { @@ -17,13 +17,13 @@ }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -100,7 +100,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -237,7 +237,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -245,19 +245,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -267,7 +267,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -284,7 +284,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -296,13 +296,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -310,19 +310,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -342,7 +342,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -351,13 +351,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -365,7 +365,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.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.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -402,20 +402,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.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.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -522,7 +522,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -612,14 +612,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -632,19 +632,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "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.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -666,13 +666,13 @@ }, "implementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -749,7 +749,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -886,7 +886,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -894,19 +894,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -916,7 +916,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -933,7 +933,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -945,13 +945,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -959,19 +959,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -991,7 +991,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -1000,13 +1000,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -1014,7 +1014,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.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.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1051,20 +1051,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.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.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1165,7 +1165,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1255,14 +1255,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1275,19 +1275,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "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.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -1362,13 +1362,13 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1445,7 +1445,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1582,7 +1582,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -1590,19 +1590,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -1612,7 +1612,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1629,7 +1629,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -1641,13 +1641,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -1655,19 +1655,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -1687,7 +1687,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -1696,13 +1696,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -1710,7 +1710,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.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.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1747,20 +1747,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.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.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1913,7 +1913,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2003,14 +2003,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2023,19 +2023,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "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.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -2108,13 +2108,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2241,7 +2241,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -2403,7 +2403,7 @@ ] }, "com.netflix.spectator:spectator-api": { - "locked": "1.8.0", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] @@ -2421,7 +2421,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -2431,7 +2431,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -2439,20 +2439,20 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer", "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -2522,7 +2522,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -2539,7 +2539,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -2551,13 +2551,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -2565,19 +2565,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -2597,7 +2597,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -2606,13 +2606,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -2620,7 +2620,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -2628,20 +2628,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -2657,20 +2657,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -2685,19 +2685,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -2712,7 +2712,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2940,7 +2940,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -2948,7 +2948,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -2958,21 +2958,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -2980,14 +2980,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3099,7 +3099,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -3110,19 +3110,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -3133,7 +3133,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-actuator", @@ -3144,68 +3144,68 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3215,7 +3215,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -3226,13 +3226,13 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3249,26 +3249,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3283,13 +3283,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -3613,13 +3613,13 @@ }, "runtimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3746,7 +3746,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -3907,7 +3907,7 @@ ] }, "com.netflix.spectator:spectator-api": { - "locked": "1.8.0", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] @@ -3919,7 +3919,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -3929,7 +3929,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -3937,20 +3937,20 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer", "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -3960,7 +3960,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -3977,7 +3977,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -3989,13 +3989,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -4003,19 +4003,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -4035,7 +4035,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -4044,13 +4044,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -4058,7 +4058,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -4066,20 +4066,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4095,20 +4095,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -4123,19 +4123,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -4325,7 +4325,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -4334,19 +4334,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -4356,7 +4356,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-actuator", @@ -4366,52 +4366,52 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4421,7 +4421,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -4432,13 +4432,13 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4453,19 +4453,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -4480,13 +4480,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -4501,13 +4501,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -4584,7 +4584,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4728,7 +4728,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -4736,19 +4736,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -4816,7 +4816,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4833,7 +4833,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -4845,13 +4845,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -4859,19 +4859,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -4891,7 +4891,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -4900,13 +4900,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -4914,7 +4914,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -4922,20 +4922,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4951,20 +4951,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -4973,19 +4973,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4997,7 +4997,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -5127,14 +5127,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -5142,21 +5142,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -5224,7 +5224,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -5235,19 +5235,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -5255,7 +5255,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator", "org.springframework.boot:spring-boot-starter-graphql", @@ -5265,67 +5265,67 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -5334,14 +5334,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5356,26 +5356,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -5383,7 +5383,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -5403,13 +5403,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -5486,7 +5486,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -5630,7 +5630,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -5638,19 +5638,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -5688,7 +5688,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -5705,7 +5705,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -5717,13 +5717,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -5731,19 +5731,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -5763,7 +5763,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -5772,13 +5772,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -5786,7 +5786,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -5794,20 +5794,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -5823,20 +5823,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -5845,19 +5845,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -5869,7 +5869,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -5991,14 +5991,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -6006,21 +6006,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -6082,7 +6082,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -6093,19 +6093,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -6113,7 +6113,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator", "org.springframework.boot:spring-boot-starter-graphql", @@ -6123,67 +6123,67 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -6192,14 +6192,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -6214,26 +6214,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -6241,7 +6241,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -6261,13 +6261,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -6394,7 +6394,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -6556,7 +6556,7 @@ ] }, "com.netflix.spectator:spectator-api": { - "locked": "1.8.0", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] @@ -6574,7 +6574,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -6584,7 +6584,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -6592,20 +6592,20 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer", "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -6675,7 +6675,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -6692,7 +6692,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -6704,13 +6704,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -6718,19 +6718,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -6750,7 +6750,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -6759,13 +6759,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -6773,7 +6773,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -6781,20 +6781,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -6810,20 +6810,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -6838,19 +6838,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -6865,7 +6865,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -7081,7 +7081,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -7089,7 +7089,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -7099,21 +7099,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -7121,14 +7121,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -7211,7 +7211,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -7222,19 +7222,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -7245,7 +7245,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-actuator", @@ -7256,68 +7256,68 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -7327,7 +7327,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -7338,13 +7338,13 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -7361,26 +7361,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -7395,13 +7395,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] diff --git a/graphql-dgs-spring-graphql-example-java/dependencies.lock b/graphql-dgs-spring-graphql-example-java/dependencies.lock index 86d361649..fcffa3da8 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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { @@ -35,7 +35,7 @@ "project": true }, "io.projectreactor:reactor-core": { - "locked": "3.6.10" + "locked": "3.6.11" }, "name.nkonev.multipart-spring-graphql:multipart-spring-graphql": { "locked": "1.4.1" @@ -44,13 +44,13 @@ "locked": "1.9.25" }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "implementationDependenciesMetadata": { @@ -73,7 +73,7 @@ "project": true }, "io.projectreactor:reactor-core": { - "locked": "3.6.10" + "locked": "3.6.11" }, "name.nkonev.multipart-spring-graphql:multipart-spring-graphql": { "locked": "1.4.1" @@ -82,13 +82,13 @@ "locked": "1.9.25" }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "jmh": { @@ -127,7 +127,7 @@ "project": true }, "io.projectreactor:reactor-core": { - "locked": "3.6.10" + "locked": "3.6.11" }, "name.nkonev.multipart-spring-graphql:multipart-spring-graphql": { "locked": "1.4.1" @@ -145,13 +145,13 @@ "locked": "1.36" }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "jmhImplementationDependenciesMetadata": { @@ -170,13 +170,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -304,7 +304,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -501,7 +501,7 @@ ] }, "com.netflix.spectator:spectator-api": { - "locked": "1.8.0", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] @@ -519,7 +519,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -529,7 +529,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -537,20 +537,20 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer", "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -620,7 +620,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -637,7 +637,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -649,13 +649,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -663,19 +663,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -695,7 +695,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -704,13 +704,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -718,7 +718,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -726,20 +726,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -755,20 +755,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -783,19 +783,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -812,7 +812,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -912,20 +912,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -1064,7 +1064,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -1072,7 +1072,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -1082,21 +1082,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -1104,14 +1104,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1223,7 +1223,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -1234,19 +1234,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -1259,7 +1259,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-actuator", @@ -1271,17 +1271,17 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-web", @@ -1289,48 +1289,48 @@ ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-test", "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter-graphql", @@ -1344,14 +1344,14 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1362,7 +1362,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -1375,13 +1375,13 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1399,20 +1399,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test", @@ -1420,7 +1420,7 @@ ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -1439,13 +1439,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse-autoconfigure", @@ -1453,7 +1453,7 @@ ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -1777,13 +1777,13 @@ }, "runtimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1911,7 +1911,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -2090,7 +2090,7 @@ ] }, "com.netflix.spectator:spectator-api": { - "locked": "1.8.0", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] @@ -2102,7 +2102,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -2112,7 +2112,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -2120,20 +2120,20 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer", "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -2143,7 +2143,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -2160,7 +2160,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -2172,13 +2172,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -2186,19 +2186,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -2218,7 +2218,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -2227,13 +2227,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -2241,7 +2241,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -2249,20 +2249,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -2278,20 +2278,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -2306,19 +2306,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -2381,20 +2381,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -2531,7 +2531,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -2540,19 +2540,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -2563,7 +2563,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-actuator", @@ -2574,17 +2574,17 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-web", @@ -2592,45 +2592,45 @@ ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2641,7 +2641,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -2653,13 +2653,13 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2675,20 +2675,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2707,13 +2707,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse-autoconfigure", @@ -2721,7 +2721,7 @@ ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -2736,13 +2736,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2819,7 +2819,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2994,7 +2994,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -3002,19 +3002,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -3082,7 +3082,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -3099,7 +3099,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -3111,13 +3111,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -3125,19 +3125,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -3157,7 +3157,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -3166,13 +3166,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -3180,7 +3180,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -3188,20 +3188,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -3217,20 +3217,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -3239,19 +3239,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -3264,7 +3264,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -3333,20 +3333,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3417,14 +3417,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -3432,21 +3432,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3514,7 +3514,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -3525,19 +3525,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3545,7 +3545,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator", "org.springframework.boot:spring-boot-starter-graphql", @@ -3556,17 +3556,17 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-web", @@ -3574,47 +3574,47 @@ ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.graphql:spring-graphql-test" @@ -3627,14 +3627,14 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3644,7 +3644,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql", @@ -3653,7 +3653,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3669,20 +3669,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test", @@ -3690,7 +3690,7 @@ ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -3700,13 +3700,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -3726,13 +3726,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3809,7 +3809,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3984,7 +3984,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -3992,19 +3992,19 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -4042,7 +4042,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4059,7 +4059,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -4071,13 +4071,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -4085,19 +4085,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -4117,7 +4117,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -4126,13 +4126,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -4140,7 +4140,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -4148,20 +4148,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4177,20 +4177,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -4199,19 +4199,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4224,7 +4224,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -4291,20 +4291,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -4369,14 +4369,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -4384,21 +4384,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -4460,7 +4460,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -4471,19 +4471,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4491,7 +4491,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator", "org.springframework.boot:spring-boot-starter-graphql", @@ -4502,17 +4502,17 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-web", @@ -4520,47 +4520,47 @@ ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.graphql:spring-graphql-test" @@ -4573,14 +4573,14 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4590,7 +4590,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql", @@ -4599,7 +4599,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4615,20 +4615,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test", @@ -4636,7 +4636,7 @@ ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -4646,13 +4646,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -4672,13 +4672,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -4806,7 +4806,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -5003,7 +5003,7 @@ ] }, "com.netflix.spectator:spectator-api": { - "locked": "1.8.0", + "locked": "1.8.1", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] @@ -5021,7 +5021,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -5031,7 +5031,7 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -5039,20 +5039,20 @@ ] }, "io.micrometer:micrometer-core": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer", "io.micrometer:micrometer-jakarta9" ] }, "io.micrometer:micrometer-jakarta9": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-core", "io.micrometer:micrometer-jakarta9", @@ -5122,7 +5122,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -5139,7 +5139,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -5151,13 +5151,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -5165,19 +5165,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -5197,7 +5197,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -5206,13 +5206,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -5220,7 +5220,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -5228,20 +5228,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -5257,20 +5257,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -5285,19 +5285,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -5314,7 +5314,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -5402,20 +5402,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -5554,7 +5554,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -5562,7 +5562,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -5572,21 +5572,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -5594,14 +5594,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -5684,7 +5684,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator", "org.springframework.boot:spring-boot-actuator-autoconfigure", @@ -5695,19 +5695,19 @@ ] }, "org.springframework.boot:spring-boot-actuator": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-actuator-autoconfigure" ] }, "org.springframework.boot:spring-boot-actuator-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-actuator" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-extended-scalars", "com.netflix.graphql.dgs:graphql-dgs-pagination", @@ -5720,7 +5720,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-actuator", @@ -5732,17 +5732,17 @@ ] }, "org.springframework.boot:spring-boot-starter-actuator": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-web", @@ -5750,48 +5750,48 @@ ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-test", "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter-graphql", @@ -5805,14 +5805,14 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -5823,7 +5823,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-example-shared", @@ -5836,13 +5836,13 @@ ] }, "org.springframework:spring-context-support": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-micrometer" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5860,20 +5860,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test", @@ -5881,7 +5881,7 @@ ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -5900,13 +5900,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse-autoconfigure", @@ -5914,7 +5914,7 @@ ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] diff --git a/graphql-dgs-spring-graphql-starter-test/dependencies.lock b/graphql-dgs-spring-graphql-starter-test/dependencies.lock index fe117447c..fe5a1e95f 100644 --- a/graphql-dgs-spring-graphql-starter-test/dependencies.lock +++ b/graphql-dgs-spring-graphql-starter-test/dependencies.lock @@ -1,15 +1,15 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -43,19 +43,19 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -82,36 +82,36 @@ ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.graphql:spring-graphql-test" ] }, "org.springframework.graphql:spring-graphql-test": { - "locked": "1.3.2" + "locked": "1.3.3" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.graphql:spring-graphql", "org.springframework.graphql:spring-graphql-test" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -121,19 +121,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.graphql:spring-graphql-test" ] @@ -141,7 +141,7 @@ }, "compileClasspath": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -175,19 +175,19 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -220,36 +220,36 @@ ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.graphql:spring-graphql-test" ] }, "org.springframework.graphql:spring-graphql-test": { - "locked": "1.3.2" + "locked": "1.3.3" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.graphql:spring-graphql", "org.springframework.graphql:spring-graphql-test" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -259,19 +259,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.graphql:spring-graphql-test" ] @@ -279,7 +279,7 @@ }, "implementationDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -313,19 +313,19 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -352,36 +352,36 @@ ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.graphql:spring-graphql-test" ] }, "org.springframework.graphql:spring-graphql-test": { - "locked": "1.3.2" + "locked": "1.3.3" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.graphql:spring-graphql", "org.springframework.graphql:spring-graphql-test" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -391,19 +391,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.graphql:spring-graphql-test" ] @@ -464,7 +464,7 @@ }, "jmhCompileClasspath": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -498,19 +498,19 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -589,36 +589,36 @@ ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.graphql:spring-graphql-test" ] }, "org.springframework.graphql:spring-graphql-test": { - "locked": "1.3.2" + "locked": "1.3.3" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.graphql:spring-graphql", "org.springframework.graphql:spring-graphql-test" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -628,19 +628,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.graphql:spring-graphql-test" ] @@ -699,19 +699,19 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -752,20 +752,20 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -831,7 +831,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -995,7 +995,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -1003,7 +1003,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -1013,21 +1013,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -1035,14 +1035,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1144,7 +1144,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1153,7 +1153,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-test", "org.springframework.boot:spring-boot-starter", @@ -1161,58 +1161,58 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-test", "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.graphql:spring-graphql-test" ] }, "org.springframework.graphql:spring-graphql-test": { - "locked": "1.3.2" + "locked": "1.3.3" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql", @@ -1220,7 +1220,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1233,19 +1233,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test", @@ -1570,7 +1570,7 @@ }, "runtimeClasspath": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -1604,26 +1604,26 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -1675,7 +1675,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-test", @@ -1683,48 +1683,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "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.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.graphql:spring-graphql-test" ] }, "org.springframework.graphql:spring-graphql-test": { - "locked": "1.3.2" + "locked": "1.3.3" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql", @@ -1732,7 +1732,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -1743,19 +1743,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-test", "org.springframework.graphql:spring-graphql-test" @@ -1764,19 +1764,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -1817,13 +1817,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -1887,7 +1887,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -1998,14 +1998,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2013,21 +2013,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2095,7 +2095,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2104,64 +2104,64 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.graphql:spring-graphql-test" ] }, "org.springframework.graphql:spring-graphql-test": { - "locked": "1.3.2" + "locked": "1.3.3" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql", @@ -2169,7 +2169,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2182,19 +2182,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test", @@ -2216,19 +2216,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -2269,13 +2269,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -2309,7 +2309,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -2412,14 +2412,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2427,21 +2427,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2503,7 +2503,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2512,64 +2512,64 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.graphql:spring-graphql-test" ] }, "org.springframework.graphql:spring-graphql-test": { - "locked": "1.3.2" + "locked": "1.3.3" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql", @@ -2577,7 +2577,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2590,19 +2590,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test", @@ -2624,19 +2624,19 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -2677,20 +2677,20 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -2756,7 +2756,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -2908,7 +2908,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -2916,7 +2916,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -2926,21 +2926,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -2948,14 +2948,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3028,7 +3028,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3037,7 +3037,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-test", "org.springframework.boot:spring-boot-starter", @@ -3045,58 +3045,58 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql-test", "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.graphql:spring-graphql-test" ] }, "org.springframework.graphql:spring-graphql-test": { - "locked": "1.3.2" + "locked": "1.3.3" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql", @@ -3104,7 +3104,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3117,19 +3117,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test", diff --git a/graphql-dgs-spring-graphql-starter/dependencies.lock b/graphql-dgs-spring-graphql-starter/dependencies.lock index c45716eae..2193561dd 100644 --- a/graphql-dgs-spring-graphql-starter/dependencies.lock +++ b/graphql-dgs-spring-graphql-starter/dependencies.lock @@ -1,21 +1,21 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -83,7 +83,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -178,20 +178,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -254,54 +254,54 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-json" ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -309,14 +309,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -328,19 +328,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json" ] @@ -354,13 +354,13 @@ }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -428,7 +428,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -523,20 +523,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -605,54 +605,54 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-json" ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -660,14 +660,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -679,19 +679,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json" ] @@ -705,13 +705,13 @@ }, "implementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -779,7 +779,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -874,20 +874,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -950,54 +950,54 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-json" ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1005,14 +1005,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1024,19 +1024,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json" ] @@ -1103,13 +1103,13 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1177,7 +1177,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1272,20 +1272,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1400,54 +1400,54 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-json" ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1455,14 +1455,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1474,19 +1474,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json" ] @@ -1551,13 +1551,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1669,7 +1669,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1783,7 +1783,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1793,13 +1793,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1872,7 +1872,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -2084,7 +2084,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -2092,7 +2092,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -2102,21 +2102,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -2124,14 +2124,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2236,7 +2236,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2245,7 +2245,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter", @@ -2253,7 +2253,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-graphql", @@ -2262,51 +2262,51 @@ ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2314,7 +2314,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -2323,7 +2323,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2338,26 +2338,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -2369,7 +2369,7 @@ ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -2693,13 +2693,13 @@ }, "runtimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2811,7 +2811,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -2918,7 +2918,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -2928,13 +2928,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2947,7 +2947,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -3106,21 +3106,21 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-graphql", @@ -3128,35 +3128,35 @@ ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3164,7 +3164,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -3173,7 +3173,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3186,19 +3186,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3210,7 +3210,7 @@ ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -3225,13 +3225,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3299,7 +3299,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3401,13 +3401,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3472,7 +3472,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -3590,14 +3590,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -3605,21 +3605,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3687,7 +3687,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3696,14 +3696,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-json", @@ -3711,50 +3711,50 @@ ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3762,14 +3762,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3783,26 +3783,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json" ] @@ -3822,13 +3822,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3896,7 +3896,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3998,13 +3998,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -4039,7 +4039,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4149,14 +4149,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -4164,21 +4164,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -4240,7 +4240,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4249,14 +4249,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-json", @@ -4264,50 +4264,50 @@ ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4315,14 +4315,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4336,26 +4336,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json" ] @@ -4375,13 +4375,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -4493,7 +4493,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -4607,7 +4607,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4617,13 +4617,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -4696,7 +4696,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4896,7 +4896,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -4904,7 +4904,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -4914,21 +4914,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -4936,14 +4936,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -5019,7 +5019,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -5028,7 +5028,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter", @@ -5036,7 +5036,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-graphql", @@ -5045,51 +5045,51 @@ ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-graphql", "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -5097,7 +5097,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -5106,7 +5106,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5121,26 +5121,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -5152,7 +5152,7 @@ ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "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 d85487f23..eb23af91d 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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { @@ -20,13 +20,13 @@ "project": true }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -41,7 +41,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-test", @@ -49,41 +49,41 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -94,19 +94,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-test" ] @@ -117,13 +117,13 @@ "project": true }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -132,7 +132,7 @@ "locked": "1.9.25" }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-test", @@ -140,41 +140,41 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -185,19 +185,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-test" ] @@ -261,13 +261,13 @@ "project": true }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -328,7 +328,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-test", @@ -336,41 +336,41 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -381,19 +381,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-test" ] @@ -452,13 +452,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -480,13 +480,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -707,7 +707,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -715,7 +715,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -725,21 +725,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -747,14 +747,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -848,7 +848,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -857,61 +857,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -924,19 +924,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" @@ -1263,13 +1263,13 @@ "project": true }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -1284,7 +1284,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-test", @@ -1292,41 +1292,41 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -1337,19 +1337,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-test" ] @@ -1357,13 +1357,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1385,13 +1385,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -1557,14 +1557,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -1572,21 +1572,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1646,7 +1646,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1655,61 +1655,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1722,19 +1722,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" @@ -1755,13 +1755,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1783,13 +1783,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -1917,14 +1917,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -1932,21 +1932,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2000,7 +2000,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2009,61 +2009,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2076,19 +2076,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" @@ -2109,13 +2109,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2137,13 +2137,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -2352,7 +2352,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -2360,7 +2360,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -2370,21 +2370,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -2392,14 +2392,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2464,7 +2464,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2473,61 +2473,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2540,19 +2540,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" diff --git a/graphql-dgs-spring-graphql/dependencies.lock b/graphql-dgs-spring-graphql/dependencies.lock index 34c1b54f8..c5c1b9ef4 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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { @@ -64,7 +64,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -125,26 +125,26 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -190,26 +190,26 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2" + "locked": "1.3.3" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -219,7 +219,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql", @@ -227,7 +227,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -241,51 +241,51 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webflux", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "compileOnlyDependenciesMetadata": { "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "org.springframework:spring-webflux" ] @@ -300,14 +300,14 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -317,13 +317,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -336,33 +336,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webflux", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "implementationDependenciesMetadata": { @@ -414,7 +414,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -475,26 +475,26 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql" @@ -530,25 +530,25 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2" + "locked": "1.3.3" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -556,14 +556,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -574,19 +574,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmh": { @@ -691,7 +691,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -752,26 +752,26 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -863,26 +863,26 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2" + "locked": "1.3.3" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -892,7 +892,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql", @@ -900,7 +900,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -914,33 +914,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webflux", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmhImplementationDependenciesMetadata": { @@ -996,13 +996,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1115,7 +1115,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1202,7 +1202,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1211,13 +1211,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1290,7 +1290,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -1391,20 +1391,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -1524,7 +1524,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -1532,7 +1532,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -1542,21 +1542,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -1564,14 +1564,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1676,7 +1676,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1685,14 +1685,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-graphql", @@ -1702,61 +1702,61 @@ ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1766,7 +1766,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1775,7 +1775,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1791,27 +1791,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", @@ -1823,10 +1823,10 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -2225,7 +2225,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -2287,7 +2287,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -2295,13 +2295,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2314,7 +2314,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -2430,25 +2430,25 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2" + "locked": "1.3.3" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2456,7 +2456,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -2464,7 +2464,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -2475,19 +2475,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs" ] @@ -2501,13 +2501,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2591,7 +2591,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2677,19 +2677,19 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2754,7 +2754,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -2822,20 +2822,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -2903,14 +2903,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2918,21 +2918,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3000,7 +3000,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3009,14 +3009,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-json", @@ -3025,61 +3025,61 @@ ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3089,7 +3089,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql", @@ -3097,7 +3097,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3113,27 +3113,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -3142,10 +3142,10 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -3165,13 +3165,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3255,7 +3255,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3341,19 +3341,19 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3388,7 +3388,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.springframework.graphql:spring-graphql", @@ -3454,20 +3454,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3529,14 +3529,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -3544,21 +3544,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3620,7 +3620,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3629,14 +3629,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-json", @@ -3645,61 +3645,61 @@ ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3709,7 +3709,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.graphql:spring-graphql", @@ -3717,7 +3717,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3733,27 +3733,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -3762,10 +3762,10 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -3785,13 +3785,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3904,7 +3904,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3991,7 +3991,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4000,13 +4000,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -4079,7 +4079,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -4168,20 +4168,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -4301,7 +4301,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -4309,7 +4309,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -4319,21 +4319,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -4341,14 +4341,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -4424,7 +4424,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4433,14 +4433,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-graphql", @@ -4450,61 +4450,61 @@ ] }, "org.springframework.boot:spring-boot-starter-graphql": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql", "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.graphql:spring-graphql": { - "locked": "1.3.2", + "locked": "1.3.3", "transitive": [ "org.springframework.boot:spring-boot-starter-graphql" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4514,7 +4514,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -4523,7 +4523,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4539,27 +4539,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", @@ -4571,10 +4571,10 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] diff --git a/graphql-dgs-spring-webflux-autoconfigure/dependencies.lock b/graphql-dgs-spring-webflux-autoconfigure/dependencies.lock index 702ec2244..3457d0a0a 100644 --- a/graphql-dgs-spring-webflux-autoconfigure/dependencies.lock +++ b/graphql-dgs-spring-webflux-autoconfigure/dependencies.lock @@ -1,10 +1,10 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { @@ -22,7 +22,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -114,13 +114,13 @@ }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -164,7 +164,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -232,20 +232,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -262,7 +262,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -274,13 +274,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -288,19 +288,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -320,7 +320,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -329,13 +329,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -343,7 +343,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -351,20 +351,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -380,20 +380,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -402,23 +402,23 @@ ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.22" + "locked": "1.1.23" }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty", "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.netty:reactor-netty-core", @@ -492,35 +492,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -529,13 +529,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -548,25 +548,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webflux" ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -577,13 +577,13 @@ }, "implementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -627,7 +627,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -695,20 +695,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -725,7 +725,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -737,13 +737,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -751,19 +751,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -783,7 +783,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -792,13 +792,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -806,7 +806,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -814,20 +814,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -843,20 +843,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -865,23 +865,23 @@ ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.22" + "locked": "1.1.23" }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty", "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.netty:reactor-netty-core", @@ -949,35 +949,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -986,13 +986,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1005,25 +1005,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webflux" ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -1087,13 +1087,13 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1137,7 +1137,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1205,20 +1205,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1235,7 +1235,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -1247,13 +1247,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -1261,19 +1261,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -1293,7 +1293,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -1302,13 +1302,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -1316,7 +1316,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -1324,20 +1324,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1353,20 +1353,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -1375,23 +1375,23 @@ ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.22" + "locked": "1.1.23" }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty", "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.netty:reactor-netty-core", @@ -1511,35 +1511,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1548,13 +1548,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1567,25 +1567,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webflux" ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -1647,13 +1647,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1767,7 +1767,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1861,7 +1861,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1869,13 +1869,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1942,19 +1942,19 @@ ] }, "io.netty.incubator:netty-incubator-codec-classes-quic": { - "locked": "0.0.66.Final", + "locked": "0.0.68.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-native-quic" ] }, "io.netty.incubator:netty-incubator-codec-native-quic": { - "locked": "0.0.66.Final", + "locked": "0.0.68.Final", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic" ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -1972,7 +1972,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-dns", @@ -1985,13 +1985,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -1999,19 +1999,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-buffer", @@ -2032,7 +2032,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-http", @@ -2042,13 +2042,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -2056,7 +2056,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -2064,20 +2064,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -2094,20 +2094,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -2122,16 +2122,16 @@ ] }, "io.projectreactor.netty.incubator:reactor-netty-incubator-quic": { - "locked": "0.1.22", + "locked": "0.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.22" + "locked": "1.1.23" }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic", "io.projectreactor.netty:reactor-netty", @@ -2139,14 +2139,14 @@ ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty", "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -2158,7 +2158,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2369,7 +2369,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -2377,7 +2377,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -2387,21 +2387,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -2409,14 +2409,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2521,7 +2521,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2530,14 +2530,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-json", @@ -2546,50 +2546,50 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2598,7 +2598,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -2606,7 +2606,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2622,26 +2622,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", @@ -2653,13 +2653,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -2983,13 +2983,13 @@ }, "runtimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3071,7 +3071,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3140,39 +3140,39 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty.incubator:netty-incubator-codec-classes-quic": { - "locked": "0.0.66.Final", + "locked": "0.0.68.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-native-quic" ] }, "io.netty.incubator:netty-incubator-codec-native-quic": { - "locked": "0.0.66.Final", + "locked": "0.0.68.Final", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic" ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -3190,7 +3190,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-dns", @@ -3203,13 +3203,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -3217,19 +3217,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-buffer", @@ -3250,7 +3250,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-http", @@ -3260,13 +3260,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -3274,7 +3274,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -3282,20 +3282,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -3312,20 +3312,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -3340,16 +3340,16 @@ ] }, "io.projectreactor.netty.incubator:reactor-netty-incubator-quic": { - "locked": "0.1.22", + "locked": "0.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.22" + "locked": "1.1.23" }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic", "io.projectreactor.netty:reactor-netty", @@ -3357,13 +3357,13 @@ ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -3511,35 +3511,35 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3548,7 +3548,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -3556,7 +3556,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3570,19 +3570,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-webflux", @@ -3590,10 +3590,10 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -3608,13 +3608,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3699,7 +3699,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3792,13 +3792,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3863,7 +3863,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -3880,7 +3880,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -3892,13 +3892,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -3906,19 +3906,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -3938,7 +3938,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -3947,13 +3947,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -3961,7 +3961,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -3969,20 +3969,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -3998,20 +3998,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -4020,24 +4020,24 @@ ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.22" + "locked": "1.1.23" }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty", "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty", "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.netty:reactor-netty-core", @@ -4047,7 +4047,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -4175,14 +4175,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -4190,21 +4190,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -4272,7 +4272,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4281,14 +4281,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -4296,50 +4296,50 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4348,13 +4348,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4369,26 +4369,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -4396,7 +4396,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -4416,13 +4416,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -4507,7 +4507,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4600,13 +4600,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -4641,7 +4641,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4658,7 +4658,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -4670,13 +4670,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -4684,19 +4684,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -4716,7 +4716,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -4725,13 +4725,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -4739,7 +4739,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -4747,20 +4747,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4776,20 +4776,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -4798,24 +4798,24 @@ ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.22" + "locked": "1.1.23" }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty", "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty", "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.netty:reactor-netty-core", @@ -4825,7 +4825,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -4945,14 +4945,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -4960,21 +4960,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -5036,7 +5036,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -5045,14 +5045,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -5060,50 +5060,50 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -5112,13 +5112,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5133,26 +5133,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -5160,7 +5160,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -5180,13 +5180,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -5300,7 +5300,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -5394,7 +5394,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -5402,13 +5402,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -5475,19 +5475,19 @@ ] }, "io.netty.incubator:netty-incubator-codec-classes-quic": { - "locked": "0.0.66.Final", + "locked": "0.0.68.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-native-quic" ] }, "io.netty.incubator:netty-incubator-codec-native-quic": { - "locked": "0.0.66.Final", + "locked": "0.0.68.Final", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic" ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -5505,7 +5505,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-dns", @@ -5518,13 +5518,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -5532,19 +5532,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-buffer", @@ -5565,7 +5565,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-http", @@ -5575,13 +5575,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -5589,7 +5589,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -5597,20 +5597,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -5627,20 +5627,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -5655,16 +5655,16 @@ ] }, "io.projectreactor.netty.incubator:reactor-netty-incubator-quic": { - "locked": "0.1.22", + "locked": "0.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.22" + "locked": "1.1.23" }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic", "io.projectreactor.netty:reactor-netty", @@ -5672,14 +5672,14 @@ ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty", "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -5691,7 +5691,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -5890,7 +5890,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -5898,7 +5898,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -5908,21 +5908,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -5930,14 +5930,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -6013,7 +6013,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -6022,14 +6022,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-json", @@ -6038,50 +6038,50 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -6090,7 +6090,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -6098,7 +6098,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -6114,26 +6114,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", @@ -6145,13 +6145,13 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "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 5d4ae15c7..b51a6dc9c 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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -93,13 +93,13 @@ }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -152,7 +152,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -213,13 +213,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -292,36 +292,36 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -330,14 +330,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -350,26 +350,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -380,13 +380,13 @@ }, "implementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -439,7 +439,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -500,13 +500,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -573,36 +573,36 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -611,14 +611,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -631,26 +631,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -714,13 +714,13 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -773,7 +773,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -834,13 +834,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -959,36 +959,36 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -997,14 +997,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1017,26 +1017,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -1098,13 +1098,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1216,7 +1216,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1294,7 +1294,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1302,13 +1302,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1375,7 +1375,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -1476,20 +1476,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -1607,7 +1607,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -1615,7 +1615,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -1625,21 +1625,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -1647,14 +1647,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1759,7 +1759,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1768,14 +1768,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-json", @@ -1784,51 +1784,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1837,7 +1837,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1845,7 +1845,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1860,27 +1860,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", @@ -1891,7 +1891,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -2215,13 +2215,13 @@ }, "runtimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2302,7 +2302,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -2364,27 +2364,27 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -2530,36 +2530,36 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2568,7 +2568,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -2576,7 +2576,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2589,20 +2589,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-webmvc", @@ -2610,7 +2610,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -2622,13 +2622,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2712,7 +2712,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2789,13 +2789,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2923,20 +2923,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3003,14 +3003,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -3018,21 +3018,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3099,7 +3099,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3108,14 +3108,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -3123,51 +3123,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3176,14 +3176,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3198,27 +3198,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -3226,7 +3226,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -3246,13 +3246,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3336,7 +3336,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3413,13 +3413,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3515,20 +3515,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3589,14 +3589,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -3604,21 +3604,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3679,7 +3679,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3688,14 +3688,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -3703,51 +3703,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3756,14 +3756,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3778,27 +3778,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -3806,7 +3806,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] @@ -3826,13 +3826,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3944,7 +3944,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -4022,7 +4022,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4030,13 +4030,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -4103,7 +4103,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -4192,20 +4192,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -4323,7 +4323,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -4331,7 +4331,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -4341,21 +4341,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -4363,14 +4363,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -4446,7 +4446,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4455,14 +4455,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "org.springframework.boot:spring-boot-starter-json", @@ -4471,51 +4471,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4524,7 +4524,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -4532,7 +4532,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4547,27 +4547,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", @@ -4578,7 +4578,7 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "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 4e1487a1d..0454195a7 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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -120,7 +120,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -172,13 +172,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-web" ] @@ -220,26 +220,26 @@ ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-web" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-beans", "org.springframework:spring-web" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "compileOnlyDependenciesMetadata": { @@ -286,7 +286,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -338,13 +338,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-web" ] @@ -377,26 +377,26 @@ ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-web" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-beans", "org.springframework:spring-web" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmh": { @@ -491,7 +491,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -543,13 +543,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-web" ] @@ -637,26 +637,26 @@ ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-web" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-beans", "org.springframework:spring-web" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmhImplementationDependenciesMetadata": { @@ -712,13 +712,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -798,7 +798,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -858,20 +858,20 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -938,7 +938,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -1135,7 +1135,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -1143,7 +1143,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -1153,21 +1153,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -1175,14 +1175,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1287,7 +1287,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1296,49 +1296,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1347,7 +1347,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1355,7 +1355,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1370,34 +1370,34 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -1792,7 +1792,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1845,27 +1845,27 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -1977,13 +1977,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1991,13 +1991,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -2007,19 +2007,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs" ] @@ -2033,13 +2033,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2082,7 +2082,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2141,13 +2141,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2327,14 +2327,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2342,21 +2342,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2423,7 +2423,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2432,49 +2432,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2483,14 +2483,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2505,33 +2505,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2548,13 +2548,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2597,7 +2597,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2656,13 +2656,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2804,14 +2804,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2819,21 +2819,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2894,7 +2894,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2903,49 +2903,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2954,14 +2954,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2976,33 +2976,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -3019,13 +3019,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3105,7 +3105,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3165,20 +3165,20 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3245,7 +3245,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -3430,7 +3430,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -3438,7 +3438,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -3448,21 +3448,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -3470,14 +3470,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3553,7 +3553,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3562,49 +3562,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3613,7 +3613,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -3621,7 +3621,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3636,34 +3636,34 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" }, "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 26b94d727..dae4157a8 100644 --- a/graphql-dgs-subscription-types/dependencies.lock +++ b/graphql-dgs-subscription-types/dependencies.lock @@ -1,10 +1,10 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { @@ -21,7 +21,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -66,7 +66,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -82,13 +82,13 @@ "project": true }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -116,13 +116,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -130,13 +130,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -147,25 +147,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "implementationDependenciesMetadata": { @@ -182,7 +182,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -198,13 +198,13 @@ "project": true }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -226,13 +226,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -240,13 +240,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -257,25 +257,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmh": { @@ -345,7 +345,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -361,13 +361,13 @@ "project": true }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -441,13 +441,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -455,13 +455,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -472,25 +472,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmhImplementationDependenciesMetadata": { @@ -546,13 +546,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -595,7 +595,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -624,13 +624,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -853,7 +853,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -861,7 +861,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -871,21 +871,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -893,14 +893,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1001,7 +1001,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1010,48 +1010,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1059,14 +1059,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1081,32 +1081,32 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -1438,7 +1438,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -1454,13 +1454,13 @@ "project": true }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1488,13 +1488,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1502,13 +1502,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -1519,36 +1519,36 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1591,7 +1591,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -1620,13 +1620,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1800,14 +1800,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -1815,21 +1815,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1896,7 +1896,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1905,48 +1905,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1954,14 +1954,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1976,32 +1976,32 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2018,13 +2018,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2067,7 +2067,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2096,13 +2096,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2238,14 +2238,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2253,21 +2253,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2328,7 +2328,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2337,48 +2337,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2386,14 +2386,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2408,32 +2408,32 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2450,13 +2450,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2499,7 +2499,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2528,13 +2528,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2745,7 +2745,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -2753,7 +2753,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -2763,21 +2763,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -2785,14 +2785,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2864,7 +2864,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2873,48 +2873,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2922,14 +2922,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2944,32 +2944,32 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13" + "locked": "6.1.14" }, "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 c984a91b3..39ad5f9ca 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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { @@ -17,7 +17,7 @@ }, "compileClasspath": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -76,13 +76,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -116,23 +116,23 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -141,14 +141,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -160,31 +160,31 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "implementationDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -243,13 +243,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -277,23 +277,23 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -302,14 +302,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -321,26 +321,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmh": { @@ -398,7 +398,7 @@ }, "jmhCompileClasspath": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -457,13 +457,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -543,23 +543,23 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -568,14 +568,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -587,26 +587,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmhImplementationDependenciesMetadata": { @@ -662,13 +662,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -750,7 +750,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -827,20 +827,20 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -907,7 +907,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", @@ -1104,7 +1104,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -1112,7 +1112,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -1122,21 +1122,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -1144,14 +1144,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1256,7 +1256,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1265,49 +1265,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1316,7 +1316,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1325,7 +1325,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1341,27 +1341,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", @@ -1370,13 +1370,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -1776,7 +1776,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1846,27 +1846,27 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", @@ -1981,23 +1981,23 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2006,7 +2006,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -2015,7 +2015,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -2028,20 +2028,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", @@ -2050,13 +2050,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -2070,19 +2070,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2148,13 +2148,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2325,14 +2325,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2340,21 +2340,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2421,7 +2421,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2430,49 +2430,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2481,14 +2481,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2503,33 +2503,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2546,19 +2546,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2624,13 +2624,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2763,14 +2763,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2778,21 +2778,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2853,7 +2853,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2862,49 +2862,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2913,14 +2913,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2935,33 +2935,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2978,13 +2978,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3066,7 +3066,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3143,20 +3143,20 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3223,7 +3223,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", @@ -3408,7 +3408,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -3416,7 +3416,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -3426,21 +3426,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -3448,14 +3448,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3531,7 +3531,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3540,49 +3540,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3591,7 +3591,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -3600,7 +3600,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3616,27 +3616,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse", @@ -3645,13 +3645,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-graphql-sse" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "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 a5f3cb60b..3b44e6c67 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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { @@ -55,7 +55,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -115,20 +115,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -169,14 +169,14 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -185,13 +185,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -202,26 +202,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "implementationDependenciesMetadata": { @@ -264,7 +264,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -324,20 +324,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -372,14 +372,14 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -388,13 +388,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -405,26 +405,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmh": { @@ -520,7 +520,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -580,20 +580,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -680,14 +680,14 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -696,13 +696,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -713,26 +713,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmhImplementationDependenciesMetadata": { @@ -788,13 +788,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -875,7 +875,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -943,20 +943,20 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1023,7 +1023,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -1031,7 +1031,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -1122,20 +1122,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -1245,7 +1245,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -1253,7 +1253,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -1263,21 +1263,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -1285,14 +1285,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1397,7 +1397,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1406,52 +1406,52 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1460,7 +1460,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1469,7 +1469,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1485,27 +1485,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-webmvc", @@ -1513,10 +1513,10 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -1915,7 +1915,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1976,27 +1976,27 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -2109,14 +2109,14 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2125,7 +2125,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-webmvc", @@ -2133,7 +2133,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -2145,20 +2145,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-webmvc", @@ -2166,10 +2166,10 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -2183,13 +2183,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2233,7 +2233,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2300,13 +2300,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2371,14 +2371,14 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test" ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2444,20 +2444,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -2517,14 +2517,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2532,21 +2532,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2614,7 +2614,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2623,52 +2623,52 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2677,14 +2677,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2699,33 +2699,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2742,13 +2742,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2792,7 +2792,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2859,13 +2859,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2900,14 +2900,14 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test" ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2971,20 +2971,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3038,14 +3038,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -3053,21 +3053,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3129,7 +3129,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3138,52 +3138,52 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3192,14 +3192,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3214,33 +3214,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -3257,13 +3257,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3344,7 +3344,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3412,20 +3412,20 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3492,7 +3492,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -3500,7 +3500,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -3579,20 +3579,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3702,7 +3702,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -3710,7 +3710,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -3720,21 +3720,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -3742,14 +3742,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3825,7 +3825,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3834,52 +3834,52 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3888,7 +3888,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -3897,7 +3897,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3913,27 +3913,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-webmvc", @@ -3941,10 +3941,10 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "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 83c08fbae..bc47e7368 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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { @@ -17,7 +17,7 @@ }, "compileClasspath": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -76,13 +76,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -116,23 +116,23 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -141,14 +141,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -160,31 +160,31 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "implementationDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -243,13 +243,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -277,23 +277,23 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -302,14 +302,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -321,26 +321,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmh": { @@ -398,7 +398,7 @@ }, "jmhCompileClasspath": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -457,13 +457,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -543,23 +543,23 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -568,14 +568,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -587,26 +587,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmhImplementationDependenciesMetadata": { @@ -662,13 +662,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -760,7 +760,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -837,20 +837,20 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -917,7 +917,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse", @@ -1114,7 +1114,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -1122,7 +1122,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -1132,21 +1132,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -1154,14 +1154,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1266,7 +1266,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1275,49 +1275,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1326,7 +1326,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1335,7 +1335,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1351,27 +1351,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse", @@ -1380,13 +1380,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -1796,7 +1796,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1866,27 +1866,27 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse", @@ -2001,23 +2001,23 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2026,7 +2026,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -2035,7 +2035,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -2048,20 +2048,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse", @@ -2070,13 +2070,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -2090,19 +2090,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2168,13 +2168,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2345,14 +2345,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2360,21 +2360,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2441,7 +2441,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2450,49 +2450,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2501,14 +2501,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2523,33 +2523,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2566,19 +2566,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2644,13 +2644,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2783,14 +2783,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2798,21 +2798,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2873,7 +2873,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2882,49 +2882,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2933,14 +2933,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2955,33 +2955,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2998,13 +2998,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3096,7 +3096,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3173,20 +3173,20 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3253,7 +3253,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse", @@ -3438,7 +3438,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -3446,7 +3446,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -3456,21 +3456,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -3478,14 +3478,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3561,7 +3561,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3570,49 +3570,49 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3621,7 +3621,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -3630,7 +3630,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3646,27 +3646,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse", @@ -3675,13 +3675,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-sse" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "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 499a6e534..299c7f38b 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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { @@ -64,7 +64,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -124,20 +124,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -178,14 +178,14 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -194,13 +194,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -211,26 +211,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "implementationDependenciesMetadata": { @@ -282,7 +282,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -342,20 +342,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -390,14 +390,14 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -406,13 +406,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -423,26 +423,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmh": { @@ -547,7 +547,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -607,20 +607,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -707,14 +707,14 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -723,13 +723,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -740,26 +740,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmhImplementationDependenciesMetadata": { @@ -815,13 +815,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -911,7 +911,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -979,20 +979,20 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1059,7 +1059,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -1067,7 +1067,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -1158,20 +1158,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -1281,7 +1281,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -1289,7 +1289,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -1299,21 +1299,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -1321,14 +1321,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1433,7 +1433,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1442,52 +1442,52 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1496,7 +1496,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1505,7 +1505,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1521,27 +1521,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-webmvc", @@ -1549,10 +1549,10 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -1960,7 +1960,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -2021,27 +2021,27 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -2154,14 +2154,14 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2170,7 +2170,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-webmvc", @@ -2178,7 +2178,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -2190,20 +2190,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-webmvc", @@ -2211,10 +2211,10 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -2228,13 +2228,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2287,7 +2287,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2354,13 +2354,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2425,14 +2425,14 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test" ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2498,20 +2498,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -2571,14 +2571,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2586,21 +2586,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2668,7 +2668,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2677,52 +2677,52 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2731,14 +2731,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2753,33 +2753,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2796,13 +2796,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2855,7 +2855,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2922,13 +2922,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2963,14 +2963,14 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test" ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -3034,20 +3034,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3101,14 +3101,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -3116,21 +3116,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3192,7 +3192,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3201,52 +3201,52 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3255,14 +3255,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3277,33 +3277,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-webmvc" ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -3320,13 +3320,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3416,7 +3416,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3484,20 +3484,20 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3564,7 +3564,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -3572,7 +3572,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -3651,20 +3651,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3774,7 +3774,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -3782,7 +3782,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -3792,21 +3792,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -3814,14 +3814,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3897,7 +3897,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3906,52 +3906,52 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3960,7 +3960,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -3969,7 +3969,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3985,27 +3985,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-webmvc", @@ -4013,10 +4013,10 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "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 cef6ee1ec..b6fc236f5 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.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { @@ -65,7 +65,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -133,13 +133,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -184,22 +184,22 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -207,14 +207,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -226,25 +226,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "compileOnlyDependenciesMetadata": { @@ -302,7 +302,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -370,13 +370,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -412,22 +412,22 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -435,14 +435,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -454,25 +454,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmh": { @@ -578,7 +578,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -646,13 +646,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -743,22 +743,22 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -766,14 +766,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -785,25 +785,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmhImplementationDependenciesMetadata": { @@ -859,13 +859,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -969,7 +969,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1046,20 +1046,20 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1126,7 +1126,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -1218,20 +1218,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -1342,7 +1342,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -1350,7 +1350,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -1360,21 +1360,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -1382,14 +1382,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1494,7 +1494,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1503,7 +1503,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets", "org.springframework.boot:spring-boot-starter", @@ -1511,7 +1511,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -1519,51 +1519,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1572,7 +1572,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1581,7 +1581,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1597,27 +1597,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets", @@ -1628,13 +1628,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets" @@ -2035,7 +2035,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -2105,27 +2105,27 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -2239,25 +2239,25 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2265,7 +2265,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -2273,7 +2273,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -2285,19 +2285,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets", @@ -2305,7 +2305,7 @@ ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets" @@ -2320,13 +2320,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2402,7 +2402,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2477,13 +2477,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2608,20 +2608,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -2682,14 +2682,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2697,21 +2697,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2778,7 +2778,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2787,14 +2787,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -2802,51 +2802,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2855,7 +2855,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc", @@ -2863,7 +2863,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2879,27 +2879,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -2908,13 +2908,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2931,13 +2931,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3013,7 +3013,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3088,13 +3088,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3187,20 +3187,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3255,14 +3255,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -3270,21 +3270,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3345,7 +3345,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3354,14 +3354,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -3369,51 +3369,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3422,7 +3422,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-webmvc", @@ -3430,7 +3430,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3446,27 +3446,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-web", @@ -3475,13 +3475,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -3498,13 +3498,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3608,7 +3608,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3685,20 +3685,20 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3765,7 +3765,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -3845,20 +3845,20 @@ ] }, "org.apache.tomcat.embed:tomcat-embed-core": { - "locked": "10.1.30", + "locked": "10.1.31", "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.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] }, "org.apache.tomcat.embed:tomcat-embed-websocket": { - "locked": "10.1.30", + "locked": "10.1.31", "transitive": [ "org.springframework.boot:spring-boot-starter-tomcat" ] @@ -3969,7 +3969,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -3977,7 +3977,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -3987,21 +3987,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -4009,14 +4009,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -4092,7 +4092,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4101,7 +4101,7 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets", "org.springframework.boot:spring-boot-starter", @@ -4109,7 +4109,7 @@ ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -4117,51 +4117,51 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-tomcat": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework.boot:spring-boot-starter-web": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4170,7 +4170,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -4179,7 +4179,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4195,27 +4195,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-webmvc" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets", @@ -4226,13 +4226,13 @@ ] }, "org.springframework:spring-webmvc": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-web" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "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 6e6dc26d9..6d5502e30 100644 --- a/graphql-dgs-subscriptions-websockets/dependencies.lock +++ b/graphql-dgs-subscriptions-websockets/dependencies.lock @@ -1,10 +1,10 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { @@ -22,7 +22,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "com.netflix.graphql.dgs:graphql-dgs-subscription-types" @@ -106,7 +106,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -166,13 +166,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context", @@ -217,32 +217,32 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.security:spring-security-core": { - "locked": "6.3.3" + "locked": "6.3.4" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.3.3", + "locked": "6.3.4", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -251,7 +251,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.security:spring-security-core", @@ -259,7 +259,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.security:spring-security-core", @@ -272,37 +272,37 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "compileOnlyDependenciesMetadata": { "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "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.3.3" + "locked": "6.3.4" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.3.3", + "locked": "6.3.4", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -336,13 +336,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -352,14 +352,14 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] @@ -405,7 +405,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -465,13 +465,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -506,22 +506,22 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -529,14 +529,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -548,25 +548,25 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmh": { @@ -662,7 +662,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -722,13 +722,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context", @@ -819,32 +819,32 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.security:spring-security-core": { - "locked": "6.3.3" + "locked": "6.3.4" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.3.3", + "locked": "6.3.4", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -853,7 +853,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.security:spring-security-core", @@ -861,7 +861,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.security:spring-security-core", @@ -874,26 +874,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmhImplementationDependenciesMetadata": { @@ -949,13 +949,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1036,7 +1036,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -1104,20 +1104,20 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -1187,7 +1187,7 @@ "locked": "1.2.3" }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -1383,7 +1383,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -1391,7 +1391,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -1401,21 +1401,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -1423,14 +1423,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1535,7 +1535,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1544,48 +1544,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1593,7 +1593,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -1601,7 +1601,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1616,33 +1616,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -2041,7 +2041,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -2102,27 +2102,27 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -2235,22 +2235,22 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2258,7 +2258,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -2266,7 +2266,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-aop", @@ -2278,26 +2278,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -2311,13 +2311,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2361,7 +2361,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2428,13 +2428,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2502,7 +2502,7 @@ "locked": "1.2.3" }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions" @@ -2622,14 +2622,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2637,21 +2637,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2719,7 +2719,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2728,48 +2728,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2777,14 +2777,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2799,32 +2799,32 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2841,13 +2841,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2891,7 +2891,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2958,13 +2958,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3002,7 +3002,7 @@ "locked": "1.2.3" }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions" @@ -3114,14 +3114,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -3129,21 +3129,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3205,7 +3205,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3214,48 +3214,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3263,14 +3263,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework:spring-websocket" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3285,32 +3285,32 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -3327,13 +3327,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3414,7 +3414,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3482,20 +3482,20 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -3565,7 +3565,7 @@ "locked": "1.2.3" }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor.kotlin:reactor-kotlin-extensions", @@ -3749,7 +3749,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -3757,7 +3757,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -3767,21 +3767,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -3789,14 +3789,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3872,7 +3872,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3881,48 +3881,48 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3930,7 +3930,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -3938,7 +3938,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3953,33 +3953,33 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework:spring-websocket" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "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 2e2764a09..fe4bec8a8 100644 --- a/graphql-dgs-webflux-starter/dependencies.lock +++ b/graphql-dgs-webflux-starter/dependencies.lock @@ -1,21 +1,21 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -83,7 +83,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -188,20 +188,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -218,7 +218,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -230,13 +230,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -244,19 +244,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -276,7 +276,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -285,13 +285,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -299,7 +299,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.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.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -336,20 +336,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.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.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -436,54 +436,54 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -492,13 +492,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -511,19 +511,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "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.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -545,13 +545,13 @@ }, "compileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -619,7 +619,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -724,20 +724,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -754,7 +754,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -766,13 +766,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -780,19 +780,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -812,7 +812,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -821,13 +821,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -835,7 +835,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.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.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -872,20 +872,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.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.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -978,54 +978,54 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1034,13 +1034,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1053,19 +1053,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "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.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -1087,13 +1087,13 @@ }, "implementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1161,7 +1161,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1266,20 +1266,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1296,7 +1296,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -1308,13 +1308,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -1322,19 +1322,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -1354,7 +1354,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -1363,13 +1363,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -1377,7 +1377,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.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.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1414,20 +1414,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.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.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -1514,54 +1514,54 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -1570,13 +1570,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1589,19 +1589,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "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.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -1676,13 +1676,13 @@ }, "jmhCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1750,7 +1750,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -1855,20 +1855,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -1885,7 +1885,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -1897,13 +1897,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -1911,19 +1911,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -1943,7 +1943,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -1952,13 +1952,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -1966,7 +1966,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.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.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -2003,20 +2003,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.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.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -2155,54 +2155,54 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2211,13 +2211,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2230,19 +2230,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "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.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -2315,13 +2315,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2432,7 +2432,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -2546,7 +2546,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -2554,13 +2554,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -2627,19 +2627,19 @@ ] }, "io.netty.incubator:netty-incubator-codec-classes-quic": { - "locked": "0.0.66.Final", + "locked": "0.0.68.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-native-quic" ] }, "io.netty.incubator:netty-incubator-codec-native-quic": { - "locked": "0.0.66.Final", + "locked": "0.0.68.Final", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic" ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -2657,7 +2657,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-dns", @@ -2670,13 +2670,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -2684,19 +2684,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-buffer", @@ -2717,7 +2717,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-http", @@ -2727,13 +2727,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -2741,7 +2741,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -2749,20 +2749,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -2779,20 +2779,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -2807,19 +2807,19 @@ ] }, "io.projectreactor.netty.incubator:reactor-netty-incubator-quic": { - "locked": "0.1.22", + "locked": "0.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure" ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic", "io.projectreactor.netty:reactor-netty", @@ -2827,14 +2827,14 @@ ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty", "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -3048,7 +3048,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -3056,7 +3056,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -3066,21 +3066,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -3088,14 +3088,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3200,7 +3200,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3209,14 +3209,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", @@ -3226,50 +3226,50 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -3278,7 +3278,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -3286,7 +3286,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3302,26 +3302,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -3334,14 +3334,14 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -3665,13 +3665,13 @@ }, "runtimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3782,7 +3782,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -3889,7 +3889,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -3897,32 +3897,32 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.netty.incubator:netty-incubator-codec-classes-quic": { - "locked": "0.0.66.Final", + "locked": "0.0.68.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-native-quic" ] }, "io.netty.incubator:netty-incubator-codec-native-quic": { - "locked": "0.0.66.Final", + "locked": "0.0.68.Final", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic" ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -3940,7 +3940,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-dns", @@ -3953,13 +3953,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -3967,19 +3967,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-buffer", @@ -4000,7 +4000,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-http", @@ -4010,13 +4010,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -4024,7 +4024,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -4032,20 +4032,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -4062,20 +4062,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -4090,19 +4090,19 @@ ] }, "io.projectreactor.netty.incubator:reactor-netty-incubator-quic": { - "locked": "0.1.22", + "locked": "0.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure" ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic", "io.projectreactor.netty:reactor-netty", @@ -4110,14 +4110,14 @@ ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty", "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4278,20 +4278,20 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", @@ -4300,34 +4300,34 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -4336,7 +4336,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -4344,7 +4344,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4358,19 +4358,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -4383,14 +4383,14 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] @@ -4405,13 +4405,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -4479,7 +4479,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -4591,13 +4591,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -4662,7 +4662,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4679,7 +4679,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -4691,13 +4691,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -4705,19 +4705,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -4737,7 +4737,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -4746,13 +4746,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -4760,7 +4760,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -4768,20 +4768,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -4797,20 +4797,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -4819,19 +4819,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -4952,14 +4952,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -4967,21 +4967,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -5049,7 +5049,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -5058,14 +5058,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -5073,50 +5073,50 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -5125,13 +5125,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5146,26 +5146,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -5173,7 +5173,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -5193,13 +5193,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -5267,7 +5267,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -5379,13 +5379,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -5420,7 +5420,7 @@ ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -5437,7 +5437,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-dns", "io.netty:netty-codec-http", @@ -5449,13 +5449,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -5463,19 +5463,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-buffer", "io.netty:netty-codec", @@ -5495,7 +5495,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http", "io.netty:netty-codec-http2", @@ -5504,13 +5504,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -5518,7 +5518,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -5526,20 +5526,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec", "io.netty:netty-codec-dns", @@ -5555,20 +5555,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -5577,19 +5577,19 @@ ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -5702,14 +5702,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -5717,21 +5717,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -5793,7 +5793,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -5802,14 +5802,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-test", @@ -5817,50 +5817,50 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -5869,13 +5869,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -5890,26 +5890,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-json", "org.springframework.boot:spring-boot-starter-webflux", @@ -5917,7 +5917,7 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] @@ -5937,13 +5937,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -6054,7 +6054,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs", @@ -6168,7 +6168,7 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -6176,13 +6176,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" @@ -6249,19 +6249,19 @@ ] }, "io.netty.incubator:netty-incubator-codec-classes-quic": { - "locked": "0.0.66.Final", + "locked": "0.0.68.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-native-quic" ] }, "io.netty.incubator:netty-incubator-codec-native-quic": { - "locked": "0.0.66.Final", + "locked": "0.0.68.Final", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic" ] }, "io.netty:netty-buffer": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -6279,7 +6279,7 @@ ] }, "io.netty:netty-codec": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-dns", @@ -6292,13 +6292,13 @@ ] }, "io.netty:netty-codec-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns" ] }, "io.netty:netty-codec-http": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-codec-http2", "io.netty:netty-handler-proxy", @@ -6306,19 +6306,19 @@ ] }, "io.netty:netty-codec-http2": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-codec-socks": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler-proxy" ] }, "io.netty:netty-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-buffer", @@ -6339,7 +6339,7 @@ ] }, "io.netty:netty-handler": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec-http", @@ -6349,13 +6349,13 @@ ] }, "io.netty:netty-handler-proxy": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core" ] }, "io.netty:netty-resolver": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns", @@ -6363,7 +6363,7 @@ ] }, "io.netty:netty-resolver-dns": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-classes-macos", "io.projectreactor.netty:reactor-netty-core", @@ -6371,20 +6371,20 @@ ] }, "io.netty:netty-resolver-dns-classes-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-resolver-dns-native-macos" ] }, "io.netty:netty-resolver-dns-native-macos": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty.incubator:netty-incubator-codec-classes-quic", "io.netty:netty-codec", @@ -6401,20 +6401,20 @@ ] }, "io.netty:netty-transport-classes-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-transport-native-epoll" ] }, "io.netty:netty-transport-native-epoll": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.projectreactor.netty:reactor-netty-core", "io.projectreactor.netty:reactor-netty-http" ] }, "io.netty:netty-transport-native-unix-common": { - "locked": "4.1.113.Final", + "locked": "4.1.114.Final", "transitive": [ "io.netty:netty-handler", "io.netty:netty-resolver-dns-classes-macos", @@ -6429,19 +6429,19 @@ ] }, "io.projectreactor.netty.incubator:reactor-netty-incubator-quic": { - "locked": "0.1.22", + "locked": "0.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty" ] }, "io.projectreactor.netty:reactor-netty": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure" ] }, "io.projectreactor.netty:reactor-netty-core": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty.incubator:reactor-netty-incubator-quic", "io.projectreactor.netty:reactor-netty", @@ -6449,14 +6449,14 @@ ] }, "io.projectreactor.netty:reactor-netty-http": { - "locked": "1.1.22", + "locked": "1.1.23", "transitive": [ "io.projectreactor.netty:reactor-netty", "org.springframework.boot:spring-boot-starter-reactor-netty" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-client", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -6658,7 +6658,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -6666,7 +6666,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -6676,21 +6676,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -6698,14 +6698,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -6781,7 +6781,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -6790,14 +6790,14 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-boot-oss-autoconfigure", "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", @@ -6807,50 +6807,50 @@ ] }, "org.springframework.boot:spring-boot-starter-json": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-reactor-netty": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-starter-webflux": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -6859,7 +6859,7 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "org.springframework.boot:spring-boot", @@ -6867,7 +6867,7 @@ ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -6883,26 +6883,26 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs", "com.netflix.graphql.dgs:graphql-dgs-client", @@ -6915,14 +6915,14 @@ ] }, "org.springframework:spring-webflux": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-spring-webflux-autoconfigure", "org.springframework.boot:spring-boot-starter-webflux" ] }, "org.springframework:spring-websocket": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-subscription-types" ] diff --git a/graphql-dgs/dependencies.lock b/graphql-dgs/dependencies.lock index 88f1364be..fa6bd677d 100644 --- a/graphql-dgs/dependencies.lock +++ b/graphql-dgs/dependencies.lock @@ -1,15 +1,15 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-mocking", "com.netflix.graphql.dgs:graphql-dgs-platform", @@ -138,7 +138,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -179,19 +179,19 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context", @@ -199,7 +199,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -290,23 +290,23 @@ ] }, "org.springframework.security:spring-security-core": { - "locked": "6.3.3" + "locked": "6.3.4" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.3.3", + "locked": "6.3.4", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -315,13 +315,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -332,20 +332,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "compileOnlyDependenciesMetadata": { @@ -359,20 +359,20 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10" + "locked": "3.6.11" }, "jakarta.annotation:jakarta.annotation-api": { "locked": "2.1.1" @@ -390,23 +390,23 @@ ] }, "org.springframework.security:spring-security-core": { - "locked": "6.3.3" + "locked": "6.3.4" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.3.3", + "locked": "6.3.4", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -414,13 +414,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -430,14 +430,14 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] @@ -504,7 +504,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -545,26 +545,26 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -646,13 +646,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -660,10 +660,10 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -673,19 +673,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmh": { @@ -811,7 +811,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -852,19 +852,19 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context", @@ -872,7 +872,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -1009,23 +1009,23 @@ ] }, "org.springframework.security:spring-security-core": { - "locked": "6.3.3" + "locked": "6.3.4" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.3.3", + "locked": "6.3.4", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -1034,13 +1034,13 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -1051,20 +1051,20 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" } }, "jmhImplementationDependenciesMetadata": { @@ -1120,13 +1120,13 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -1203,7 +1203,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -1258,19 +1258,19 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context", @@ -1338,7 +1338,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -1346,7 +1346,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -1552,7 +1552,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -1560,7 +1560,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -1570,21 +1570,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -1592,14 +1592,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1704,7 +1704,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1713,58 +1713,58 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.security:spring-security-core": { - "locked": "6.3.3" + "locked": "6.3.4" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.3.3", + "locked": "6.3.4", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -1773,14 +1773,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1795,27 +1795,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -2207,7 +2207,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2248,26 +2248,26 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context", "org.springframework:spring-web" ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "org.jetbrains.kotlinx:kotlinx-coroutines-reactor" @@ -2375,13 +2375,13 @@ ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context", @@ -2389,10 +2389,10 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-beans", @@ -2402,19 +2402,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.yaml:snakeyaml": { "locked": "2.2", @@ -2425,13 +2425,13 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -2496,7 +2496,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -2550,19 +2550,19 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context", @@ -2628,7 +2628,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -2636,7 +2636,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2810,14 +2810,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -2825,21 +2825,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2909,7 +2909,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2918,58 +2918,58 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.security:spring-security-core": { - "locked": "6.3.3" + "locked": "6.3.4" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.3.3", + "locked": "6.3.4", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -2978,14 +2978,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3000,27 +3000,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -3037,13 +3037,13 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3108,7 +3108,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.netflix.graphql.dgs:graphql-dgs-mocking", @@ -3162,19 +3162,19 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context", @@ -3210,7 +3210,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -3218,7 +3218,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -3382,14 +3382,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -3397,21 +3397,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -3475,7 +3475,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -3484,58 +3484,58 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.security:spring-security-core": { - "locked": "6.3.3" + "locked": "6.3.4" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.3.3", + "locked": "6.3.4", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -3544,14 +3544,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -3566,27 +3566,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", @@ -3603,13 +3603,13 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] @@ -3686,7 +3686,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.apollographql.federation:federation-graphql-java-support", "com.graphql-java:graphql-java-extended-scalars", @@ -3741,19 +3741,19 @@ ] }, "io.micrometer:context-propagation": { - "locked": "1.1.1", + "locked": "1.1.2", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context", @@ -3821,7 +3821,7 @@ ] }, "io.projectreactor:reactor-core": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform", "io.projectreactor:reactor-test", @@ -3829,7 +3829,7 @@ ] }, "io.projectreactor:reactor-test": { - "locked": "3.6.10", + "locked": "3.6.11", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -4023,7 +4023,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -4031,7 +4031,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -4041,21 +4041,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -4063,14 +4063,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -4146,7 +4146,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -4155,58 +4155,58 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.security:spring-security-core": { - "locked": "6.3.3" + "locked": "6.3.4" }, "org.springframework.security:spring-security-crypto": { - "locked": "6.3.3", + "locked": "6.3.4", "transitive": [ "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-aop", @@ -4215,14 +4215,14 @@ ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.security:spring-security-core" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -4237,27 +4237,27 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.security:spring-security-core", "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" ] }, "org.springframework:spring-web": { - "locked": "6.1.13" + "locked": "6.1.14" }, "org.xmlunit:xmlunit-core": { "locked": "2.9.1", diff --git a/graphql-error-types/dependencies.lock b/graphql-error-types/dependencies.lock index 3530e23b5..4224bba42 100644 --- a/graphql-error-types/dependencies.lock +++ b/graphql-error-types/dependencies.lock @@ -1,15 +1,15 @@ { "annotationProcessor": { "org.springframework.boot:spring-boot-autoconfigure-processor": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-configuration-processor": { - "locked": "3.3.4" + "locked": "3.3.5" } }, "apiDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -54,7 +54,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -107,7 +107,7 @@ }, "implementationDependenciesMetadata": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -205,7 +205,7 @@ ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -341,19 +341,19 @@ }, "jmhRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -382,13 +382,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -609,7 +609,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -617,7 +617,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -627,21 +627,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -649,14 +649,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -757,7 +757,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -766,61 +766,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -833,19 +833,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" @@ -1169,7 +1169,7 @@ }, "runtimeClasspath": { "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -1208,19 +1208,19 @@ }, "testCompileClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -1249,13 +1249,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -1421,14 +1421,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -1436,21 +1436,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1517,7 +1517,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1526,61 +1526,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1593,19 +1593,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" @@ -1626,19 +1626,19 @@ }, "testImplementationDependenciesMetadata": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -1667,13 +1667,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -1801,14 +1801,14 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit:junit-bom", "org.springframework.boot:spring-boot-starter-test" ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-params", @@ -1816,21 +1816,21 @@ ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -1891,7 +1891,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -1900,61 +1900,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -1967,19 +1967,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test" @@ -2000,19 +2000,19 @@ }, "testRuntimeClasspath": { "ch.qos.logback:logback-classic": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "org.springframework.boot:spring-boot-starter-logging" ] }, "ch.qos.logback:logback-core": { - "locked": "1.5.8", + "locked": "1.5.11", "transitive": [ "ch.qos.logback:logback-classic" ] }, "com.graphql-java:graphql-java": { - "locked": "22.1", + "locked": "22.3", "transitive": [ "com.netflix.graphql.dgs:graphql-dgs-platform" ] @@ -2041,13 +2041,13 @@ ] }, "io.micrometer:micrometer-commons": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "io.micrometer:micrometer-observation" ] }, "io.micrometer:micrometer-observation": { - "locked": "1.13.4", + "locked": "1.13.6", "transitive": [ "org.springframework:spring-context" ] @@ -2256,7 +2256,7 @@ ] }, "org.junit.jupiter:junit-jupiter": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "io.mockk:mockk-jvm", "org.junit:junit-bom", @@ -2264,7 +2264,7 @@ ] }, "org.junit.jupiter:junit-jupiter-api": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-engine", @@ -2274,21 +2274,21 @@ ] }, "org.junit.jupiter:junit-jupiter-engine": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.jupiter:junit-jupiter-params": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit:junit-bom" ] }, "org.junit.platform:junit-platform-commons": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-api", "org.junit.platform:junit-platform-engine", @@ -2296,14 +2296,14 @@ ] }, "org.junit.platform:junit-platform-engine": { - "locked": "1.10.3", + "locked": "1.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter-engine", "org.junit:junit-bom" ] }, "org.junit:junit-bom": { - "locked": "5.10.3", + "locked": "5.10.5", "transitive": [ "org.junit.jupiter:junit-jupiter", "org.junit.jupiter:junit-jupiter-api", @@ -2375,7 +2375,7 @@ ] }, "org.springframework.boot:spring-boot": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-autoconfigure", "org.springframework.boot:spring-boot-starter", @@ -2384,61 +2384,61 @@ ] }, "org.springframework.boot:spring-boot-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-starter": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework.boot:spring-boot-starter-logging": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter" ] }, "org.springframework.boot:spring-boot-starter-test": { - "locked": "3.3.4" + "locked": "3.3.5" }, "org.springframework.boot:spring-boot-test": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test-autoconfigure" ] }, "org.springframework.boot:spring-boot-test-autoconfigure": { - "locked": "3.3.4", + "locked": "3.3.5", "transitive": [ "org.springframework.boot:spring-boot-starter-test" ] }, "org.springframework:spring-aop": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-beans": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-aop", "org.springframework:spring-context" ] }, "org.springframework:spring-context": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot" ] }, "org.springframework:spring-core": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot", "org.springframework.boot:spring-boot-starter", @@ -2451,19 +2451,19 @@ ] }, "org.springframework:spring-expression": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-context" ] }, "org.springframework:spring-jcl": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework:spring-core" ] }, "org.springframework:spring-test": { - "locked": "6.1.13", + "locked": "6.1.14", "transitive": [ "org.springframework.boot:spring-boot-starter-test", "org.springframework.boot:spring-boot-test"