Skip to content

Commit

Permalink
Merge pull request quarkusio#39003 from jmartisk/3.2-postgresql-42.6.1
Browse files Browse the repository at this point in the history
(3.2) Update postgresql-jdbc to 42.6.1
  • Loading branch information
aloubyansky authored Mar 6, 2024
2 parents 04040f9 + e6f0fcb commit 42b8297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<cronutils.version>9.2.1</cronutils.version>
<quartz.version>2.3.2</quartz.version>
<h2.version>2.2.220</h2.version> <!-- When updating, needs to be matched in io.quarkus.hibernate.orm.runtime.config.DialectVersions -->
<postgresql-jdbc.version>42.6.0</postgresql-jdbc.version>
<postgresql-jdbc.version>42.6.1</postgresql-jdbc.version>
<mariadb-jdbc.version>3.1.4</mariadb-jdbc.version>
<mysql-jdbc.version>8.2.0</mysql-jdbc.version>
<mssql-jdbc.version>12.2.0.jre11</mssql-jdbc.version>
Expand Down

0 comments on commit 42b8297

Please sign in to comment.