From 0c79cd3a1215ddf4707d4cffc801b0b5629783ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 08:18:12 +0000 Subject: [PATCH] Bump org.instancio:instancio-junit from 4.5.0 to 4.5.1 Bumps [org.instancio:instancio-junit](https://github.com/instancio/instancio) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/instancio/instancio/releases) - [Commits](https://github.com/instancio/instancio/compare/instancio-parent-4.5.0...instancio-parent-4.5.1) --- updated-dependencies: - dependency-name: org.instancio:instancio-junit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 942f881028..930fc357e7 100644 --- a/build.gradle +++ b/build.gradle @@ -283,7 +283,7 @@ dependencies { implementation("io.github.sheikah45.fx2j:fx2j-api:0.0.0") implementation("com.install4j:install4j-runtime:10.0.7") - testImplementation("org.instancio:instancio-junit:4.5.0") + testImplementation("org.instancio:instancio-junit:4.5.1") testImplementation("com.squareup.okhttp3:okhttp") testImplementation("com.squareup.okhttp3:mockwebserver") testImplementation("io.projectreactor:reactor-test")