File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
src/test/java/schemacrawler/integration/test Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >us.fatehi</groupId >
8
8
<artifactId >schemacrawler-parent</artifactId >
9
- <version >16.19.10 </version >
9
+ <version >16.19.11 </version >
10
10
</parent >
11
11
<artifactId >schemacrawler-database-plugins-parent</artifactId >
12
12
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >us.fatehi</groupId >
8
8
<artifactId >schemacrawler-parent</artifactId >
9
- <version >16.19.10 </version >
9
+ <version >16.19.11 </version >
10
10
</parent >
11
11
<artifactId >schemacrawler-cassandra</artifactId >
12
12
<packaging >jar</packaging >
47
47
<dependency >
48
48
<groupId >org.testcontainers</groupId >
49
49
<artifactId >junit-jupiter</artifactId >
50
- <version >1.18.1 </version >
50
+ <version >1.18.3 </version >
51
51
<scope >test</scope >
52
52
</dependency >
53
53
<dependency >
54
54
<groupId >org.testcontainers</groupId >
55
55
<artifactId >cassandra</artifactId >
56
- <version >1.18.1 </version >
56
+ <version >1.18.3 </version >
57
57
<scope >test</scope >
58
58
</dependency >
59
59
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >us.fatehi</groupId >
8
8
<artifactId >schemacrawler-parent</artifactId >
9
- <version >16.19.10 </version >
9
+ <version >16.19.11 </version >
10
10
</parent >
11
11
<artifactId >schemacrawler-hana</artifactId >
12
12
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >us.fatehi</groupId >
9
9
<artifactId >schemacrawler-parent</artifactId >
10
- <version >16.19.10 </version >
10
+ <version >16.19.11 </version >
11
11
</parent >
12
12
<artifactId >schemacrawler-sapiq</artifactId >
13
13
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >us.fatehi</groupId >
6
6
<artifactId >schemacrawler-parent</artifactId >
7
- <version >16.19.10 </version >
7
+ <version >16.19.11 </version >
8
8
</parent >
9
9
<artifactId >schemacrawler-teiid</artifactId >
10
10
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >us.fatehi</groupId >
8
8
<artifactId >schemacrawler-parent</artifactId >
9
- <version >16.19.10 </version >
9
+ <version >16.19.11 </version >
10
10
</parent >
11
11
<artifactId >schemacrawler-timesten</artifactId >
12
12
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >us.fatehi</groupId >
6
6
<artifactId >schemacrawler-parent</artifactId >
7
- <version >16.19.10 </version >
7
+ <version >16.19.11 </version >
8
8
</parent >
9
9
<artifactId >schemacrawler-trino</artifactId >
10
10
<packaging >jar</packaging >
46
46
<dependency >
47
47
<groupId >org.testcontainers</groupId >
48
48
<artifactId >junit-jupiter</artifactId >
49
- <version >1.18.1 </version >
49
+ <version >1.18.3 </version >
50
50
<scope >test</scope >
51
51
</dependency >
52
52
<dependency >
53
53
<groupId >org.testcontainers</groupId >
54
54
<artifactId >trino</artifactId >
55
- <version >1.18.1 </version >
55
+ <version >1.18.3 </version >
56
56
<scope >test</scope >
57
57
</dependency >
58
58
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public class TrinoTest extends BaseAdditionalDatabaseTest {
60
60
private final DockerImageName imageName = DockerImageName .parse ("trinodb/trino" );
61
61
62
62
@ Container
63
- private final JdbcDatabaseContainer <?> dbContainer = new TrinoContainer (imageName .withTag ("417 " ));
63
+ private final JdbcDatabaseContainer <?> dbContainer = new TrinoContainer (imageName .withTag ("418 " ));
64
64
65
65
@ BeforeEach
66
66
public void createDatabase () {
You can’t perform that action at this time.
0 commit comments