From 9581e84efeadad4082d5fe61ae162f58c409d1bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:52:34 +0000 Subject: [PATCH] Bump io.dropwizard.modules:dropwizard-testing-junit4 from 4.0.6 to 4.0.7 Bumps [io.dropwizard.modules:dropwizard-testing-junit4](https://github.com/dropwizard/dropwizard-testing-junit4) from 4.0.6 to 4.0.7. - [Release notes](https://github.com/dropwizard/dropwizard-testing-junit4/releases) - [Commits](https://github.com/dropwizard/dropwizard-testing-junit4/compare/v4.0.6...v4.0.7) --- updated-dependencies: - dependency-name: io.dropwizard.modules:dropwizard-testing-junit4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- guicey-test-junit4/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guicey-test-junit4/build.gradle b/guicey-test-junit4/build.gradle index f0f21006..17e16290 100644 --- a/guicey-test-junit4/build.gradle +++ b/guicey-test-junit4/build.gradle @@ -5,7 +5,7 @@ dependencies { exclude group: 'junit', module: 'junit-dep' } - implementation 'io.dropwizard.modules:dropwizard-testing-junit4:4.0.6' + implementation 'io.dropwizard.modules:dropwizard-testing-junit4:4.0.7' implementation 'junit:junit' testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'