This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-freemarker.git
commit 809d2d855982a60eeffe80a6b7cbfb3d4baa8dc4 Author: Oliver Lietz <[email protected]> AuthorDate: Sun Feb 12 16:00:43 2023 +0100 SLING-11636 Enable code checks with SpotBugs update plugin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ef9aa2c..99f785d 100644 --- a/pom.xml +++ b/pom.xml @@ -122,7 +122,7 @@ <plugin> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> - <version>4.7.2.0</version> + <version>4.7.3.0</version> <configuration> <excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile> <plugins>
