File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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;
9393public 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 )
You can’t perform that action at this time.
0 commit comments