diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-10-24 13:02:21 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-10-24 13:02:21 +0200 |
commit | 8188c4a773490bbde9b997045cdbcbbf0d480e9b (patch) | |
tree | 5b224e3e0273ab6dad08abd8c290f6b14140e4f1 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.29.target | |
parent | 462b15633054ea46ccb9d3d1b69b9b81b924dcb1 (diff) | |
download | jgit-8188c4a773490bbde9b997045cdbcbbf0d480e9b.tar.gz jgit-8188c4a773490bbde9b997045cdbcbbf0d480e9b.zip |
Update mockito to 5.14.2
Change-Id: I0e6442a86ba1790680b832d62d4b04df0713da5f
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.29.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.29.target | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.29.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.29.target index 376f75757c..49442a97f4 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.29.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.29.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.29" sequenceNumber="1729767581"> +<target name="jgit-4.29" sequenceNumber="1729767721"> <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.14.1</version> + <version>5.14.2</version> <type>jar</type> </dependency> </dependencies> |