From f65da652419aeeec9c62ac9b327f98cd640ddfbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Oct 2022 19:31:33 +0000 Subject: [PATCH] fix(deps): update kotestversion to v5.5.2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0145b54..1b2fdfe 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.4.2" +val kotestVersion = "5.5.2" allOpen { annotation("javax.persistence.Entity")