Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Bump com.github.navikt:rapids-and-rivers from 2024082010411724143294.7221e391eba8 to 2024082313161724411773.1db923f4402d #382

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
// we want to use the one provided by R&R, not the Confluent-specific one
exclude(group = "org.apache.kafka", module = "kafka-clients")
}
implementation("com.github.navikt:rapids-and-rivers:2024082010411724143294.7221e391eba8")
implementation("com.github.navikt:rapids-and-rivers:2024082313161724411773.1db923f4402d")
implementation("com.natpryce:konfig:1.6.10.0")

testImplementation(platform("org.junit:junit-bom:5.11.0"))
Expand Down
Loading