From 2dbef36dbb3b3b0bab4b41db1298c06552011a25 Mon Sep 17 00:00:00 2001 From: vdaas-ci Date: Wed, 5 Mar 2025 12:26:57 +0000 Subject: [PATCH 1/2] automated changes Signed-off-by: vdaas-ci --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index a977008..0a4a5ab 100644 --- a/build.gradle +++ b/build.gradle @@ -69,8 +69,8 @@ repositories { } dependencies { - implementation 'io.grpc:grpc-stub:1.70.0' - implementation 'io.grpc:grpc-protobuf:1.70.0' + implementation 'io.grpc:grpc-stub:1.71.0' + implementation 'io.grpc:grpc-protobuf:1.71.0' implementation 'com.google.protobuf:protobuf-java:3.25.1' implementation 'javax.annotation:javax.annotation-api:1.3.2' implementation 'build.buf:protovalidate:0.5.0' @@ -78,7 +78,7 @@ dependencies { testImplementation 'org.jetbrains.kotlin:kotlin-stdlib:2.1.10' testImplementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0' testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0' - testImplementation 'io.grpc:grpc-okhttp:1.70.0' + testImplementation 'io.grpc:grpc-okhttp:1.71.0' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' } From d7bb35b110cf82771a3aa8c5f080c81777c26625 Mon Sep 17 00:00:00 2001 From: Kosuke Morimoto Date: Wed, 12 Mar 2025 08:24:59 +0900 Subject: [PATCH 2/2] add BINDIR for binary installation --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 62b317c..d03de5a 100755 --- a/Makefile +++ b/Makefile @@ -21,6 +21,9 @@ LANGUAGE = java PKGNAME = $(NAME)-client-$(LANGUAGE) PKGREPO = github.com/$(REPO)/$(PKGNAME) +USR_LOCAL = /usr/local +BINDIR = $(USR_LOCAL)/bin + VALD_DIR = vald VALD_SHA = VALD_SHA VALD_CLIENT_JAVA_VERSION = version/VALD_CLIENT_JAVA_VERSION