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 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target | |
parent | 3cefca094084a171e26cf46fcf97a6ae64db8434 (diff) | |
download | jgit-b450ff1800cb52ecb2c90e9c2530af2616053eca.tar.gz jgit-b450ff1800cb52ecb2c90e9c2530af2616053eca.zip |
Update mockito to 5.8.0
Change-Id: I70d33b7af25fcb4754fb048dd9054eef7356f00c
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target index eb5976a113..b69e0316ec 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde?> <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl --> -<target name="jgit-4.25" sequenceNumber="1702162549"> +<target name="jgit-4.25" sequenceNumber="1702163260"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/> @@ -79,7 +79,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>5.7.0</version> + <version>5.8.0</version> <type>jar</type> </dependency> </dependencies> |