From 4b21334c200b524ac284801099313b48f7ba028e Mon Sep 17 00:00:00 2001 From: bsalcedo Date: Fri, 1 Dec 2023 11:16:21 -0300 Subject: [PATCH 1/9] Update dependencies by vulnerabilities issues Signed-off-by: bsalcedo --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 11d6708..4337938 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.github.jokoframework joko-utils jar - 0.6.8 + 0.6.9 joko-utils http://maven.apache.org @@ -17,19 +17,19 @@ 3.11 2.8.0 2.10.6 - 2.0.24 + 3.0.0 1.5.4 8.4.0 4.13.1 5.3.24 1.15 1.6 - 4.1.2 + 5.2.5 5.7.1 5.8.7 1.7.30 1.7.30 - 32.0.0-jre + 32.0.1-jre 2.4.0-b180830.0359 2.4.0-b180830.0359 From 7242a9fa90e5adfcbaa7db62f2f6dc14d35e95ca Mon Sep 17 00:00:00 2001 From: bsalcedo Date: Tue, 5 Dec 2023 16:57:18 -0300 Subject: [PATCH 2/9] Fix issue with PDFBox dependency Signed-off-by: bsalcedo --- .../java/io/github/jokoframework/utils/pdf/PdfGenerator.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/io/github/jokoframework/utils/pdf/PdfGenerator.java b/src/main/java/io/github/jokoframework/utils/pdf/PdfGenerator.java index afc25bf..960aec7 100644 --- a/src/main/java/io/github/jokoframework/utils/pdf/PdfGenerator.java +++ b/src/main/java/io/github/jokoframework/utils/pdf/PdfGenerator.java @@ -22,6 +22,7 @@ import be.quodlibet.boxable.utils.PDStreamUtils; import be.quodlibet.boxable.utils.PageContentStreamOptimized; import io.github.jokoframework.utils.constants.JokoConstants; +import org.apache.pdfbox.pdmodel.font.Standard14Fonts; public class PdfGenerator { private static final SecureRandom random = new SecureRandom(); @@ -88,7 +89,7 @@ public static File fromList(List data, String destination, String user) th float yPosition = baseTable.draw() - 20; float leftMargin = 50; float titleFontSize = 8; - PDFont font = PDType1Font.HELVETICA; + PDFont font = new PDType1Font(Standard14Fonts.FontName.HELVETICA); Date date = new Date(); DateFormat dateFormat = new SimpleDateFormat(JokoConstants.DATE_TIME_FORMAT); From 2f403394485ce360b8159d2d183b8fdd260f77c0 Mon Sep 17 00:00:00 2001 From: bsalcedo Date: Tue, 5 Dec 2023 17:05:06 -0300 Subject: [PATCH 3/9] Update version Signed-off-by: bsalcedo --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4337938..59adf84 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.github.jokoframework joko-utils jar - 0.6.9 + 0.6.10 joko-utils http://maven.apache.org From 83cf4839f93165d80ca469d8c4057a4c47b4f88b Mon Sep 17 00:00:00 2001 From: bsalcedo Date: Tue, 5 Dec 2023 17:56:34 -0300 Subject: [PATCH 4/9] Update version in pom.xml Signed-off-by: bsalcedo --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 59adf84..0c8cfb2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.github.jokoframework joko-utils jar - 0.6.10 + 0.6.11 joko-utils http://maven.apache.org From 388cbce8b8de47e09e2ba23829ce774a7bb16184 Mon Sep 17 00:00:00 2001 From: bsalcedo Date: Tue, 5 Dec 2023 18:16:11 -0300 Subject: [PATCH 5/9] Separa la version del artefacto como propiedad Signed-off-by: bsalcedo --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0c8cfb2..9986038 100644 --- a/pom.xml +++ b/pom.xml @@ -4,11 +4,12 @@ io.github.jokoframework joko-utils jar - 0.6.11 + ${joko.utils.version} joko-utils http://maven.apache.org + 0.6.11 11 UTF-8 11 From 48eff5c2d5bc5304f76bc036b4ad2520b22716e3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 5 Dec 2023 18:17:19 -0300 Subject: [PATCH 6/9] Automatic version bump: 0.6.12 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9986038..ed98697 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ http://maven.apache.org - 0.6.11 + 0.6.12 11 UTF-8 11 From 71740524cadd83576a72592c70eefed2e286f761 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 5 Dec 2023 18:29:09 -0300 Subject: [PATCH 7/9] Automatic version bump: 0.6.13 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ed98697..30c769a 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ http://maven.apache.org - 0.6.12 + 0.6.13 11 UTF-8 11 From eb27db08a9b5520c001b4291cfc21b8fa91d81c1 Mon Sep 17 00:00:00 2001 From: bsalcedo Date: Wed, 6 Dec 2023 17:48:47 -0300 Subject: [PATCH 8/9] Modifica version de java Se baja la version a java 8. Signed-off-by: bsalcedo --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 30c769a..2deaca7 100644 --- a/pom.xml +++ b/pom.xml @@ -9,11 +9,11 @@ http://maven.apache.org - 0.6.13 - 11 + 0.6.14 + 1.8 UTF-8 - 11 - 11 + 1.8 + 1.8 1.9.4 3.11 2.8.0 @@ -26,7 +26,7 @@ 1.15 1.6 5.2.5 - 5.7.1 + 5.7.1 5.8.7 1.7.30 1.7.30 From d0c81e29c379132fbe2a8ec75c6c370a8abfe775 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 6 Dec 2023 17:51:25 -0300 Subject: [PATCH 9/9] Automatic version bump: 0.6.15 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2deaca7..3ab085e 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ http://maven.apache.org - 0.6.14 + 0.6.15 1.8 UTF-8 1.8