Skip to content

Commit

Permalink
Update [vald sha: 9b6b64c1704c31a9ebb9de0af5d748637ce2cbfd]
Browse files Browse the repository at this point in the history
Signed-off-by: Vdaas CI <[email protected]>
  • Loading branch information
vdaas-ci committed May 14, 2024
1 parent 1ec2ca7 commit 44519ca
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VALD_CLIENT_CLJ_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.7.12
v1.6.0
2 changes: 1 addition & 1 deletion VALD_SHA
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c39130028731aefeb84d03c885e50791b92a8ff3
9b6b64c1704c31a9ebb9de0af5d748637ce2cbfd
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>vald-client-clj</groupId>
<artifactId>vald-client-clj</artifactId>
<packaging>jar</packaging>
<version>v1.7.12</version>
<version>v1.6.0</version>
<name>vald-client-clj</name>
<description>A client library for Vald.</description>
<url>https://github.com/vdaas/vald-client-clj</url>
Expand All @@ -15,10 +15,10 @@
</license>
</licenses>
<scm>
<url>https://github.com/vdaas/vald-client-clj</url>
<connection>scm:git:git://github.com/vdaas/vald-client-clj.git</connection>
<developerConnection>scm:git:ssh://[email protected]/vdaas/vald-client-clj.git</developerConnection>
<tag>af583e039c87f0b6f978b4567b1c78ad7a46b209</tag>
<url>https://github.com/vdaas/vald-ci-labs</url>
<connection>scm:git:git://github.com/vdaas/vald-ci-labs.git</connection>
<developerConnection>scm:git:ssh://[email protected]/vdaas/vald-ci-labs.git</developerConnection>
<tag>1ec2ca7a3d17df52576c0a5bb500d565bc919188</tag>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -71,12 +71,12 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-api</artifactId>
<version>1.59.1</version>
<version>1.58.0</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-core</artifactId>
<version>1.59.1</version>
<version>1.58.0</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
Expand All @@ -96,7 +96,7 @@
<dependency>
<groupId>org.vdaas.vald</groupId>
<artifactId>vald-client-java</artifactId>
<version>1.7.12</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
Expand Down

0 comments on commit 44519ca

Please sign in to comment.