1 Commits

Author SHA1 Message Date
af24b010fc Update dependency org.sonarsource.scanner.maven:sonar-maven-plugin to v5.3.0.6276
All checks were successful
continuous-integration/drone/pr Build is passing
2025-11-10 13:01:05 +00:00

View File

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