Update dependency org.mockito:mockito-core to v5

This commit is contained in:
renovate[bot] 2024-10-17 23:49:49 +00:00 committed by GitHub
parent 82091426c8
commit f4c2cab119
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<artifactId>db-common-lib</artifactId> <artifactId>db-common-lib</artifactId>
<version>0.0.1</version> <version>0.0.2</version>
<name>db-common-lib</name> <name>db-common-lib</name>
<description>Abstract dao and row mappers</description> <description>Abstract dao and row mappers</description>
@ -81,7 +81,7 @@
<dependency> <dependency>
<groupId>org.mockito</groupId> <groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId> <artifactId>mockito-core</artifactId>
<version>2.28.2</version> <version>5.14.2</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>