Skip to content

Commit 2b24e50

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/checkout-4
2 parents b460915 + 44533d7 commit 2b24e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ val nettyVersion = "4.1.97.Final"
1111
val junitJupiterVersion = "5.10.0"
1212
val kotlinVersion = "1.9.10"
1313
val freemarkerVersion = "2.3.32"
14-
val kotestVersion = "5.7.1"
14+
val kotestVersion = "5.7.2"
1515
val bouncyCastleVersion = "1.70"
1616
val springBootVersion = "3.1.3"
1717
val reactorTestVersion = "3.5.9"
@@ -24,7 +24,7 @@ plugins {
2424
application
2525
kotlin("jvm") version "1.9.10"
2626
id("se.patrikerdes.use-latest-versions") version "0.2.18"
27-
id("com.github.ben-manes.versions") version "0.47.0"
27+
id("com.github.ben-manes.versions") version "0.48.0"
2828
id("org.jmailen.kotlinter") version "3.16.0"
2929
id("com.google.cloud.tools.jib") version "3.3.2"
3030
id("com.github.johnrengelman.shadow") version "8.1.1"

0 commit comments

Comments
 (0)