From c9251446b7399938db30d0ffef073b28f1c1fa10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 02:38:05 +0000 Subject: [PATCH] Bump com.navercorp.fixturemonkey:fixture-monkey from 0.5.2 to 0.6.10 Bumps [com.navercorp.fixturemonkey:fixture-monkey](https://github.com/naver/fixture-monkey) from 0.5.2 to 0.6.10. - [Release notes](https://github.com/naver/fixture-monkey/releases) - [Commits](https://github.com/naver/fixture-monkey/compare/0.5.2...0.6.10) --- updated-dependencies: - dependency-name: com.navercorp.fixturemonkey:fixture-monkey dependency-type: direct:production update-type: version-update:semver-minor ... 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 8507b64..35aae39 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ dependencies { } dependencies { - testImplementation("com.navercorp.fixturemonkey:fixture-monkey:0.5.2") + testImplementation("com.navercorp.fixturemonkey:fixture-monkey:0.6.10") testImplementation("org.assertj:assertj-core:3.23.1") testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2") testRuntimeOnly("ch.qos.logback:logback-classic:1.3.5")