From 38f38a9c47adee11933bd9301f56756de52dea4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 06:59:34 +0000 Subject: [PATCH] Bump com.github.walleth:khex from 0.6 to 1.1.5 Bumps com.github.walleth:khex from 0.6 to 1.1.5. --- updated-dependencies: - dependency-name: com.github.walleth:khex dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4157ba3..99f08c0 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation "com.github.ethereum-lists:chains:1.6" implementation "com.natpryce:konfig:1.6.10.0" - implementation "com.github.walleth:khex:0.6" + implementation "com.github.walleth:khex:1.1.5" testImplementation 'org.amshove.kluent:kluent:1.72' testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"