Skip to content
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 connector/oracleConnector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>com.gudusoft</groupId>
<artifactId>gsqlparser</artifactId>
<version>4.1.11</version>
<version>4.2.6</version>
</dependency>
<dependency>
<groupId>com</groupId>
Expand Down
2 changes: 1 addition & 1 deletion connector/snowflakeConnector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>com.gudusoft</groupId>
<artifactId>gsqlparser</artifactId>
<version>4.1.11</version>
<version>4.2.6</version>
</dependency>
<!-- Resolved from Maven Central rather than a jar you drop into lib/.
3.12.9 was named here before, which Dependabot flagged for six
Expand Down
2 changes: 1 addition & 1 deletion connector/sqlServerConnector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>com.gudusoft</groupId>
<artifactId>gsqlparser</artifactId>
<version>4.1.11</version>
<version>4.2.6</version>
</dependency>
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<maven.build.timestamp.format>yyyy-MMM-dd HH:mm z</maven.build.timestamp.format>
<!-- Bump this to move every demo to a newer parser. Available versions:
https://www.sqlparser.com/maven/com/gudusoft/gsqlparser/maven-metadata.xml -->
<gsp.core.version>4.1.11</gsp.core.version>
<gsp.core.version>4.2.6</gsp.core.version>
</properties>

<repositories>
Expand Down
Loading