Compare commits

...

1 commit

Author SHA1 Message Date
a7fde1bda8 Update dependency junit:junit to v4.13.2
All checks were successful
/ Verify (pull_request) Successful in 1m11s
/ Verify (push) Successful in 1m14s
2026-04-03 21:27:19 +00:00

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>