This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new de921f4d RAT-293: Specify sonar-maven-plugin version
de921f4d is described below
commit de921f4dbc7c93fbe9ab93599c2c837155ced141
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Jan 4 21:48:30 2026 +0100
RAT-293: Specify sonar-maven-plugin version
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index d5ba9cd5..66bda89b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -692,6 +692,11 @@ agnostic home for software distribution comprehension and
audit tools.
<artifactId>maven-clean-plugin</artifactId>
<version>3.4.1</version>
</plugin>
+ <plugin>
+ <groupId>org.sonarsource.scanner.maven</groupId>
+ <artifactId>sonar-maven-plugin</artifactId>
+ <version>5.5.0.6356</version>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>