From 673c11fbf313a40d59d1c9520b122008bdd4bbeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 01:33:30 +0000 Subject: [PATCH] Bump org.junit.vintage:junit-vintage-engine from 5.11.2 to 5.11.3 Bumps [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.vintage:junit-vintage-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ed702f7..7abe01f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ # libraries annotations = "24.1.0" kotest = "5.9.1" -junit = "5.11.2" +junit = "5.11.3" # plugins intelliJPlatform = "2.1.0"