Update dependency junit:junit to v4.13.2
All checks were successful
/ Verify (push) Successful in 1m9s
/ Verify (pull_request) Successful in 1m11s

This commit is contained in:
Renovate 2026-04-04 23:09:32 +00:00
commit 5b75e7dc5f

View file

@ -24,7 +24,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.11</version> <version>4.13.2</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>