This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-engine.git

commit 788a1c874cef884ab38c0183b92ca8c42f8b4cce
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Tue Jul 30 20:10:52 2024 +0200

    Upgrade to SpotBugs Maven Plugin 4.8.6.2
---
 velocity-engine-core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/velocity-engine-core/pom.xml b/velocity-engine-core/pom.xml
index ab44cf81..ea68f41b 100644
--- a/velocity-engine-core/pom.xml
+++ b/velocity-engine-core/pom.xml
@@ -263,7 +263,7 @@
             <plugin>
                 <groupId>com.github.spotbugs</groupId>
                 <artifactId>spotbugs-maven-plugin</artifactId>
-                <version>4.8.6.0</version>
+                <version>4.8.6.2</version>
                 <configuration>
                     <xmlOutput>true</xmlOutput>
                     <threshold>Low</threshold>

Reply via email to