From ef6b276a9f48ac60e7490093de37474a8b7c45cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 14:15:28 +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 372f005..4b6aea1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,7 +30,7 @@ dependencies { implementation("io.ktor:ktor-client-auth:$ktorVersion") implementation("io.ktor:ktor-server-netty:$ktorVersion") implementation("ch.qos.logback:logback-classic:$logbackVersion") - implementation("org.bundleproject:libversion:0.0.2") + implementation("org.bundleproject:libversion:0.0.3") testImplementation("io.ktor:ktor-server-tests:$ktorVersion") testImplementation("org.jetbrains.kotlin:kotlin-test:$kotlinVersion")