Skip to content

Commit 7322fec

Browse files
Bump the parser from 4.1.11 to 4.2.6 (#51)
The nightly ran the newest published release through the same checks the pinned version gets, and it passed all of them: - full test suite, no failures - every demo starts - the demo cases in .github/scripts/demo-cases.tsv produce their expected output Opened automatically by .github/workflows/nightly.yml. Merge it if you want the demos on 4.2.6; close it to stay on 4.1.11, and the nightly will keep testing 4.2.6 without asking again until a newer release appears. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 779393d commit 7322fec

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

connector/oracleConnector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.gudusoft</groupId>
3333
<artifactId>gsqlparser</artifactId>
34-
<version>4.1.11</version>
34+
<version>4.2.6</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>com</groupId>

connector/snowflakeConnector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.gudusoft</groupId>
3333
<artifactId>gsqlparser</artifactId>
34-
<version>4.1.11</version>
34+
<version>4.2.6</version>
3535
</dependency>
3636
<!-- Resolved from Maven Central rather than a jar you drop into lib/.
3737
3.12.9 was named here before, which Dependabot flagged for six

connector/sqlServerConnector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.gudusoft</groupId>
3333
<artifactId>gsqlparser</artifactId>
34-
<version>4.1.11</version>
34+
<version>4.2.6</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>com.microsoft.sqlserver</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<maven.build.timestamp.format>yyyy-MMM-dd HH:mm z</maven.build.timestamp.format>
2828
<!-- Bump this to move every demo to a newer parser. Available versions:
2929
https://www.sqlparser.com/maven/com/gudusoft/gsqlparser/maven-metadata.xml -->
30-
<gsp.core.version>4.1.11</gsp.core.version>
30+
<gsp.core.version>4.2.6</gsp.core.version>
3131
</properties>
3232

3333
<repositories>

0 commit comments

Comments
 (0)