From d6b20b3874514407278f130d384f0c6c86974cee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 12:16:34 +0000 Subject: [PATCH] Bump com.tngtech.jgiven:jgiven-junit from 1.3.0 to 2.0.2 Bumps [com.tngtech.jgiven:jgiven-junit](https://github.com/TNG/jgiven) from 1.3.0 to 2.0.2. - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](https://github.com/TNG/jgiven/compare/v1.3.0...v2.0.2) --- updated-dependencies: - dependency-name: com.tngtech.jgiven:jgiven-junit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c119e65..6b71ac4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { implementation(kotlin("stdlib", kotlinVersion)) testImplementation(kotlin("stdlib-jdk7", kotlinVersion)) - testImplementation("com.tngtech.jgiven:jgiven-junit:1.3.0") + testImplementation("com.tngtech.jgiven:jgiven-junit:2.0.2") testImplementation("com.tngtech.junit.dataprovider:junit4-dataprovider:2.10") testImplementation("org.assertj:assertj-core:3.26.3") testImplementation("org.mockito:mockito-core:5.14.1")