Skip to content

Commit

Permalink
[fix][auth] Athenz: do not use uber-jar and bump to 1.10.50 (apache#1…
Browse files Browse the repository at this point in the history
…4884)

(cherry picked from commit cffe28a)
  • Loading branch information
nicoloboschi committed Apr 28, 2022
1 parent 43ee884 commit 0fe7f80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ flexible messaging model and an intuitive client API.</description>
<jetty.version>9.4.44.v20210927</jetty.version>
<conscrypt.version>2.5.2</conscrypt.version>
<jersey.version>2.34</jersey.version>
<athenz.version>1.10.9</athenz.version>
<athenz.version>1.10.50</athenz.version>
<prometheus.version>0.5.0</prometheus.version>
<vertx.version>3.9.8</vertx.version>
<rocksdb.version>6.10.2</rocksdb.version>
Expand Down Expand Up @@ -829,7 +829,7 @@ flexible messaging model and an intuitive client API.</description>

<dependency>
<groupId>com.yahoo.athenz</groupId>
<artifactId>athenz-zts-java-client</artifactId>
<artifactId>athenz-zts-java-client-core</artifactId>
<version>${athenz.version}</version>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pulsar-client-auth-athenz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<dependency>
<groupId>com.yahoo.athenz</groupId>
<artifactId>athenz-zts-java-client</artifactId>
<artifactId>athenz-zts-java-client-core</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit 0fe7f80

Please sign in to comment.