1 Commits

Author SHA1 Message Date
0e412b0f92 Update dependency org.sonarsource.scanner.maven:sonar-maven-plugin to v5.5.0.6356
All checks were successful
continuous-integration/drone/pr Build is passing
2025-12-05 17:00:49 +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.5.0.6356</version>
</plugin>
<plugin>