Update dependency junit:junit to v4.13.2 #7

Merged
june merged 1 commit from renovate/junit-junit-4.x into main 2026-04-11 20:10:40 +02:00
Showing only changes of commit a66dc2792a - Show all commits

Update dependency junit:junit to v4.13.2
All checks were successful
/ Verify (pull_request) Successful in 59s
/ Verify (push) Successful in 52s

Renovate 2026-04-04 23:09:32 +00:00 committed by June

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>