From d4a87aba1f355566443bb5683fc2f106f599d0de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:22:25 +0300 Subject: [PATCH] build(deps): Bump com.codingfeline.buildkonfig from 0.15.1 to 0.15.2 (#585) Bumps [com.codingfeline.buildkonfig](https://github.com/yshrsmz/BuildKonfig) from 0.15.1 to 0.15.2. - [Release notes](https://github.com/yshrsmz/BuildKonfig/releases) - [Changelog](https://github.com/yshrsmz/BuildKonfig/blob/master/CHANGELOG.md) - [Commits](https://github.com/yshrsmz/BuildKonfig/compare/v0.15.1...v0.15.2) --- updated-dependencies: - dependency-name: com.codingfeline.buildkonfig dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a61830d..6c9b5ed 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -46,7 +46,7 @@ arrow = "1.2.4" # https://github.com/AChep/bindin bindIn = "1.4.0" # https://github.com/yshrsmz/BuildKonfig -buildkonfigPlugin = "0.15.1" +buildkonfigPlugin = "0.15.2" # https://mvnrepository.com/artifact/commons-codec/commons-codec commonsCodec = "1.17.1" # https://mvnrepository.com/artifact/org.apache.commons/commons-lang3