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

updated dependencies with open CVEs #463

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ In 0.11.X and 0.12.x, the Consul JAR is a shaded JAR, with most dependencies inc

```groovy
dependencies {
implementation 'com.orbitz.consul:consul-client:1.5.3'
implementation 'com.orbitz.consul:consul-client:1.5.4'
}
```

#### Kotlin:

```kotlin
dependencies {
implementation("com.orbitz.consul:consul-client:1.5.3")
implementation("com.orbitz.consul:consul-client:1.5.4")
}
```

Expand All @@ -43,7 +43,7 @@ dependencies {
<dependency>
<groupId>com.orbitz.consul</groupId>
<artifactId>consul-client</artifactId>
<version>1.5.3</version>
<version>1.5.4</version>
</dependency>
</dependencies>
```
Expand Down
10 changes: 5 additions & 5 deletions 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.3</version>
<version>1.5.4</version>
<name>consul-client</name>
<url>http://maven.apache.org</url>
<description>Consul Client for Java</description>
Expand Down Expand Up @@ -34,16 +34,16 @@
<apache.commons.version>3.11</apache.commons.version>
<commonscodec.version>1.15</commonscodec.version>
<findbugs.version>1.3.9</findbugs.version>
<guava.version>29.0-jre</guava.version>
<guava.version>31.1-jre</guava.version>
<immutables.version>2.8.8</immutables.version>
<jackson.version>2.12.0</jackson.version>
<jackson.version>2.13.3</jackson.version>
<junit.version>4.13.1</junit.version>
<junitparams.version>1.1.1</junitparams.version>
<mockito.version>1.10.19</mockito.version>
<retrofit.version>2.9.0</retrofit.version>
<okhttp.version>4.9.0</okhttp.version>
<okhttp.version>4.9.3</okhttp.version>
<slf4j.version>1.7.30</slf4j.version>
<logback.version>1.2.3</logback.version>
<logback.version>1.2.11</logback.version>
<testcontainers.version>1.15.1</testcontainers.version>
</properties>
<distributionManagement>
Expand Down