Skip to content

Commit

Permalink
Merge pull request #1824 from schemacrawler/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
sualeh authored Jan 4, 2025
2 parents 4e988fd + df4d2df commit 0596cc2
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 32 deletions.
6 changes: 3 additions & 3 deletions schemacrawler-distrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<dependency>
<groupId>org.apache.ivy</groupId>
<artifactId>ivy</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -166,8 +166,8 @@
description="Download Apache ivy, and make it available to Apache ant">
<mkdir dir="${user.home}/.ant/lib" />
<get
src="https://repo.maven.apache.org/maven2/org/apache/ivy/ivy/2.5.2/ivy-2.5.2.jar"
dest="${user.home}/.ant/lib/ivy-2.5.2.jar"
src="https://repo.maven.apache.org/maven2/org/apache/ivy/ivy/2.5.3/ivy-2.5.3.jar"
dest="${user.home}/.ant/lib/ivy-2.5.3.jar"
usetimestamp="true" />
</target>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-distrib/src/assembly/main-distribution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<copy file="gpl-3.0.txt" tofile="${main-distribution.staging.dir}/LICENSE.txt" />

<!-- Copy Apache Ant Ivy -->
<copy file="${user.home}/.ant/lib/ivy-2.5.2.jar" todir="${main-distribution.staging.dir}/_downloader" />
<copy file="${user.home}/.ant/lib/ivy-2.5.3.jar" todir="${main-distribution.staging.dir}/_downloader" />

<!-- Stage examples -->
<copy todir="${main-distribution.staging.dir}">
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-docker-compose/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.ivy</groupId>
<artifactId>ivy</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
</dependency>
</dependencies>
</plugin>
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 @@ -66,7 +66,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.47.1.0</version>
<version>3.47.2.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-oracle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>us.fatehi</groupId>
Expand Down
14 changes: 1 addition & 13 deletions schemacrawler-sqlite/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>us.fatehi</groupId>
Expand Down Expand Up @@ -46,18 +46,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.47.1.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>

</dependencies>
<build>
<plugins>
Expand Down
12 changes: 6 additions & 6 deletions schemacrawler-sqlite/src/test/resources/sqlite.main.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ System Information
========================================================================

generated by SchemaCrawler 16.25.1
generated on 2024-12-29 17:01:54
database version SQLite 3.47.1
driver version SQLite JDBC 3.47.1.0
generated on 2025-01-04 20:11:51
database version SQLite 3.47.2
driver version SQLite JDBC 3.47.2.0



Expand Down Expand Up @@ -433,7 +433,7 @@ System Information
Database Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
database product name SQLite
database product version 3.47.1
database product version 3.47.2
database user name


Expand Down Expand Up @@ -602,9 +602,9 @@ uses local files true

JDBC Driver Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
connection url jdbc:sqlite:C:\Users\sualeh\AppData\Local\Temp\5948678781989129570\sc06756cc2-7b70-4689-8388-c1348e898e21..db
connection url jdbc:sqlite:C:\Users\sualeh\AppData\Local\Temp\8946381544025934857\scbe77a148-6207-49a4-88dc-05bfec6f1021..db
driver name SQLite JDBC
driver version 3.47.1.0
driver version 3.47.2.0
driver class name org.sqlite.JDBC
is JDBC compliant false
supported JDBC version 4.2
Expand Down
12 changes: 6 additions & 6 deletions schemacrawler-sqlite/src/test/resources/sqlite.main.LTE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ System Information
========================================================================

generated by SchemaCrawler 16.25.1
generated on 2024-12-29 17:03:10
database version SQLite 3.47.1
driver version SQLite JDBC 3.47.1.0
generated on 2025-01-04 20:12:21
database version SQLite 3.47.2
driver version SQLite JDBC 3.47.2.0



Expand Down Expand Up @@ -433,7 +433,7 @@ System Information
Database Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
database product name SQLite
database product version 3.47.1
database product version 3.47.2
database user name


Expand Down Expand Up @@ -603,9 +603,9 @@ uses local files true

JDBC Driver Information
-=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
connection url jdbc:sqlite:C:\Users\sualeh\AppData\Local\Temp\4583766453132247027\sc8694d4b2-12fc-475f-a1f6-396d3a6713b4..db
connection url jdbc:sqlite:C:\Users\sualeh\AppData\Local\Temp\14671040565823731941\sc728fce4f-c49e-44e0-8407-32848d27b3ab..db
driver name SQLite JDBC
driver version 3.47.1.0
driver version 3.47.2.0
driver class name org.sqlite.JDBC
is JDBC compliant false
supported JDBC version 4.2
Expand Down

0 comments on commit 0596cc2

Please sign in to comment.