This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new eb370c5ebf Update sonar plugin version, fixes #6254 (#6255)
eb370c5ebf is described below
commit eb370c5ebf0eb6531e705698f7f219ee3f769626
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Wed Dec 24 11:58:45 2025 +0100
Update sonar plugin version, fixes #6254 (#6255)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a583d4e80e..c6e7343ec6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<set-highest-basedir-phase>initialize</set-highest-basedir-phase>
<site-repo-url>scpexe://people.apache.org/www/hop.apache.org/maven/</site-repo-url>
- <sonar-maven-plugin.version>4.0.0.4121</sonar-maven-plugin.version>
+ <sonar-maven-plugin.version>5.5.0.6356</sonar-maven-plugin.version>
<target.jdk.version>17</target.jdk.version>
</properties>