Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies to v1.19.5 (#75)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent 504ab95 commit 53aa5aa
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.1")
implementation("io.grpc:grpc-netty-shaded:1.61.1")
implementation("io.netty:netty-tcnative-boringssl-static:2.0.62.Final")
implementation("org.testcontainers:testcontainers:1.19.4")
implementation("org.testcontainers:testcontainers:1.19.5")
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.2")
testImplementation("org.testcontainers:junit-jupiter:1.19.4")
testImplementation("org.testcontainers:junit-jupiter:1.19.5")
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 53aa5aa

Please sign in to comment.