From de5e6c302c108b6a574ad0104c6d39ea93616eaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 05:14:31 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.10.2 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1719cbb..84ba553 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation 'com.bisnode.opa:opa-test-result-formatter:0.1.2' testImplementation gradleTestKit() - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' testImplementation 'org.apiguardian:apiguardian-api:1.1.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' testRuntimeOnly files(createClasspathManifest)