Skip to content

Commit

Permalink
Updated Mockito-core to 4.11.0 to ensure compatibility with JDK 8 and…
Browse files Browse the repository at this point in the history
… higher versions.
  • Loading branch information
Ananya2 committed Jan 30, 2025
1 parent e827f0a commit 43c9d99
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ dependencies {
'com.azure:azure-security-keyvault-keys:4.7.3',
'com.azure:azure-identity:1.12.2',
'com.h2database:h2:2.2.220',
'org.mockito:mockito-core:5.15.2',
'org.mockito:mockito-core:4.11.0',
'org.mockito:mockito-inline:4.11.0',
'net.bytebuddy:byte-buddy:1.15.11',
'net.bytebuddy:byte-buddy-agent:1.15.11'
}
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,13 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.15.2</version>
<version>4.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>4.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 43c9d99

Please sign in to comment.