1 Commits

Author SHA1 Message Date
Renovate Bot
afd481b9ed chore(deps): update dependency org.junit.jupiter:junit-jupiter-engine to v5.11.4 2024-12-16 14:03:06 +00:00

View File

@ -56,7 +56,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.6.0</version>
<version>3.3.1</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
</configuration>
@ -195,7 +195,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.2</version>
<version>5.11.4</version>
<scope>test</scope>
</dependency>