From 133a2470ab0c1b16a6e36b212f19002336174ab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 02:22:13 +0000 Subject: [PATCH] Bump com.typesafe:config Bumps [com.typesafe:config](https://github.com/lightbend/config) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/lightbend/config/releases) - [Changelog](https://github.com/lightbend/config/blob/main/NEWS.md) - [Commits](https://github.com/lightbend/config/compare/v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: com.typesafe:config dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plugins/gradle/graphql-java-codegen-gradle-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gradle/graphql-java-codegen-gradle-plugin/build.gradle b/plugins/gradle/graphql-java-codegen-gradle-plugin/build.gradle index 71dff720..a7988bbf 100644 --- a/plugins/gradle/graphql-java-codegen-gradle-plugin/build.gradle +++ b/plugins/gradle/graphql-java-codegen-gradle-plugin/build.gradle @@ -29,7 +29,7 @@ dependencies { implementation "org.freemarker:freemarker:2.3.32" implementation "com.graphql-java:graphql-java:20.1" implementation "com.fasterxml.jackson.core:jackson-databind:2.14.2" - implementation "com.typesafe:config:1.4.1" + implementation "com.typesafe:config:1.4.2" testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2' -- GitLab