Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
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 Aug 8, 2024
1 parent 20ff977 commit 6b18ce2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ java {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.27.2"
artifact = "com.google.protobuf:protoc:4.27.3"
}

plugins {
id("grpc") {
artifact = "io.grpc:protoc-gen-grpc-java:1.65.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.66.0"
}
}

Expand All @@ -61,18 +61,18 @@ protobuf {
}

dependencies {
implementation("com.google.protobuf:protobuf-java:4.27.2")
implementation("com.google.protobuf:protobuf-java-util:4.27.2")
implementation("io.grpc:grpc-protobuf:1.65.1")
implementation("io.grpc:grpc-stub:1.65.1")
implementation("io.grpc:grpc-netty-shaded:1.65.1")
implementation("com.google.protobuf:protobuf-java:4.27.3")
implementation("com.google.protobuf:protobuf-java-util:4.27.3")
implementation("io.grpc:grpc-protobuf:1.66.0")
implementation("io.grpc:grpc-stub:1.66.0")
implementation("io.grpc:grpc-netty-shaded:1.66.0")
implementation("io.netty:netty-tcnative-boringssl-static:2.0.65.Final")
implementation("org.testcontainers:testcontainers:1.20.0")
implementation("org.testcontainers:testcontainers:1.20.1")
implementation("build.buf.protoc-gen-validate:pgv-java-stub:1.0.4")
implementation("commons-io:commons-io:2.16.1")
compileOnly("javax.annotation:javax.annotation-api:1.3.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
testImplementation("org.testcontainers:junit-jupiter:1.20.0")
testImplementation("org.testcontainers:junit-jupiter:1.20.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
testImplementation("ch.qos.logback:logback-core:1.5.6")
testImplementation("ch.qos.logback:logback-classic:1.5.6")
Expand Down

0 comments on commit 6b18ce2

Please sign in to comment.