Update pom.xml

This commit is contained in:
Neetika23 2023-12-10 23:13:41 +05:30 committed by GitHub
parent 7e8ccf1613
commit 9dcf7b212f
1 changed files with 8 additions and 1 deletions

View File

@ -24,6 +24,13 @@
<artifactId>jmh-generator-annprocess</artifactId>
<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 -->
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>