From 8a94994ef25bd6f07dff33b55bd438e813c47bae Mon Sep 17 00:00:00 2001 From: Matthias Betz Date: Tue, 6 May 2025 11:15:27 +0200 Subject: [PATCH] update version of fop for security --- CityDoctorParent/CityDoctorModel/pom.xml | 1 - .../Extensions/CityDoctorHealerGUI/pom.xml | 16 ++++++++-------- CityDoctorParent/pom.xml | 12 +++++++----- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/CityDoctorParent/CityDoctorModel/pom.xml b/CityDoctorParent/CityDoctorModel/pom.xml index 0afb77c6..4a917713 100644 --- a/CityDoctorParent/CityDoctorModel/pom.xml +++ b/CityDoctorParent/CityDoctorModel/pom.xml @@ -67,7 +67,6 @@ commons-io commons-io - 2.16.1 compile diff --git a/CityDoctorParent/Extensions/CityDoctorHealerGUI/pom.xml b/CityDoctorParent/Extensions/CityDoctorHealerGUI/pom.xml index 6269648f..5a07aede 100644 --- a/CityDoctorParent/Extensions/CityDoctorHealerGUI/pom.xml +++ b/CityDoctorParent/Extensions/CityDoctorHealerGUI/pom.xml @@ -26,14 +26,14 @@ de.hft.stuttgart CityDoctorAutoPro - - org.openjfx - javafx-controls - - - org.openjfx - javafx-fxml - + + org.openjfx + javafx-controls + + + org.openjfx + javafx-fxml + diff --git a/CityDoctorParent/pom.xml b/CityDoctorParent/pom.xml index e898381a..ed69cc7c 100644 --- a/CityDoctorParent/pom.xml +++ b/CityDoctorParent/pom.xml @@ -115,6 +115,12 @@ CityDoctorHealer ${revision} + + commons-io + commons-io + 2.16.1 + compile + net.sf.saxon Saxon-HE @@ -143,7 +149,7 @@ org.apache.xmlgraphics fop - 2.7 + 2.10 org.jdom @@ -248,22 +254,18 @@ org.openjfx javafx-controls - ${jfx-version} org.openjfx javafx-fxml - ${jfx-version} org.openjfx javafx-swing - ${jfx-version} info.picocli picocli - 4.7.6 -- GitLab