From 6dc3afc3acd274ef60c1305d3e07dc5b82dc70d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 16:02:05 +0000 Subject: [PATCH] Bump com.typesafe:config from 1.4.3 to 1.4.5 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](https://github.com/lightbend/config/compare/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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0d6c49d25..8308edb36 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ dependencies { compileOnly "org.freemarker:freemarker:2.3.32" compileOnly "com.graphql-java:graphql-java:20.2" compileOnly "com.fasterxml.jackson.core:jackson-databind:2.15.3" - compileOnly "com.typesafe:config:1.4.3" + compileOnly "com.typesafe:config:1.4.5" testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2" testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.2"