diff --git a/README.md b/README.md
index 7573384..6fdd621 100644
--- a/README.md
+++ b/README.md
@@ -52,20 +52,26 @@ pom.xml
The `pom.xml` file is responsible for managing project dependencies and configuring the Java version.
-You need to add the required PostgreSQL JDBC driver dependency.
-
Example:
```xml
-
-
-
- org.postgresql
- postgresql
- 42.7.3
-
-
-
+
+ 23
+ 23
+ UTF-8
+
+ 42.7.8
+
+
+
+
+
+ org.postgresql
+ postgresql
+ ${postgresql.version}
+
+
+
```
This dependency allows your Java application to connect to PostgreSQL using JDBC.