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).
31
31
### Gradle
32
32
33
33
``` groovy
34
- testImplementation "org.firebirdsql:firebird-testcontainers-java:1.5.1 "
34
+ testImplementation "org.firebirdsql:firebird-testcontainers-java:1.6.0 "
35
35
```
36
36
37
37
### Maven
@@ -40,7 +40,7 @@ testImplementation "org.firebirdsql:firebird-testcontainers-java:1.5.1"
40
40
<dependency >
41
41
<groupId >org.firebirdsql</groupId >
42
42
<artifactId >firebird-testcontainers-java</artifactId >
43
- <version >1.5.1 </version >
43
+ <version >1.6.0 </version >
44
44
<scope >test</scope >
45
45
</dependency >
46
46
```
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >org.firebirdsql</groupId >
6
6
<artifactId >firebird-testcontainers-java</artifactId >
7
- <version >1.6.0-SNAPSHOT </version >
7
+ <version >1.6.0</version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >firebird-testcontainers-java</name >
You can’t perform that action at this time.
0 commit comments