Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #1806

Merged
merged 5 commits into from
Dec 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/database-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
docker pull ibmcom/informix-developer-database:14.10.FC7W1DE
dbproject="dbtest"
elif [ "${{ matrix.database }}" == "trino" ]; then
docker pull trinodb/trino:467
docker pull trinodb/trino:468
dbproject="dbtest"
else
dbproject="dbtest"
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-dbtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.firebirdsql</groupId>
<artifactId>firebird-testcontainers-java</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
System Information
========================================================================

generated by SchemaCrawler 16.22.2
generated on 2024-11-06 00:00:08
database version Trino 467
driver version Trino JDBC Driver 467
generated by SchemaCrawler 16.24.1
generated on 2024-12-21 22:08:11
database version Trino 468
driver version Trino JDBC Driver 468



Expand Down Expand Up @@ -501,7 +501,7 @@ System Information
Database Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
database product name Trino
database product version 467
database product version 468
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 467
database major version 468
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 467
driver major version 468
driver minor version 0
extra name characters
generated key always returned false
Expand Down Expand Up @@ -675,9 +675,9 @@ uses local files false

JDBC Driver Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
connection url jdbc:trino://localhost:50451/
connection url jdbc:trino://localhost:55832/
driver name Trino JDBC Driver
driver version 467
driver version 468
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 @@ -3,10 +3,10 @@
System Information
========================================================================

generated by SchemaCrawler 16.22.2
generated on 2024-11-06 00:02:27
database version Trino 467
driver version Trino JDBC Driver 467
generated by SchemaCrawler 16.24.1
generated on 2024-12-21 22:09:14
database version Trino 468
driver version Trino JDBC Driver 468



Expand Down Expand Up @@ -501,7 +501,7 @@ System Information
Database Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
database product name Trino
database product version 467
database product version 468
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 467
database major version 468
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 467
driver major version 468
driver minor version 0
extra name characters
generated key always returned false
Expand Down Expand Up @@ -676,9 +676,9 @@ uses local files false

JDBC Driver Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
connection url jdbc:trino://localhost:50605/
connection url jdbc:trino://localhost:55889/
driver name Trino JDBC Driver
driver version 467
driver version 468
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.thymeleaf" name="thymeleaf"
rev="3.1.2.RELEASE" conf="binaries->default" />
rev="3.1.3.RELEASE" conf="binaries->default" />

<exclude org="javax.servlet" module="servlet-api" />
<exclude org="org.slf4j" />
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-jdbc-drivers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>io.trino</groupId>
<artifactId>trino-jdbc</artifactId>
<version>467</version>
<version>468</version>
</dependency>
<dependency>
<groupId>org.duckdb</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 @@ -49,7 +49,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.11.3</version>
<version>5.11.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-scripting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>3.1.2.RELEASE</version>
<version>3.1.3.RELEASE</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
public final class TrinoTestUtility {

public static TrinoContainer newTrinoContainer() {
return newTrinoContainer("467");
return newTrinoContainer("468");
}

private static TrinoContainer newTrinoContainer(final String version) {
Expand Down
Loading