@@ -24,7 +24,7 @@ To ensure compatibility with multiple versions of JSqlParser (4.5, 4.7, 4.9, 5.x
2424<dependency >
2525 <groupId >com.github.pagehelper</groupId >
2626 <artifactId >pagehelper</artifactId >
27- <version >6.1.0 </version >
27+ <version >6.1.1 </version >
2828 <exclusions >
2929 <exclusion >
3030 <groupId >com.github.jsqlparser</groupId >
@@ -35,7 +35,7 @@ To ensure compatibility with multiple versions of JSqlParser (4.5, 4.7, 4.9, 5.x
3535<dependency >
3636 <groupId >com.github.pagehelper</groupId >
3737 <artifactId >sqlparser4.5</artifactId >
38- <version >6.1.0 </version >
38+ <version >6.1.1 </version >
3939</dependency >
4040```
4141
@@ -45,7 +45,7 @@ To ensure compatibility with multiple versions of JSqlParser (4.5, 4.7, 4.9, 5.x
4545<dependency >
4646 <groupId >com.github.pagehelper</groupId >
4747 <artifactId >pagehelper</artifactId >
48- <version >6.1.0 </version >
48+ <version >6.1.1 </version >
4949 <exclusions >
5050 <exclusion >
5151 <groupId >com.github.jsqlparser</groupId >
@@ -56,7 +56,7 @@ To ensure compatibility with multiple versions of JSqlParser (4.5, 4.7, 4.9, 5.x
5656<dependency >
5757 <groupId >com.github.pagehelper</groupId >
5858 <artifactId >sqlparser4.7</artifactId >
59- <version >6.1.0 </version >
59+ <version >6.1.1 </version >
6060</dependency >
6161```
6262
@@ -66,7 +66,7 @@ To ensure compatibility with multiple versions of JSqlParser (4.5, 4.7, 4.9, 5.x
6666<dependency >
6767 <groupId >com.github.pagehelper</groupId >
6868 <artifactId >pagehelper</artifactId >
69- <version >6.1.0 </version >
69+ <version >6.1.1 </version >
7070 <exclusions >
7171 <exclusion >
7272 <groupId >com.github.jsqlparser</groupId >
@@ -77,7 +77,7 @@ To ensure compatibility with multiple versions of JSqlParser (4.5, 4.7, 4.9, 5.x
7777<dependency >
7878 <groupId >com.github.pagehelper</groupId >
7979 <artifactId >sqlparser4.9</artifactId >
80- <version >6.1.0 </version >
80+ <version >6.1.1 </version >
8181</dependency >
8282<!-- Choose either 4.9 or 5.0 -->
8383<dependency >
@@ -93,7 +93,7 @@ To ensure compatibility with multiple versions of JSqlParser (4.5, 4.7, 4.9, 5.x
9393<dependency >
9494 <groupId >com.github.pagehelper</groupId >
9595 <artifactId >pagehelper</artifactId >
96- <version >6.1.0 </version >
96+ <version >6.1.1 </version >
9797 <exclusions >
9898 <exclusion >
9999 <groupId >com.github.jsqlparser</groupId >
@@ -104,7 +104,7 @@ To ensure compatibility with multiple versions of JSqlParser (4.5, 4.7, 4.9, 5.x
104104<dependency >
105105 <groupId >com.github.pagehelper</groupId >
106106 <artifactId >sqlparser5.1</artifactId >
107- <version >6.1.0 </version >
107+ <version >6.1.1 </version >
108108</dependency >
109109<!-- Choose 5.1, 5.2, or 5.3 -->
110110<dependency >
@@ -159,7 +159,7 @@ If you encounter parsing timeout issues, you can include the timeout handling mo
159159<dependency >
160160 <groupId >com.github.pagehelper</groupId >
161161 <artifactId >sqlparser-timeout</artifactId >
162- <version >6.1.0 </version >
162+ <version >6.1.1 </version >
163163</dependency >
164164```
165165
0 commit comments