diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-10-01 16:29:18 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-10-01 16:29:18 +0200 |
commit | 36fa55a4cf14f35eeb04cbea23d678f7a34b5a70 (patch) | |
tree | 13ce74410caef24a2cc4cc4594577b993a575968 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target | |
parent | 69cc4c312a7732a93a3793962035aab14196349e (diff) | |
download | jgit-36fa55a4cf14f35eeb04cbea23d678f7a34b5a70.tar.gz jgit-36fa55a4cf14f35eeb04cbea23d678f7a34b5a70.zip |
Update mockito to 5.14.1
Change-Id: I6da7acb4fb8188a5bd32382eca12593febff29b7
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target index b247ba2f41..3204643408 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.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.21" sequenceNumber="1727792359"> +<target name="jgit-4.21" sequenceNumber="1727792939"> <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.13.0</version> + <version>5.14.1</version> <type>jar</type> </dependency> </dependencies> |