diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-31 12:08:36 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-31 12:08:36 +0200 |
commit | e51a0e51e5e91576e02d89de1788fe01d2c46b29 (patch) | |
tree | b6dda9264e2f4f9d9f046ea13bf08b6a6752ccc3 /WORKSPACE | |
parent | 24c5d0120bdd1015fab06f3816da294f736a8349 (diff) | |
download | jgit-e51a0e51e5e91576e02d89de1788fe01d2c46b29.tar.gz jgit-e51a0e51e5e91576e02d89de1788fe01d2c46b29.zip |
Update mockito to 5.5.0
Change-Id: Ic62864aaf15388b8f20b2db8aa65d1dcf03465a6
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -178,8 +178,8 @@ maven_jar( maven_jar( name = "mockito", - artifact = "org.mockito:mockito-core:5.4.0", - sha1 = "30bcbe79f7bd51b53debfc4c6014d0bea4935e37", + artifact = "org.mockito:mockito-core:5.5.0", + sha1 = "1660ec3ce0af7f713af923817b225a37cc5cf965", ) maven_jar( |