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 410919e commit cea4d9aCopy full SHA for cea4d9a
1 file changed
README.md
@@ -29,7 +29,7 @@ to explicitly depend on [Jaybird](https://github.com/FirebirdSQL/jaybird).
29
### Gradle
30
31
```groovy
32
-testCompile "org.firebirdsql:firebird-testcontainers-java:1.0.2"
+testCompile "org.firebirdsql:firebird-testcontainers-java:1.0.3"
33
```
34
35
### Maven
@@ -38,7 +38,7 @@ testCompile "org.firebirdsql:firebird-testcontainers-java:1.0.2"
38
<dependency>
39
<groupId>org.firebirdsql</groupId>
40
<artifactId>firebird-testcontainers-java</artifactId>
41
- <version>1.0.2</version>
+ <version>1.0.3</version>
42
<scope>test</scope>
43
</dependency>
44
0 commit comments