From 0ea796caa4b17dc181e0a1d3721d75878f7c4e2d Mon Sep 17 00:00:00 2001 From: Hugh Stevenson Date: Fri, 26 Apr 2024 16:37:16 +0100 Subject: [PATCH 1/5] UOCL-277: xmlgraphics security --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1651870..7d5c516 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.unicenta unicentaopos - 5.3 + 5.3.1 jar UTF-8 @@ -243,7 +243,7 @@ org.apache.xmlgraphics fop - 2.1 + 2.3 net.sf.jasperreports From 204862f694ef6931a8218ac0968c10a61b23a595 Mon Sep 17 00:00:00 2001 From: Hugh Stevenson Date: Fri, 26 Apr 2024 16:39:21 +0100 Subject: [PATCH 2/5] UOCL-278: security jasperreports library upgrade --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7d5c516..384e9c9 100644 --- a/pom.xml +++ b/pom.xml @@ -248,7 +248,7 @@ net.sf.jasperreports jasperreports - 6.4.0 + 6.12.2 com.lowagie From a97014198b972be2485b4e35cffce8865f5d7310 Mon Sep 17 00:00:00 2001 From: Hugh Stevenson Date: Fri, 26 Apr 2024 16:50:57 +0100 Subject: [PATCH 3/5] UOCL-279: Postgresql library upgrade --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 384e9c9..648cff1 100644 --- a/pom.xml +++ b/pom.xml @@ -383,7 +383,7 @@ org.postgresql postgresql - 9.4.1208 + 42.2.28 de.sciss From 8816496cd7df176374993bbf9b662f2e6f99a782 Mon Sep 17 00:00:00 2001 From: Hugh Stevenson Date: Sat, 27 Apr 2024 14:31:45 +0100 Subject: [PATCH 4/5] UOCL-280: Apache Derby Security update --- pom.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 648cff1..6a2e2b8 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,7 @@ UTF-8 11 11 + 10.15.2.0 @@ -231,7 +232,17 @@ org.apache.derby derby - 10.14.2.0 + ${derby.version} + + + org.apache.derby + derbytools + ${derby.version} + + + org.apache.derby + derbyshared + ${derby.version} xml-apis @@ -325,7 +336,7 @@ com.unicenta unicenta-plugins - 1.2.6 + 1.2.7 com.gluonhq From 9ee5b76dc99a529d3f2da42759f0b901c1740ca9 Mon Sep 17 00:00:00 2001 From: Hugh Stevenson Date: Sat, 27 Apr 2024 14:54:00 +0100 Subject: [PATCH 5/5] UOCL-281: xstream library security fix --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 6a2e2b8..d2bf8db 100644 --- a/pom.xml +++ b/pom.xml @@ -331,8 +331,17 @@ org.slf4j slf4j-simple + + com.thoughtworks.xstream + xstream + + + com.thoughtworks.xstream + xstream + 1.4.11 + com.unicenta unicenta-plugins