File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
src/test/java/schemacrawler/integration/test Expand file tree Collapse file tree 8 files changed +8
-8
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.11 </version >
9
+ <version >16.20.1 </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.11 </version >
9
+ <version >16.20.1 </version >
10
10
</parent >
11
11
<artifactId >schemacrawler-cassandra</artifactId >
12
12
<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.11 </version >
9
+ <version >16.20.1 </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.11 </version >
10
+ <version >16.20.1 </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.11 </version >
7
+ <version >16.20.1 </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.11 </version >
9
+ <version >16.20.1 </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.11 </version >
7
+ <version >16.20.1 </version >
8
8
</parent >
9
9
<artifactId >schemacrawler-trino</artifactId >
10
10
<packaging >jar</packaging >
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 ("418 " ));
63
+ private final JdbcDatabaseContainer <?> dbContainer = new TrinoContainer (imageName .withTag ("419 " ));
64
64
65
65
@ BeforeEach
66
66
public void createDatabase () {
You can’t perform that action at this time.
0 commit comments