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-clam.git
commit c888309ff1f1c0a10d9c35942e66cd7746ede577 Author: Oliver Lietz <[email protected]> AuthorDate: Sun Mar 27 16:32:16 2022 +0200 SLING-10893 Enable code checks with SpotBugs update dependency --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4a40f85..2a7f87d 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,7 @@ <plugin> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> - <version>4.4.2.2</version> + <version>4.6.0.0</version> <configuration> <plugins> <plugin>
