diff --git a/api/build.gradle b/api/build.gradle index c0b740a..8dbd05c 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation 'org.bouncycastle:bcprov-jdk18on:1.78.1' // Informe municipal IUF en PDF (docs/05). OpenPDF (LGPL/MPL): apto para repo público, sin la // AGPL de iText 7. API clásica com.lowagie.text, estable y documentada. - implementation 'com.github.librepdf:openpdf:1.3.35' + implementation 'com.github.librepdf:openpdf:3.0.5' // Parseo del JSON de Open-Meteo (Boot 4 no trae jackson-databind por el starter web). implementation 'com.fasterxml.jackson.core:jackson-databind' implementation 'org.flywaydb:flyway-database-postgresql'