Skip to content

Commit b19b019

Browse files
authoredJan 13, 2022
Update README.md
1 parent 3f52a86 commit b19b019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎jdbc/part3/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ with MariaDB.
55

66
## TL;DR
77

8-
Add HikariCP in the **pom.xml** file:
8+
Add HikariCP in the **pom.xml** file ([check](https://search.maven.org/artifact/com.zaxxer/HikariCP) the latest version):
99

1010
```xml
1111
<dependency>
1212
<groupId>com.zaxxer</groupId>
1313
<artifactId>HikariCP</artifactId>
14-
<version>5.0.0</version>
14+
<version>LATEST</version>
1515
</dependency>
1616
```
1717

0 commit comments

Comments
 (0)
Please sign in to comment.