From 8502dc90830c5a8a911c54a7e9c5c10e3dbbbe51 Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Thu, 8 Aug 2024 20:37:25 +0100 Subject: [PATCH 1/8] chore: update plugin Signed-off-by: Otavio Santana --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index 01c978f20..1be8f522e 100644 --- a/pom.xml +++ b/pom.xml @@ -65,6 +65,7 @@ ../target/jacoco.exec 3.10.0.2594 3.1.0 + 3.24.0 @@ -332,6 +333,27 @@ + + org.apache.maven.plugins + maven-pmd-plugin + ${apache.pdm.plugin.version} + + + /category/java/bestpractices.xml + /category/java/security.xml + /category/java/performance.xml + + true + true + + + + + check + + + + From f3c74e71e6ab89caac93f86e421c461bd985b041 Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Thu, 8 Aug 2024 20:38:52 +0100 Subject: [PATCH 2/8] chore: update asciidoc version Signed-off-by: Otavio Santana --- spec/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/pom.xml b/spec/pom.xml index 40d0801ad..8c80b4a13 100644 --- a/spec/pom.xml +++ b/spec/pom.xml @@ -23,7 +23,7 @@ 3.0.0 - 2.3.15 + 2.3.18 MMMM dd, yyyy ${maven.build.timestamp} Draft From 49b33de86e02ec84a2a9a8ff680057cc49083c48 Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Thu, 8 Aug 2024 20:40:34 +0100 Subject: [PATCH 3/8] chore: update maven checkstyle Signed-off-by: Otavio Santana --- pom.xml | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/pom.xml b/pom.xml index 1be8f522e..37b126ee2 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ 0.8.11 3.6.3 3.3.0 - 3.3.1 + 3.4.0 3.12.1 17 17 @@ -285,6 +285,27 @@ + + org.apache.maven.plugins + maven-pmd-plugin + ${apache.pdm.plugin.version} + + + /category/java/bestpractices.xml + /category/java/security.xml + /category/java/performance.xml + + true + true + + + + + check + + + + @@ -333,27 +354,6 @@ - - org.apache.maven.plugins - maven-pmd-plugin - ${apache.pdm.plugin.version} - - - /category/java/bestpractices.xml - /category/java/security.xml - /category/java/performance.xml - - true - true - - - - - check - - - - From ed257d8990407f0290b9b0a5fe355e5f6137093c Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Thu, 8 Aug 2024 20:40:51 +0100 Subject: [PATCH 4/8] chore: upgrade maven compile vesion Signed-off-by: Otavio Santana --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 37b126ee2..dbe2c9405 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ 3.6.3 3.3.0 3.4.0 - 3.12.1 + 3.13.0 17 17 3.2.5 From 70a0b6a4abf4ac81a9370eb560662ab47bde2874 Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Thu, 8 Aug 2024 20:41:28 +0100 Subject: [PATCH 5/8] chore: upgrade to surefire to version 3.3.1 Signed-off-by: Otavio Santana --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dbe2c9405..7ccc61a2e 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ 3.13.0 17 17 - 3.2.5 + 3.3.1 UTF-8 ../target/jacoco.exec 3.10.0.2594 From 019dea28dc123623bc1e9aaabdabf26f2efaa895 Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Thu, 8 Aug 2024 20:42:08 +0100 Subject: [PATCH 6/8] chore: update jacoco veresion to 0.8.12 Signed-off-by: Otavio Santana --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7ccc61a2e..bc989bbc2 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ 0.15 - 0.8.11 + 0.8.12 3.6.3 3.3.0 3.4.0 From f6ccaf785df6fb02ef71c4b2ca0b8c66ac5e7095 Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Thu, 8 Aug 2024 20:43:04 +0100 Subject: [PATCH 7/8] chore: upgrade javadoc version Signed-off-by: Otavio Santana --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bc989bbc2..6d134b990 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 0.15 0.8.12 - 3.6.3 + 3.8.0 3.3.0 3.4.0 3.13.0 From 9934ce55e631222b7ab92842b17c75c7a8b641d3 Mon Sep 17 00:00:00 2001 From: Otavio Santana Date: Thu, 8 Aug 2024 20:43:19 +0100 Subject: [PATCH 8/8] chore: upgrade maven source plugin Signed-off-by: Otavio Santana --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6d134b990..6c444bd7b 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 0.8.12 3.8.0 - 3.3.0 + 3.3.1 3.4.0 3.13.0 17