Skip to content

Commit aeaa0ba

Browse files
authored
chore: update PostgreSQL Maven link in documentation (#9)
1 parent b28b703 commit aeaa0ba

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/manual/configuration/database.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,14 @@ Port numbers shown are defaults and may be omitted. A non-default port requires
193193

194194
### Driver Downloads
195195

196-
| Brand | Download |
197-
|-------|----------|
198-
| PostgreSQL | [Maven Central](https://central.sonatype.com/artifact/org.postgresql/postgresql/versions) |
199-
| MariaDB | [Maven Repository](https://mvnrepository.com/artifact/org.mariadb.jdbc/mariadb-java-client) |
200-
| MySQL | [Maven Repository](https://mvnrepository.com/artifact/com.mysql/mysql-connector-j) |
196+
| Brand | Download |
197+
|-------|------------------------------------------------------------------------------------------------------------------------------|
198+
| PostgreSQL | [Maven Repository](https://mvnrepository.com/artifact/org.postgresql/postgresql) |
199+
| MariaDB | [Maven Repository](https://mvnrepository.com/artifact/org.mariadb.jdbc/mariadb-java-client) |
200+
| MySQL | [Maven Repository](https://mvnrepository.com/artifact/com.mysql/mysql-connector-j) |
201201
| MS SQL | [Maven Repository](https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc) (JRE 11 versions work with JRE 21) |
202-
| Oracle | [Maven Repository](https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc11) |
203-
| H2 | [Maven Repository](https://mvnrepository.com/artifact/com.h2database/h2) |
202+
| Oracle | [Maven Repository](https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc11) |
203+
| H2 | [Maven Repository](https://mvnrepository.com/artifact/com.h2database/h2) |
204204

205205
## Vendor-Specific Notes
206206

0 commit comments

Comments
 (0)