From aaa8ecaa1cd0a288c4ddeb01398194efcff46612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 13:15:33 +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 b2729ce..c9dea06 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { exclude(module = "kotlin-stdlib") } - implementation("org.bundleproject:libversion:0.0.2") + implementation("org.bundleproject:libversion:0.0.3") } blossom {