From bee32bf4fbe8acd5979d1dbd32d56d2bf217c167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 20:47:53 +0000 Subject: [PATCH] Bump quark-config from 0.1.3 to 0.1.5 Bumps [quark-config](https://github.com/coditory/quark-config) from 0.1.3 to 0.1.5. - [Release notes](https://github.com/coditory/quark-config/releases) - [Commits](https://github.com/coditory/quark-config/compare/v0.1.3...v0.1.5) --- updated-dependencies: - dependency-name: com.coditory.quark:quark-config 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 2208f9f..201a8dd 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ description = 'Coditory Quark Configuration Library' dependencies { api 'org.slf4j:slf4j-api:2.0.0' api 'org.jetbrains:annotations:23.0.0' - testImplementation 'com.coditory.quark:quark-config:0.1.3' + testImplementation 'com.coditory.quark:quark-config:0.1.5' testImplementation 'ch.qos.logback:logback-classic:1.4.0' testImplementation 'org.spockframework:spock-core:2.2-groovy-4.0' testImplementation 'org.skyscreamer:jsonassert:1.5.1'