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 96a61e1 commit 95ffa11Copy full SHA for 95ffa11
1 file changed
README.md
@@ -28,7 +28,7 @@ to explicitly depend on [Jaybird](https://github.com/FirebirdSQL/jaybird).
28
### Gradle
29
30
```groovy
31
-testCompile "org.firebirdsql:firebird-testcontainers-java:1.0.0"
+testCompile "org.firebirdsql:firebird-testcontainers-java:1.0.1"
32
```
33
34
### Maven
@@ -37,7 +37,7 @@ testCompile "org.firebirdsql:firebird-testcontainers-java:1.0.0"
37
<dependency>
38
<groupId>org.firebirdsqls</groupId>
39
<artifactId>firebird-testcontainers-java</artifactId>
40
- <version>1.0.0</version>
+ <version>1.0.1</version>
41
<scope>test</scope>
42
</dependency>
43
0 commit comments