Skip to content

Commit a481772

Browse files
committed
Update version in README.md to 1.3.0
1 parent f5c4321 commit a481772

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 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-
testImplementation "org.firebirdsql:firebird-testcontainers-java:1.2.0"
31+
testImplementation "org.firebirdsql:firebird-testcontainers-java:1.3.0"
3232
```
3333

3434
### Maven
@@ -37,7 +37,7 @@ testImplementation "org.firebirdsql:firebird-testcontainers-java:1.2.0"
3737
<dependency>
3838
<groupId>org.firebirdsql</groupId>
3939
<artifactId>firebird-testcontainers-java</artifactId>
40-
<version>1.2.0</version>
40+
<version>1.3.0</version>
4141
<scope>test</scope>
4242
</dependency>
4343
```
@@ -93,7 +93,7 @@ import org.testcontainers.utility.DockerImageName;
9393
public class ExampleRuleTest {
9494

9595
private static final DockerImageName IMAGE =
96-
DockerImageName.parse(FirebirdContainer.IMAGE).withTag("v4.0.0");
96+
DockerImageName.parse(FirebirdContainer.IMAGE).withTag("v4.0.2");
9797

9898
@Rule
9999
public final FirebirdContainer<?> container = new FirebirdContainer<?>(IMAGE)

0 commit comments

Comments
 (0)