1 Commits

Author SHA1 Message Date
2d7b082694 Update dependency org.junit.jupiter:junit-jupiter-api to v6.0.2
All checks were successful
continuous-integration/drone/pr Build is passing
2026-01-06 17:01:03 +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.1</version> <version>6.0.2</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.5.0.6356</version> <version>5.2.0.4988</version>
</plugin> </plugin>
<plugin> <plugin>