From 620117c00a764c9da45c46cd2b558d4266f7c52c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 09:32:19 +0000 Subject: [PATCH] chore(deps): bump jupiterVersion from 5.10.2 to 5.11.0 Bumps `jupiterVersion` from 5.10.2 to 5.11.0. Updates `org.junit.jupiter:junit-jupiter` from 5.10.2 to 5.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.11.0) Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.2 to 5.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.11.0) Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.2 to 5.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...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.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-params 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 143ecee..74cf2c8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -65,7 +65,7 @@ val confluentPlatformVersion = "6.0.2" // For compatibility tests use version 6. // NOTE: Confluent Platform v6.0.3 has a dependency mismatch issue. val hamcrestVersion = "2.2" val jacksonVersion = "2.17.2" // This Jackson is used in the tests. -val jupiterVersion = "5.10.2" +val jupiterVersion = "5.11.0" val kafkaVersion = "2.6.3" val jettyVersion = "9.4.51.v20230217" val junit4Version = "4.13.2"