File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ to explicitly depend on [Jaybird](https://github.com/FirebirdSQL/jaybird).
3131### Gradle
3232
3333``` groovy
34- testImplementation "org.firebirdsql:firebird-testcontainers-java:1.5.1 "
34+ testImplementation "org.firebirdsql:firebird-testcontainers-java:1.6.0 "
3535```
3636
3737### Maven
@@ -40,7 +40,7 @@ testImplementation "org.firebirdsql:firebird-testcontainers-java:1.5.1"
4040<dependency >
4141 <groupId >org.firebirdsql</groupId >
4242 <artifactId >firebird-testcontainers-java</artifactId >
43- <version >1.5.1 </version >
43+ <version >1.6.0 </version >
4444 <scope >test</scope >
4545</dependency >
4646```
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >org.firebirdsql</groupId >
66 <artifactId >firebird-testcontainers-java</artifactId >
7- <version >1.6.0-SNAPSHOT </version >
7+ <version >1.6.0</version >
88 <packaging >jar</packaging >
99
1010 <name >firebird-testcontainers-java</name >
You can’t perform that action at this time.
0 commit comments