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 Oct 28, 2024
1 parent e052d78 commit 8833d41
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ java {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.28.2"
artifact = "com.google.protobuf:protoc:4.28.3"
}

plugins {
Expand All @@ -62,21 +62,21 @@ protobuf {
}

dependencies {
implementation("com.google.protobuf:protobuf-java:4.28.2")
implementation("com.google.protobuf:protobuf-java-util:4.28.2")
implementation("com.google.protobuf:protobuf-java:4.28.3")
implementation("com.google.protobuf:protobuf-java-util:4.28.3")
implementation("io.grpc:grpc-protobuf:1.68.0")
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.2")
implementation("org.testcontainers:testcontainers:1.20.3")
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.2")
testImplementation("org.testcontainers:junit-jupiter:1.20.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
testImplementation("org.testcontainers:junit-jupiter:1.20.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
testImplementation("ch.qos.logback:logback-core:1.5.11")
testImplementation("ch.qos.logback:logback-classic:1.5.11")
testImplementation("ch.qos.logback:logback-core:1.5.12")
testImplementation("ch.qos.logback:logback-classic:1.5.12")
testImplementation("com.fasterxml.jackson.core:jackson-core:2.18.0")
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.0")
}
Expand Down

0 comments on commit 8833d41

Please sign in to comment.