From 4b110ac322326266e2f618a7346430360d883dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 07:12:42 +0000 Subject: [PATCH] chore(deps): bump org.bouncycastle:bcprov-jdk18on in /api Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.78.1 to 1.85.2. - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.md) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-version: 1.85.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/build.gradle b/api/build.gradle index c0b740a..2b6ba13 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -28,7 +28,7 @@ dependencies { // nimbus para el access token HS256) + BouncyCastle (Argon2id de contraseñas). implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server' - implementation 'org.bouncycastle:bcprov-jdk18on:1.78.1' + implementation 'org.bouncycastle:bcprov-jdk18on:1.85.2' // 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'