From dfe37ed6775a7e9295e137bb822bf9c49cfd08c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 00:32:27 +0000 Subject: [PATCH] Bump kluent from 1.68 to 1.69 Bumps [kluent](https://github.com/MarkusAmshove/Kluent) from 1.68 to 1.69. - [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.69) --- 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..0ea8d50 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.69' testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}" testImplementation "org.jetbrains.kotlin:kotlin-test-junit:${kotlin_version}"