Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rickfast committed Jul 4, 2021
1 parent 6b381f3 commit 64529e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In 0.11.X and 0.12.x, the Consul JAR is a shaded JAR, with most dependencies inc

```groovy
dependencies {
compile 'com.orbitz.consul:consul-client:1.5.2'
compile 'com.orbitz.consul:consul-client:1.5.3'
}
```

Expand All @@ -33,7 +33,7 @@ dependencies {
<dependency>
<groupId>com.orbitz.consul</groupId>
<artifactId>consul-client</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.orbitz.consul</groupId>
<artifactId>consul-client</artifactId>
<packaging>jar</packaging>
<version>1.5.2</version>
<version>1.5.3</version>
<name>consul-client</name>
<url>http://maven.apache.org</url>
<description>Consul Client for Java</description>
Expand Down

0 comments on commit 64529e4

Please sign in to comment.