Skip to content

Commit 95ffa11

Browse files
committed
Update version in Maven/Gradle documentation
1 parent 96a61e1 commit 95ffa11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ to explicitly depend on [Jaybird](https://github.com/FirebirdSQL/jaybird).
2828
### Gradle
2929

3030
```groovy
31-
testCompile "org.firebirdsql:firebird-testcontainers-java:1.0.0"
31+
testCompile "org.firebirdsql:firebird-testcontainers-java:1.0.1"
3232
```
3333

3434
### Maven
@@ -37,7 +37,7 @@ testCompile "org.firebirdsql:firebird-testcontainers-java:1.0.0"
3737
<dependency>
3838
<groupId>org.firebirdsqls</groupId>
3939
<artifactId>firebird-testcontainers-java</artifactId>
40-
<version>1.0.0</version>
40+
<version>1.0.1</version>
4141
<scope>test</scope>
4242
</dependency>
4343
```

0 commit comments

Comments
 (0)