From 0390b1e2112071865ab19e602e9066a8551cbf00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 02:00:52 +0000 Subject: [PATCH] Bump junit5 from 4.2.14 to 4.4.3 Bumps [junit5](https://github.com/pact-foundation/pact-jvm) from 4.2.14 to 4.4.3. - [Release notes](https://github.com/pact-foundation/pact-jvm/releases) - [Changelog](https://github.com/pact-foundation/pact-jvm/blob/master/CHANGELOG.md) - [Commits](https://github.com/pact-foundation/pact-jvm/commits) --- updated-dependencies: - dependency-name: au.com.dius.pact.consumer:junit5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- consumer1/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consumer1/build.gradle b/consumer1/build.gradle index c97f894..9c2c09a 100644 --- a/consumer1/build.gradle +++ b/consumer1/build.gradle @@ -20,6 +20,6 @@ dependencies { exclude group: 'org.junit.vintage' } - testImplementation 'au.com.dius.pact.consumer:junit5:4.2.14' + testImplementation 'au.com.dius.pact.consumer:junit5:4.4.3' testImplementation 'org.springframework.boot:spring-boot-starter-webflux' }