From 481480fe34d3daee24a53a2172d0cce2177746a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 16:38:38 +0000 Subject: [PATCH] Bump com.jetbrains.intellij.go:go-test-framework Bumps com.jetbrains.intellij.go:go-test-framework from 241.18034.61 to 241.18968.32. --- updated-dependencies: - dependency-name: com.jetbrains.intellij.go:go-test-framework dependency-type: direct:production update-type: version-update:semver-minor ... 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 17565b0..25043a6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ repositories { maven("https://cache-redirector.jetbrains.com/jcenter.bintray.com") } dependencies { - testImplementation("com.jetbrains.intellij.go:go-test-framework:241.18034.61") { + testImplementation("com.jetbrains.intellij.go:go-test-framework:241.18968.32") { exclude("org.jetbrains.kotlin", "kotlin-stdlib-jdk8") exclude("org.jetbrains.kotlin", "kotlin-reflect") exclude("com.jetbrains.rd", "rd-core")