Skip to content

Commit 54943b5

Browse files
Bump com.typesafe:config
Bumps [com.typesafe:config](https://github.com/lightbend/config) from 1.4.3 to 1.4.5. - [Release notes](https://github.com/lightbend/config/releases) - [Changelog](https://github.com/lightbend/config/blob/main/NEWS.md) - [Commits](lightbend/config@v1.4.3...v1.4.5) --- updated-dependencies: - dependency-name: com.typesafe:config dependency-version: 1.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a18ed9b commit 54943b5

File tree

1 file changed

+1
-1
lines changed
  • plugins/gradle/graphql-java-codegen-gradle-plugin

1 file changed

+1
-1
lines changed

plugins/gradle/graphql-java-codegen-gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
implementation "org.freemarker:freemarker:2.3.32"
3030
implementation "com.graphql-java:graphql-java:20.2"
3131
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.3"
32-
implementation "com.typesafe:config:1.4.3"
32+
implementation "com.typesafe:config:1.4.5"
3333

3434
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
3535
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'

0 commit comments

Comments
 (0)