diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-12-10 00:08:09 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-12-22 23:20:40 +0100 |
commit | b450ff1800cb52ecb2c90e9c2530af2616053eca (patch) | |
tree | bf542c2bbcec66ade596deb232e595c3c6351474 /pom.xml | |
parent | 3cefca094084a171e26cf46fcf97a6ae64db8434 (diff) | |
download | jgit-b450ff1800cb52ecb2c90e9c2530af2616053eca.tar.gz jgit-b450ff1800cb52ecb2c90e9c2530af2616053eca.zip |
Update mockito to 5.8.0
Change-Id: I70d33b7af25fcb4754fb048dd9054eef7356f00c
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -979,7 +979,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>5.7.0</version> + <version>5.8.0</version> </dependency> <dependency> |