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