File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >apijson.cassandra</groupId >
77 <artifactId >apijson-cassandra</artifactId >
8- <version >1 .0.0</version >
8+ <version >2 .0.0</version >
99 <packaging >jar</packaging >
1010
1111 <name >apijson-cassandra</name >
1414 <properties >
1515 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1616 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
17- <java .version>1.8</java .version>
17+ <java .version>17</java .version>
18+ <maven .compiler.encoding>UTF-8</maven .compiler.encoding>
19+ <maven .compiler.source>17</maven .compiler.source>
20+ <maven .compiler.target>17</maven .compiler.target>
1821 </properties >
1922
2023 <dependencies >
2730 <dependency >
2831 <groupId >com.github.Tencent</groupId >
2932 <artifactId >APIJSON</artifactId >
30- <version >6.3 .0</version >
33+ <version >7.0 .0</version >
3134 </dependency >
3235 <dependency >
3336 <groupId >com.datastax.oss</groupId >
3437 <artifactId >java-driver-core</artifactId >
35- <version >4.15 .0</version >
38+ <version >4.17 .0</version >
3639 </dependency >
3740
3841 </dependencies >
4447 <artifactId >maven-compiler-plugin</artifactId >
4548 <version >3.8.1</version >
4649 <configuration >
47- <source >1.8 </source >
48- <target >1.8 </target >
50+ <source >17 </source >
51+ <target >17 </target >
4952 </configuration >
5053 </plugin >
5154 </plugins >
You can’t perform that action at this time.
0 commit comments