Skip to content

Commit 82b52d3

Browse files
committed
Use version 2.0.0 in README
1 parent 52f3cc5 commit 82b52d3

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
@@ -31,7 +31,7 @@ to explicitly depend on [Jaybird](https://github.com/FirebirdSQL/jaybird).
3131
### Gradle
3232

3333
```groovy
34-
testImplementation "org.firebirdsql:firebird-testcontainers-java:1.6.1"
34+
testImplementation "org.firebirdsql:firebird-testcontainers-java:2.0.0"
3535
```
3636

3737
### Maven
@@ -40,7 +40,7 @@ testImplementation "org.firebirdsql:firebird-testcontainers-java:1.6.1"
4040
<dependency>
4141
<groupId>org.firebirdsql</groupId>
4242
<artifactId>firebird-testcontainers-java</artifactId>
43-
<version>1.6.1</version>
43+
<version>2.0.0</version>
4444
<scope>test</scope>
4545
</dependency>
4646
```

0 commit comments

Comments
 (0)