Skip to content

Commit b345fae

Browse files
committed
Upgrading PostgreSQL and MariaDB JDBC drivers, JSoup
1 parent 1b959dd commit b345fae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -507,9 +507,9 @@ under the License.
507507
<docker.mysql.version>8.0</docker.mysql.version>
508508
<docker.mariadb.version>11</docker.mariadb.version>
509509

510-
<jdbc.postgresql.version>42.7.7</jdbc.postgresql.version>
510+
<jdbc.postgresql.version>42.7.8</jdbc.postgresql.version>
511511
<jdbc.mysql.version>9.4.0</jdbc.mysql.version>
512-
<jdbc.mariadb.version>3.5.4</jdbc.mariadb.version>
512+
<jdbc.mariadb.version>3.5.6</jdbc.mariadb.version>
513513
<jdbc.mssql.version>12.6.1.jre11</jdbc.mssql.version>
514514
<jdbc.oracle.version>23.9.0.25.07</jdbc.oracle.version>
515515

@@ -1427,7 +1427,7 @@ under the License.
14271427
<dependency>
14281428
<groupId>org.jsoup</groupId>
14291429
<artifactId>jsoup</artifactId>
1430-
<version>1.21.1</version>
1430+
<version>1.21.2</version>
14311431
</dependency>
14321432

14331433
<!-- TEST -->

0 commit comments

Comments
 (0)