From 727a4d9dfa0cc1cc6194bb41093b1db6f135c980 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:43:27 +0000 Subject: [PATCH] fix(deps): update kotestversion to v5.9.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 033dd21..70ea076 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { group = "zip" version = "0.0.15-SNAPSHOT" val qeurydslVersion = "5.0.0" -val kotestVersion = "5.5.3" +val kotestVersion = "5.9.1" allOpen { annotation("javax.persistence.Entity")