From 22b657a7f3b890cbbbff22537c945dc9eaa9db71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 01:36:40 +0000 Subject: [PATCH] Bump com.github.tomakehurst:wiremock-jre8 from 2.31.0 to 3.0.1 Bumps [com.github.tomakehurst:wiremock-jre8](https://github.com/wiremock/wiremock) from 2.31.0 to 3.0.1. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/2.31.0...3.0.1) --- updated-dependencies: - dependency-name: com.github.tomakehurst:wiremock-jre8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c3c21a6..08a192a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { testImplementation("org.junit.vintage:junit-vintage-engine:5.10.0") testImplementation("org.codehaus.groovy:groovy-all:3.0.19") testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") - testImplementation("com.github.tomakehurst:wiremock-jre8:2.31.0") + testImplementation("com.github.tomakehurst:wiremock-jre8:3.0.1") testImplementation("net.bytebuddy:byte-buddy:1.14.8") }