Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tuantrannav committed Feb 23, 2024
1 parent 1152168 commit cdbcd0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ subprojects {
val logbackClassicVersion = "1.4.5"
val logbackEncoderVersion = "7.2"
val awaitilityVersion = "4.2.0"
val kafkaTestcontainerVersion = "1.17.6"
val kafkaTestcontainerVersion = "1.19.6"

group = "com.github.navikt"
version = properties["version"] ?: "local-build"
Expand Down
4 changes: 2 additions & 2 deletions hm-rapids-and-rivers-v2-micronaut/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import org.gradle.internal.execution.history.changes.ExecutionStateChanges.incremental

val micronautVersion="4.2.3"
val micronautVersion="4.3.2"

plugins {
kotlin("kapt")
id("io.micronaut.library") version "4.2.1"
id("io.micronaut.library") version "4.3.2"
}

dependencies {
Expand Down

0 comments on commit cdbcd0c

Please sign in to comment.