diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-10-31 01:13:50 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-11-09 00:08:42 +0100 |
commit | 50d6701334fa2da5edd1157b1ef2a2d64449ef95 (patch) | |
tree | 11c8b3781ec104c79030179e816f6927b0a70910 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.30.target | |
parent | 6007371e3a21970dd34ae91ac20460922a15488e (diff) | |
download | jgit-50d6701334fa2da5edd1157b1ef2a2d64449ef95.tar.gz jgit-50d6701334fa2da5edd1157b1ef2a2d64449ef95.zip |
Update mockito to 5.7.0 and bytebuddy to 1.14.9
Change-Id: I7c93847054050a0af0d2c16e724e5755f9fa33bf
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.30.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.30.target | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.30.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.30.target index eba79de8ea..c567787975 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.30.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.30.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.30" sequenceNumber="1697185706"> +<target name="jgit-4.30" sequenceNumber="1699482561"> <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.5.0</version> + <version>5.7.0</version> <type>jar</type> </dependency> </dependencies> @@ -187,13 +187,13 @@ <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy</artifactId> - <version>1.14.8</version> + <version>1.14.9</version> <type>jar</type> </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-agent</artifactId> - <version>1.14.8</version> + <version>1.14.9</version> <type>jar</type> </dependency> </dependencies> |