From ad7eb753b901b984457d6f03425ef9acb9dbb9f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 01:40:48 +0000 Subject: [PATCH] Bump com.github.kittinunf.result:result-jvm from 5.1.0 to 5.6.0 Bumps [com.github.kittinunf.result:result-jvm](https://github.com/kittinunf/Result) from 5.1.0 to 5.6.0. - [Release notes](https://github.com/kittinunf/Result/releases) - [Commits](https://github.com/kittinunf/Result/compare/5.1.0...5.6.0) --- updated-dependencies: - dependency-name: com.github.kittinunf.result:result-jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 build.gradle.kts diff --git a/build.gradle.kts b/build.gradle.kts old mode 100755 new mode 100644 index ff1e43d..4a1fbcc --- a/build.gradle.kts +++ b/build.gradle.kts @@ -95,7 +95,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect:1.5.21") implementation(kotlin("stdlib-jdk8")) - implementation("com.github.kittinunf.result:result-jvm:5.1.0") + implementation("com.github.kittinunf.result:result-jvm:5.6.0") } tasks.withType {