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 66 <parent >
77 <groupId >us.fatehi</groupId >
88 <artifactId >schemacrawler-parent</artifactId >
9- <version >16.19.10 </version >
9+ <version >16.19.11 </version >
1010 </parent >
1111 <artifactId >schemacrawler-database-plugins-parent</artifactId >
1212 <packaging >pom</packaging >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >us.fatehi</groupId >
88 <artifactId >schemacrawler-parent</artifactId >
9- <version >16.19.10 </version >
9+ <version >16.19.11 </version >
1010 </parent >
1111 <artifactId >schemacrawler-cassandra</artifactId >
1212 <packaging >jar</packaging >
4747 <dependency >
4848 <groupId >org.testcontainers</groupId >
4949 <artifactId >junit-jupiter</artifactId >
50- <version >1.18.1 </version >
50+ <version >1.18.3 </version >
5151 <scope >test</scope >
5252 </dependency >
5353 <dependency >
5454 <groupId >org.testcontainers</groupId >
5555 <artifactId >cassandra</artifactId >
56- <version >1.18.1 </version >
56+ <version >1.18.3 </version >
5757 <scope >test</scope >
5858 </dependency >
5959
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >us.fatehi</groupId >
88 <artifactId >schemacrawler-parent</artifactId >
9- <version >16.19.10 </version >
9+ <version >16.19.11 </version >
1010 </parent >
1111 <artifactId >schemacrawler-hana</artifactId >
1212 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >us.fatehi</groupId >
99 <artifactId >schemacrawler-parent</artifactId >
10- <version >16.19.10 </version >
10+ <version >16.19.11 </version >
1111 </parent >
1212 <artifactId >schemacrawler-sapiq</artifactId >
1313 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >us.fatehi</groupId >
66 <artifactId >schemacrawler-parent</artifactId >
7- <version >16.19.10 </version >
7+ <version >16.19.11 </version >
88 </parent >
99 <artifactId >schemacrawler-teiid</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >us.fatehi</groupId >
88 <artifactId >schemacrawler-parent</artifactId >
9- <version >16.19.10 </version >
9+ <version >16.19.11 </version >
1010 </parent >
1111 <artifactId >schemacrawler-timesten</artifactId >
1212 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >us.fatehi</groupId >
66 <artifactId >schemacrawler-parent</artifactId >
7- <version >16.19.10 </version >
7+ <version >16.19.11 </version >
88 </parent >
99 <artifactId >schemacrawler-trino</artifactId >
1010 <packaging >jar</packaging >
4646 <dependency >
4747 <groupId >org.testcontainers</groupId >
4848 <artifactId >junit-jupiter</artifactId >
49- <version >1.18.1 </version >
49+ <version >1.18.3 </version >
5050 <scope >test</scope >
5151 </dependency >
5252 <dependency >
5353 <groupId >org.testcontainers</groupId >
5454 <artifactId >trino</artifactId >
55- <version >1.18.1 </version >
55+ <version >1.18.3 </version >
5656 <scope >test</scope >
5757 </dependency >
5858
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public class TrinoTest extends BaseAdditionalDatabaseTest {
6060 private final DockerImageName imageName = DockerImageName .parse ("trinodb/trino" );
6161
6262 @ Container
63- private final JdbcDatabaseContainer <?> dbContainer = new TrinoContainer (imageName .withTag ("417 " ));
63+ private final JdbcDatabaseContainer <?> dbContainer = new TrinoContainer (imageName .withTag ("418 " ));
6464
6565 @ BeforeEach
6666 public void createDatabase () {
You can’t perform that action at this time.
0 commit comments