From de0180cbfdc2b03d8dd1e54ffbcd8235373aabb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 23:45:23 +0000 Subject: [PATCH] Bump kluent from 1.68 to 1.72 Bumps [kluent](https://github.com/MarkusAmshove/Kluent) from 1.68 to 1.72. - [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.72) --- 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..dfcb6d3 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.72' testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}" testImplementation "org.jetbrains.kotlin:kotlin-test-junit:${kotlin_version}"