Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#113)
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 Oct 7, 2024
1 parent 23439eb commit 4e157e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
id("com.google.protobuf") version "0.9.4"
id("com.palantir.git-version") version "3.1.0"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
id("com.gradleup.shadow") version "8.3.2"
id("com.gradleup.shadow") version "8.3.3"
}

val gitVersion: groovy.lang.Closure<String> by extra
Expand Down Expand Up @@ -68,12 +68,12 @@ dependencies {
implementation("io.grpc:grpc-stub:1.68.0")
implementation("io.grpc:grpc-netty-shaded:1.68.0")
implementation("io.netty:netty-tcnative-boringssl-static:2.0.66.Final")
implementation("org.testcontainers:testcontainers:1.20.1")
implementation("org.testcontainers:testcontainers:1.20.2")
implementation("build.buf.protoc-gen-validate:pgv-java-stub:1.1.0")
implementation("commons-io:commons-io:2.17.0")
compileOnly("javax.annotation:javax.annotation-api:1.3.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1")
testImplementation("org.testcontainers:junit-jupiter:1.20.1")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
testImplementation("org.testcontainers:junit-jupiter:1.20.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
testImplementation("ch.qos.logback:logback-core:1.5.8")
testImplementation("ch.qos.logback:logback-classic:1.5.8")
Expand Down

0 comments on commit 4e157e4

Please sign in to comment.