From ac63c1ab32e4d3f2e915ad96964ab0931a5f605e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 12:47:37 +0100 Subject: [PATCH] :arrow_up: Bump junitVersion from 5.10.0 to 5.11.0 (#82) Bumps `junitVersion` from 5.10.0 to 5.11.0. Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.0 to 5.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.11.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.0 to 5.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.11.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-engine 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 c5c49f0..83fcc4b 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ repositories { } ext { - junitVersion = "5.10.0" + junitVersion = "5.11.0" scalaVersion = "2.13.14" gatlingVersion = "3.11.5" awsSdkVersion = "2.27.6"