Skip to content
This repository was archived by the owner on May 12, 2020. It is now read-only.

Commit d04f7b1

Browse files
authored
Update README.md
1 parent 2a7519d commit d04f7b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ Add the following dependency to your pom.xml:
1919
<dependency>
2020
<groupId>ru.yandex.qatools.embed</groupId>
2121
<artifactId>postgresql-embedded</artifactId>
22-
    <version>2.4</version>
22+
    <version>2.5</version>
2323
</dependency>
2424
```
2525
### Gradle
2626

2727
Add a line to build.gradle:
2828
```groovy
29-
compile 'ru.yandex.qatools.embed:postgresql-embedded:2.4'
29+
compile 'ru.yandex.qatools.embed:postgresql-embedded:2.5'
3030
```
3131

3232
## Howto

0 commit comments

Comments
 (0)