Skip to content

Commit c0d30a8

Browse files
committed
Update README.md for 1.1.0
1 parent 21a772c commit c0d30a8

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

3131
```groovy
32-
testImplementation "org.firebirdsql:firebird-testcontainers-java:1.0.4"
32+
testImplementation "org.firebirdsql:firebird-testcontainers-java:1.1.0"
3333
```
3434

3535
### Maven
@@ -38,7 +38,7 @@ testImplementation "org.firebirdsql:firebird-testcontainers-java:1.0.4"
3838
<dependency>
3939
<groupId>org.firebirdsql</groupId>
4040
<artifactId>firebird-testcontainers-java</artifactId>
41-
<version>1.0.4</version>
41+
<version>1.1.0</version>
4242
<scope>test</scope>
4343
</dependency>
4444
```

0 commit comments

Comments
 (0)