Update pdfbox to 2.0.25

This commit is contained in:
Scala Steward
2021-12-18 06:12:35 +01:00
parent 329f323738
commit 27276b02f3

View File

@ -33,7 +33,7 @@ object Dependencies {
val MUnitVersion = "0.7.29" val MUnitVersion = "0.7.29"
val MUnitCatsEffectVersion = "1.0.7" val MUnitCatsEffectVersion = "1.0.7"
val OrganizeImportsVersion = "0.6.0" val OrganizeImportsVersion = "0.6.0"
val PdfboxVersion = "2.0.24" val PdfboxVersion = "2.0.25"
val PoiVersion = "4.1.2" val PoiVersion = "4.1.2"
val PostgresVersion = "42.3.1" val PostgresVersion = "42.3.1"
val PureConfigVersion = "0.17.1" val PureConfigVersion = "0.17.1"