We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a663c9b commit e6c8150Copy full SHA for e6c8150
buildSrc/src/main/kotlin/Constants.kt
@@ -221,7 +221,7 @@ object Prometheus {
221
}
222
223
224
-const val RapidAndRivers = "com.github.navikt:rapids-and-rivers:1.6d6256d"
+const val RapidAndRivers = "com.github.navikt:rapids-and-rivers:1.a77261b"
225
226
object Slf4j {
227
const val version = "1.7.25"
@@ -243,7 +243,7 @@ object Shadow {
243
244
245
object TestContainers {
246
- const val version = "1.15.1"
+ const val version = "1.15.2"
247
const val postgresql = "org.testcontainers:postgresql:$version"
248
const val kafka = "org.testcontainers:kafka:$version"
249
0 commit comments