From 2cc5286e2c05ac026b4a0ce5bab9f92ca358d43f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 23:38:41 +0000 Subject: [PATCH] Bump kluent from 1.68 to 1.70 Bumps [kluent](https://github.com/MarkusAmshove/Kluent) from 1.68 to 1.70. - [Release notes](https://github.com/MarkusAmshove/Kluent/releases) - [Changelog](https://github.com/MarkusAmshove/Kluent/blob/master/CHANGELOG.md) - [Commits](https://github.com/MarkusAmshove/Kluent/compare/v1.68...v1.70) --- updated-dependencies: - dependency-name: org.amshove.kluent:kluent dependency-type: direct:production update-type: version-update:semver-minor ... 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..239d202 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ dependencies { implementation "com.natpryce:konfig:1.6.10.0" implementation "com.github.walleth:khex:0.6" - testImplementation 'org.amshove.kluent:kluent:1.68' + testImplementation 'org.amshove.kluent:kluent:1.70' testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}" testImplementation "org.jetbrains.kotlin:kotlin-test-junit:${kotlin_version}"