1 Commits

Author SHA1 Message Date
f258d7628d Update dependency org.sonarsource.scanner.maven:sonar-maven-plugin to v5.4.0.6343
All checks were successful
continuous-integration/drone/pr Build is passing
2025-12-02 12:01:56 +00:00

View File

@@ -91,7 +91,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>6.0.2</version>
<version>6.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -149,7 +149,7 @@
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>5.2.0.4988</version>
<version>5.4.0.6343</version>
</plugin>
<plugin>