Skip to content

Commit

Permalink
Merge pull request #1552 from schemacrawler/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
sualeh authored May 15, 2024
2 parents 183e312 + def464f commit 2ad17a7
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class TrinoTest extends BaseAdditionalDatabaseTest {
private final DockerImageName imageName = DockerImageName.parse("trinodb/trino");

@Container
private final JdbcDatabaseContainer<?> dbContainer = new TrinoContainer(imageName.withTag("445"));
private final JdbcDatabaseContainer<?> dbContainer = new TrinoContainer(imageName.withTag("447"));

@BeforeEach
public void createDatabase() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ System Information

generated by SchemaCrawler 16.21.2
generated on 2024-02-17 18:04:13
database version Trino 445
driver version Trino JDBC Driver 445
database version Trino 447
driver version Trino JDBC Driver 447



Expand Down Expand Up @@ -501,7 +501,7 @@ System Information
Database Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
database product name Trino
database product version 445
database product version 447
database user name test


Expand All @@ -516,14 +516,14 @@ catalogs jmx, memory, system, tpcds, tpch
client info properties ApplicationName, ClientInfo, ClientTags, TraceToken
data definition causes transaction commit false
data definition ignored in transactions false
database major version 445
database major version 447
database minor version 0
default transaction isolation 1
deletes are detected for TYPE_FORWARD_ONLY result sets false
deletes are detected for TYPE_SCROLL_INSENSITIVE result sets false
deletes are detected for TYPE_SCROLL_SENSITIVE result sets false
does max row size include blobs true
driver major version 445
driver major version 447
driver minor version 0
extra name characters
generated key always returned false
Expand Down Expand Up @@ -677,7 +677,7 @@ JDBC Driver Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
connection url jdbc:trino://localhost:50379/
driver name Trino JDBC Driver
driver version 445
driver version 447
driver class name io.trino.jdbc.TrinoDriver
is JDBC compliant false
supported JDBC version 4.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ System Information

generated by SchemaCrawler 16.21.2
generated on 2024-02-17 18:05:08
database version Trino 445
driver version Trino JDBC Driver 445
database version Trino 447
driver version Trino JDBC Driver 447



Expand Down Expand Up @@ -501,7 +501,7 @@ System Information
Database Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
database product name Trino
database product version 445
database product version 447
database user name test


Expand All @@ -516,14 +516,14 @@ catalogs jmx, memory, system, tpcds, tpch
client info properties ApplicationName, ClientInfo, ClientTags, TraceToken
data definition causes transaction commit false
data definition ignored in transactions false
database major version 445
database major version 447
database minor version 0
default transaction isolation 1
deletes are detected for TYPE_FORWARD_ONLY result sets false
deletes are detected for TYPE_SCROLL_INSENSITIVE result sets false
deletes are detected for TYPE_SCROLL_SENSITIVE result sets false
does max row size include blobs true
driver major version 445
driver major version 447
driver minor version 0
extra name characters
generated key always returned false
Expand Down Expand Up @@ -678,7 +678,7 @@ JDBC Driver Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
connection url jdbc:trino://localhost:50467/
driver name Trino JDBC Driver
driver version 445
driver version 447
driver class name io.trino.jdbc.TrinoDriver
is JDBC compliant false
supported JDBC version 4.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</configurations>
<dependencies>
<dependency org="org.jruby" name="jruby"
rev="9.4.6.0" conf="binaries->default" />
rev="9.4.7.0" conf="binaries->default" />

<override org="com.github.jnr" module="jnr-ffi"
rev="2.2.16" />
Expand Down
4 changes: 2 additions & 2 deletions schemacrawler-jdbc-drivers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>com.amazon.redshift</groupId>
<artifactId>redshift-jdbc42</artifactId>
<version>2.1.0.26</version>
<version>2.1.0.27</version>
</dependency>
<dependency>
<groupId>org.firebirdsql.jdbc</groupId>
Expand All @@ -98,7 +98,7 @@
<dependency>
<groupId>io.trino</groupId>
<artifactId>trino-jdbc</artifactId>
<version>445</version>
<version>447</version>
</dependency>
<dependency>
<groupId>com.ing.data</groupId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-scripting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
<version>9.4.6.0</version>
<version>9.4.7.0</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 2ad17a7

Please sign in to comment.