From 3f57f3c31b947ca1c860fbeb602691670eb0f3bc Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 2 Dec 2023 16:44:53 -0500 Subject: [PATCH 1/5] [pom] Bump spotbugs to 4.8.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d86a814..0d575db 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.7.3.6 + 4.8.1.0 org.apache.maven.plugins From c9c8fc7b30df5dd32adc93eb5f04e5a0db962f01 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 2 Dec 2023 16:45:01 -0500 Subject: [PATCH 2/5] [pom] Bump checkstyle to 3.3.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0d575db..12327f9 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.3.0 + 3.3.1 From 6dd1ed7932a3794d44a8d2e3bf72e21cc9e023a3 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 2 Dec 2023 16:45:18 -0500 Subject: [PATCH 3/5] [pom] Bump pmd plugin to 3.21.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 12327f9..887dc44 100644 --- a/pom.xml +++ b/pom.xml @@ -96,7 +96,7 @@ org.apache.maven.plugins maven-pmd-plugin - 3.21.0 + 3.21.2 From b55ac1dbc36e37d2bdfd54313901f1d45ff5b787 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 2 Dec 2023 16:45:28 -0500 Subject: [PATCH 4/5] [pom] Bump versions to 2.16.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 887dc44..6f6f93f 100644 --- a/pom.xml +++ b/pom.xml @@ -117,7 +117,7 @@ org.codehaus.mojo versions-maven-plugin - 2.16.1 + 2.16.2 From 044dfb514012a7dc0d96010337c062c8be0d1f93 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 2 Dec 2023 16:45:45 -0500 Subject: [PATCH 5/5] [pom] Bump dependency plugin to 3.6.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6f6f93f..bbb280f 100644 --- a/pom.xml +++ b/pom.xml @@ -181,7 +181,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.6.0 + 3.6.1 org.apache.maven.plugins