From c2a4183bf49d5d34f817d98b579d21831cec6971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 23:59:40 +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 cc74cc8..e4b4885 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.5" testImplementation 'org.amshove.kluent:kluent:1.68' testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"