From 35ee3509387c54caf15eb1ae13096fbfe58cb9fa Mon Sep 17 00:00:00 2001 From: AryanGh-imp Date: Tue, 16 Jun 2026 16:37:57 +0330 Subject: [PATCH] Update README.md --- README.md | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) 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.