From 22b364bf57b6c73f5e65a82b73314d5c132f09e6 Mon Sep 17 00:00:00 2001 From: Tobias Bruns <tobias.bruns@mgm-tp.com> Date: Fri, 3 Jan 2025 14:19:16 +0100 Subject: [PATCH] Update fop version to fix CVE-2024-28168 --- README.md | 1 + ozgcloud-common-pdf/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9554e51..1f894b5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ ### 4.8.0-SNAPSHOT * Update Spring-Boot to 3.3.7 * Run sbom-build only in maven profile 'ci' +* Update FOP to 2.10 ### 4.7.0 * Update Spring-Boot to 3.3.6 diff --git a/ozgcloud-common-pdf/pom.xml b/ozgcloud-common-pdf/pom.xml index bf14cfe..2f9e128 100644 --- a/ozgcloud-common-pdf/pom.xml +++ b/ozgcloud-common-pdf/pom.xml @@ -38,7 +38,7 @@ <inceptionYear>2021</inceptionYear> <properties> - <fop.version>2.9</fop.version> + <fop.version>2.10</fop.version> </properties> <dependencies> -- GitLab