From afe075f455d6cb7e69826eaddcaf9b88aecc11b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 12:05:09 -0400 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.9.3 to 5.10.0 (#1277) Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.9.3 to 5.10.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.3...r5.10.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f14cf107..7eb9d445 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { compileOnly "com.fasterxml.jackson.core:jackson-databind:2.15.1" compileOnly "com.typesafe:config:1.4.2" - testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.3" + testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0" testImplementation "org.junit.jupiter:junit-jupiter-params:5.9.3" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0" testImplementation "org.hamcrest:java-hamcrest:2.0.0.0" -- GitLab