From 8d84a613023a184559801c0329bf5ff06060e3e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 21:16:57 +0000 Subject: [PATCH] Bump libversion from 0.0.2 to 0.0.3 Bumps [libversion](https://github.com/BundleProject/libVersion) from 0.0.2 to 0.0.3. - [Release notes](https://github.com/BundleProject/libVersion/releases) - [Commits](https://github.com/BundleProject/libVersion/compare/0.0.2...0.0.3) --- updated-dependencies: - dependency-name: org.bundleproject:libversion dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index dd041b2..4264cae 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { implementation("io.github.microutils:kotlin-logging-jvm:2.1.0") implementation("ch.qos.logback:logback-classic:1.2.7") - implementation("org.bundleproject:libversion:0.0.2") + implementation("org.bundleproject:libversion:0.0.3") } tasks {