This commit is contained in:
2025-08-04 09:29:27 +08:00
parent a826d55b54
commit e641970377
5 changed files with 86 additions and 38 deletions

View File

@@ -123,19 +123,19 @@
"<dependency>",
"\t<groupId>org.junit.jupiter</groupId>",
"\t<artifactId>junit-jupiter-api</artifactId>",
"\t<version>5.12.2/version>",
"\t<version>5.12.2</version>",
"\t<scope>test</scope>",
"</dependency>",
"<dependency>",
"\t<groupId>org.junit.jupiter</groupId>",
"\t<artifactId>junit-jupiter-engine</artifactId>",
"\t<version>5.12.2/version>",
"\t<version>5.12.2</version>",
"\t<scope>test</scope>",
"</dependency>",
"<dependency>",
"\t<groupId>org.junit.jupiter</groupId>",
"\t<artifactId>junit-jupiter-params</artifactId>",
"\t<version>5.12.2/version>",
"\t<version>5.12.2</version>",
"\t<scope>test</scope>",
"</dependency>",
]