File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Queryfy is a simple SQL-like language designed to provide a safe and flexible wa
1515<dependency >
1616 <groupId >org.evcode.queryfy</groupId >
1717 <artifactId >queryfy-core</artifactId >
18- <version >1.2.0 </version >
18+ <version >1.2.1 </version >
1919</dependency >
2020```
2121
@@ -25,7 +25,7 @@ Queryfy is a simple SQL-like language designed to provide a safe and flexible wa
2525<dependency >
2626 <groupId >org.evcode.queryfy</groupId >
2727 <artifactId >queryfy-querydsl-jpa</artifactId >
28- <version >1.2.0-SNAPSHOT </version >
28+ <version >1.2.1 </version >
2929</dependency >
3030```
3131
@@ -58,7 +58,7 @@ List<Test> list = jpaQuery.listWithProjections();
5858<dependency >
5959 <groupId >org.evcode.queryfy</groupId >
6060 <artifactId >queryfy-mongodb</artifactId >
61- <version >1.2.0-SNAPSHOT </version >
61+ <version >1.2.1 </version >
6262</dependency >
6363```
6464
You can’t perform that action at this time.
0 commit comments