From b9b4623dcb53b7281fbb724d67bc1e513724d44c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 08:59:22 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.11.0 to 5.11.1 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.0 to 5.11.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... 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 67c0b71..51133b2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,7 +46,7 @@ dependencies { api("com.datadoghq:datadog-api-client:2.27.0") testRuntimeOnly("software.amazon.awssdk:sso:$awsSdkVersion") testRuntimeOnly("software.amazon.awssdk:sts:$awsSdkVersion") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1") testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.0") testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1") testImplementation("org.mockito:mockito-inline:5.2.0")