From f41bea692eeef5e1aa480462c3f670824ed17f88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 18:39:54 +0000 Subject: [PATCH] Bump khex from 0.6 to 1.1.2 Bumps khex from 0.6 to 1.1.2. --- 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 cc74cc8..260f14d 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation "com.github.ethereum-lists:chains:1.3" implementation "com.natpryce:konfig:1.6.10.0" - implementation "com.github.walleth:khex:0.6" + implementation "com.github.walleth:khex:1.1.2" testImplementation 'org.amshove.kluent:kluent:1.68' testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"