File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ You can include the Maven dependency:
5656<dependency >
5757 <groupId >com.github.collinalpert</groupId >
5858 <artifactId >lambda2sql</artifactId >
59- <version >1.6.1 </version >
59+ <version >1.6.2 </version >
6060</dependency >
6161```
6262
Original file line number Diff line number Diff line change 66
77 <groupId >com.github.collinalpert</groupId >
88 <artifactId >lambda2sql</artifactId >
9- <version >1.6.1 </version >
9+ <version >1.6.2 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >lambda2sql</name >
3838 </scm >
3939
4040 <properties >
41- <jdk .version>10 </jdk .version>
42- <maven .compiler.source>10 </maven .compiler.source>
43- <maven .compiler.target>10 </maven .compiler.target>
41+ <jdk .version>11 </jdk .version>
42+ <maven .compiler.source>11 </maven .compiler.source>
43+ <maven .compiler.target>11 </maven .compiler.target>
4444 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4545 </properties >
4646
4747 <dependencies >
4848 <dependency >
4949 <groupId >com.trigersoft</groupId >
5050 <artifactId >jaque</artifactId >
51- <version >2.1.4 </version >
51+ <version >2.2.0 </version >
5252 </dependency >
5353
5454 <dependency >
You can’t perform that action at this time.
0 commit comments