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 Nov 28, 2024
1 parent 83db4f4 commit 0fa8e66
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ java {

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

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

Expand All @@ -63,22 +63,22 @@ protobuf {

dependencies {
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.1")
implementation("io.grpc:grpc-stub:1.68.1")
implementation("com.google.protobuf:protobuf-java-util:4.29.0")
implementation("io.grpc:grpc-protobuf:1.68.2")
implementation("io.grpc:grpc-stub:1.68.2")
implementation("io.grpc:grpc-netty-shaded:1.68.1")
implementation("io.netty:netty-tcnative-boringssl-static:2.0.69.Final")
implementation("org.testcontainers:testcontainers:1.20.3")
implementation("org.testcontainers:testcontainers:1.20.4")
implementation("build.buf.protoc-gen-validate:pgv-java-stub:1.1.0")
implementation("commons-io:commons-io:2.17.0")
implementation("commons-io:commons-io:2.18.0")
compileOnly("javax.annotation:javax.annotation-api:1.3.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
testImplementation("org.testcontainers:junit-jupiter:1.20.3")
testImplementation("org.testcontainers:junit-jupiter:1.20.4")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
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.1")
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.1")
testImplementation("com.fasterxml.jackson.core:jackson-core:2.18.2")
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2")
}

tasks.getByName<Test>("test") {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 0fa8e66

Please sign in to comment.