File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1313
1414 <properties >
1515 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16-  <jmh .version>1.34 </jmh .version>
16+  <jmh .version>1.37 </jmh .version>
1717 <junit .version>5.8.2</junit .version>
1818 <junit-pioneer .version>1.5.0</junit-pioneer .version>
1919 <assertj .version>3.22.0</assertj .version>
105105 <compilerArgs >
106106 <arg >-Xlint:all,-options,-path,-processing</arg >
107107 </compilerArgs >
108-  <source >1.8 </source >
109-  <target >1.8 </target >
108+  <source >21 </source >
109+  <target >21 </target >
110110 </configuration >
111111 <executions >
112112 <execution >
424424 <artifactId >mysql-connector-j</artifactId >
425425 <version >${mysql-connector-java.version} </version >
426426 </dependency >
427- 
427+  <dependency >
428+  <groupId >com.zaxxer</groupId >
429+  <artifactId >HikariCP</artifactId >
430+  <version >5.0.1</version >
431+  </dependency >
428432 </dependencies >
429433
430434 <build >
                                 You can’t perform that action at this time. 
               
                  
0 commit comments