Skip to content

Commit 2fe758d

Browse files
Bump mockito-core from 4.6.1 to 4.9.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.9.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.6.1...v4.9.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e20c69 commit 2fe758d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

search-services/alfresco-search/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
<dependency>
231231
<groupId>org.mockito</groupId>
232232
<artifactId>mockito-core</artifactId>
233-
<version>4.6.1</version>
233+
<version>4.9.0</version>
234234
<scope>test</scope>
235235
</dependency>
236236

search-services/alfresco-solrclient-lib/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>org.mockito</groupId>
7979
<artifactId>mockito-core</artifactId>
80-
<version>4.6.1</version>
80+
<version>4.9.0</version>
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>

0 commit comments

Comments
 (0)