From 74431914a013b980789a971babf1b10019e91f0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:27:27 +0000 Subject: [PATCH] Bump org.instancio:instancio-junit from 5.0.2 to 5.1.0 Bumps [org.instancio:instancio-junit](https://github.com/instancio/instancio) from 5.0.2 to 5.1.0. - [Release notes](https://github.com/instancio/instancio/releases) - [Commits](https://github.com/instancio/instancio/compare/instancio-parent-5.0.2...instancio-parent-5.1.0) --- updated-dependencies: - dependency-name: org.instancio:instancio-junit 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 1586eb19f7..4407abe132 100644 --- a/build.gradle +++ b/build.gradle @@ -283,7 +283,7 @@ dependencies { implementation("io.github.sheikah45.fx2j:fx2j-api:0.1.0") implementation("com.install4j:install4j-runtime:10.0.8") - testImplementation("org.instancio:instancio-junit:5.0.2") + testImplementation("org.instancio:instancio-junit:5.1.0") testImplementation("com.squareup.okhttp3:okhttp") testImplementation("com.squareup.okhttp3:mockwebserver") testImplementation("io.projectreactor:reactor-test")