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-commons-clam.git
commit 8aad02bec04aa70f4a9f2e983f7802312070647c Author: Oliver Lietz <[email protected]> AuthorDate: Sun Feb 12 14:38:37 2023 +0100 SLING-10736 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 3847b8e..931edae 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,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>
