Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
update dependency version
Browse files Browse the repository at this point in the history
Signed-off-by: kevindiu <[email protected]>
  • Loading branch information
kevindiu committed Jun 6, 2022
1 parent 07ff39f commit 1c03399
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 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.5.1</version>
<version>v1.5.3</version>
<name>vald-client-clj</name>
<description>A client library for Vald.</description>
<url>https://github.com/vdaas/vald-client-clj</url>
Expand Down Expand Up @@ -71,22 +71,22 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-api</artifactId>
<version>1.46.0</version>
<version>1.47.0</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-core</artifactId>
<version>1.46.0</version>
<version>1.47.0</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>1.46.0</version>
<version>1.47.0</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>1.46.0</version>
<version>1.47.0</version>
</dependency>
<dependency>
<groupId>io.envoyproxy.protoc-gen-validate</groupId>
Expand All @@ -96,12 +96,12 @@
<dependency>
<groupId>org.vdaas.vald</groupId>
<artifactId>vald-client-java</artifactId>
<version>1.5.1</version>
<version>1.5.3</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-okhttp</artifactId>
<version>1.46.0</version>
<version>1.47.0</version>
<exclusions>
<exclusion>
<artifactId>grpc-core</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@
:password :env/clojars_pass
:url "https://clojars.org/repo"}]]
:dependencies [[org.clojure/clojure "1.11.1"]
[io.grpc/grpc-api "1.46.0"]
[io.grpc/grpc-core "1.46.0"
[io.grpc/grpc-api "1.47.0"]
[io.grpc/grpc-core "1.47.0"
:exlusions [io.grpc/grpc-api]]
[io.grpc/grpc-protobuf "1.46.0"]
[io.grpc/grpc-stub "1.46.0"]
[io.grpc/grpc-protobuf "1.47.0"]
[io.grpc/grpc-stub "1.47.0"]
[io.envoyproxy.protoc-gen-validate/pgv-java-stub "0.6.7"]
[org.vdaas.vald/vald-client-java
#=(subs
#=(clojure.string/trim
#=(slurp "VALD_CLIENT_CLJ_VERSION")) 1)]]
:repl-options {:init-ns vald-client-clj.core}
:profiles {:dev
{:dependencies [[io.grpc/grpc-okhttp "1.46.0"
{:dependencies [[io.grpc/grpc-okhttp "1.47.0"
:exclusions [io.grpc/grpc-core]]
[metosin/jsonista "0.3.3"]
[camel-snake-kebab "0.4.2"]]}
:cmd
{:source-paths ["cmd"]
:dependencies [[org.clojure/tools.cli "1.0.206"]
[io.grpc/grpc-okhttp "1.46.0"
[io.grpc/grpc-okhttp "1.47.0"
:exclusions [io.grpc/grpc-core]]
[metosin/jsonista "0.3.3"]
[camel-snake-kebab "0.4.2"]]
Expand Down

0 comments on commit 1c03399

Please sign in to comment.