Update pom.xml

This commit is contained in:
Neetika23 2023-12-11 00:51:06 +05:30 committed by GitHub
parent 9dcf7b212f
commit d8e96587b0
1 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,9 @@
<version>${jmh-generator.version}</version>
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>system-stubs</artifactId>
<version>1.1.1</version> <!-- Use the latest version -->
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-jupiter</artifactId>
<version>1.1.0</version>
<scope>test</scope>
</dependency>