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

@ -134,7 +134,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.2</version> <version>3.6.3</version>
<configuration> <configuration>
<stylesheetfile>${project.basedir}/stylesheet/javadoc-stylesheet.css</stylesheetfile> <stylesheetfile>${project.basedir}/stylesheet/javadoc-stylesheet.css</stylesheetfile>
</configuration> </configuration>
@ -195,7 +195,7 @@
<dependency> <dependency>
<groupId>org.junit.jupiter</groupId> <groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId> <artifactId>junit-jupiter-engine</artifactId>
<version>5.10.2</version> <version>5.11.4</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>