Update postgresql to 42.2.24

This commit is contained in:
Scala Steward 2021-09-23 16:23:24 +02:00
parent 02cab64bfc
commit 448840cf9b
No known key found for this signature in database
GPG Key ID: 96BDF10FFAB8B6A6

View File

@ -35,7 +35,7 @@ object Dependencies {
val OrganizeImportsVersion = "0.5.0" val OrganizeImportsVersion = "0.5.0"
val PdfboxVersion = "2.0.24" val PdfboxVersion = "2.0.24"
val PoiVersion = "4.1.2" val PoiVersion = "4.1.2"
val PostgresVersion = "42.2.23" val PostgresVersion = "42.2.24"
val PureConfigVersion = "0.16.0" val PureConfigVersion = "0.16.0"
val ScalaJavaTimeVersion = "2.3.0" val ScalaJavaTimeVersion = "2.3.0"
val ScodecBitsVersion = "1.1.28" val ScodecBitsVersion = "1.1.28"