Skip to content

Commit

Permalink
Bump default Consul version to 1.11.2
Browse files Browse the repository at this point in the history
[#DO_RELEASE]
  • Loading branch information
displate-pszymczyk committed Mar 8, 2022
1 parent 71a7038 commit 43bc6e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Working on all operating systems: Mac, Linux, Windows.
<dependency>
<groupId>com.pszymczyk.consul</groupId>
<artifactId>embedded-consul</artifactId>
<version>2.2.1</version>
<version>2.3.1</version>
<scope>test</scope>
</dependency>
```

```groovy
testImplementation 'com.pszymczyk.consul:embedded-consul:2.2.1'
testImplementation 'com.pszymczyk.consul:embedded-consul:2.3.1'
```

### Usage
Expand Down

0 comments on commit 43bc6e9

Please sign in to comment.