From a2bb6664722955e5e7bf20fb2ea99245fe61a7d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 07:41:57 +0000 Subject: [PATCH] chore(deps): bump org.instancio:instancio-junit from 3.7.1 to 4.8.1 Bumps [org.instancio:instancio-junit](https://github.com/instancio/instancio) from 3.7.1 to 4.8.1. - [Release notes](https://github.com/instancio/instancio/releases) - [Commits](https://github.com/instancio/instancio/compare/instancio-parent-3.7.1...instancio-parent-4.8.1) --- updated-dependencies: - dependency-name: org.instancio:instancio-junit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6897ffd6..51cf2abb 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ dependencies { runtimeOnly 'org.postgresql:postgresql' testImplementation 'org.awaitility:awaitility:4.2.1' - testImplementation 'org.instancio:instancio-junit:3.7.1' + testImplementation 'org.instancio:instancio-junit:4.8.1' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.amqp:spring-rabbit-test' testImplementation 'org.springframework.security:spring-security-test'