Skip to content

Commit f358703

Browse files
committed
v16.19.11
1 parent b90ccb7 commit f358703

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

schemacrawler-cassandra/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>
@@ -47,13 +47,13 @@
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

schemacrawler-hana/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

schemacrawler-sapiq/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

schemacrawler-teiid/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

schemacrawler-timesten/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

schemacrawler-trino/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
@@ -46,13 +46,13 @@
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

schemacrawler-trino/src/test/java/schemacrawler/integration/test/TrinoTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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() {

0 commit comments

Comments
 (0)