Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies to v1.19.4
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 29, 2024
1 parent d7a415e commit d971917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ dependencies {
implementation("io.grpc:grpc-stub:1.61.0")
implementation("io.grpc:grpc-netty-shaded:1.61.0")
implementation("io.netty:netty-tcnative-boringssl-static:2.0.62.Final")
implementation("org.testcontainers:testcontainers:1.19.3")
implementation("org.testcontainers:testcontainers:1.19.4")
implementation("build.buf.protoc-gen-validate:pgv-java-stub:1.0.4")
implementation("commons-io:commons-io:2.15.1")
compileOnly("javax.annotation:javax.annotation-api:1.3.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
testImplementation("org.testcontainers:junit-jupiter:1.19.3")
testImplementation("org.testcontainers:junit-jupiter:1.19.4")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
testImplementation("ch.qos.logback:logback-core:1.4.14")
testImplementation("ch.qos.logback:logback-classic:1.4.14")
Expand Down

0 comments on commit d971917

Please sign in to comment.