We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f3cc5 commit 82b52d3Copy full SHA for 82b52d3
README.md
@@ -31,7 +31,7 @@ to explicitly depend on [Jaybird](https://github.com/FirebirdSQL/jaybird).
31
### Gradle
32
33
```groovy
34
-testImplementation "org.firebirdsql:firebird-testcontainers-java:1.6.1"
+testImplementation "org.firebirdsql:firebird-testcontainers-java:2.0.0"
35
```
36
37
### Maven
@@ -40,7 +40,7 @@ testImplementation "org.firebirdsql:firebird-testcontainers-java:1.6.1"
40
<dependency>
41
<groupId>org.firebirdsql</groupId>
42
<artifactId>firebird-testcontainers-java</artifactId>
43
- <version>1.6.1</version>
+ <version>2.0.0</version>
44
<scope>test</scope>
45
</dependency>
46
0 commit comments