We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a87c4d commit 1b037ddCopy full SHA for 1b037dd
build.gradle.kts
@@ -10,15 +10,15 @@ val jacksonVersion = "2.18.0"
10
val postgresVersion = "42.7.4"
11
val flywayVersion = "10.18.2"
12
val hikariVersion = "6.0.0"
13
-val testcontainerVersion = "1.20.1"
+val testcontainerVersion = "1.20.2"
14
val mockkVersion = "1.13.12"
15
val kotlinVersion = "2.0.20"
16
val googlecloudstorageVersion = "2.43.1"
17
val ktfmtVersion = "0.44"
18
val jvmVersion = "17"
19
val snappyJavaVersion = "1.1.10.6"
20
val commonsCompressVersion = "1.27.1"
21
-val nettyCodecHttp = "4.1.113.Final"
+val nettyCodecHttp = "4.1.114.Final"
22
val kafkaVersion = "3.8.0"
23
24
plugins {
0 commit comments