From 17afe1815894ee7a896ef4479086cd57fe98d24d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 19:31:44 +0000 Subject: [PATCH] chore(deps): bump jupiterVersion from 5.10.3 to 5.11.0 Bumps `jupiterVersion` from 5.10.3 to 5.11.0. Updates `org.junit.jupiter:junit-jupiter` from 5.10.3 to 5.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.0) Updates `org.junit.vintage:junit-vintage-engine` from 5.10.3 to 5.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.vintage:junit-vintage-engine 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 520c7ecd..e034295a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -125,7 +125,7 @@ val avroVersion = "1.8.1" val confluentPlatformVersion = "4.1.4" // For compatibility tests use version 4.1.4. val hamcrestVersion = "2.2" val jacksonVersion = "2.17.2" // This Jackson is used in the tests. -val jupiterVersion = "5.10.3" +val jupiterVersion = "5.11.0" val servletVersion = "4.0.1" val testcontainersVersion = "1.20.1" val awaitilityVersion = "4.2.1"