diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-10-24 13:00:42 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-10-24 13:00:42 +0200 |
commit | 462b15633054ea46ccb9d3d1b69b9b81b924dcb1 (patch) | |
tree | 7e9b8fb8d672d00969ea7fbba9b33de12fd32b35 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.33.target | |
parent | b1b3eb89c1083ec9a34fd833ce1739af207411bf (diff) | |
download | jgit-462b15633054ea46ccb9d3d1b69b9b81b924dcb1.tar.gz jgit-462b15633054ea46ccb9d3d1b69b9b81b924dcb1.zip |
Update bytebuddy to 1.15.7
Change-Id: I8f718f0b06887c8ebfe70941dc2730604f0790e0
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.33.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.33.target | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.33.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.33.target index 8b4a174f12..8f6e7f12a4 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.33.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.33.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.33" sequenceNumber="1728509922"> +<target name="jgit-4.33" sequenceNumber="1729767583"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/> @@ -193,13 +193,13 @@ <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy</artifactId> - <version>1.15.3</version> + <version>1.15.7</version> <type>jar</type> </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-agent</artifactId> - <version>1.15.3</version> + <version>1.15.7</version> <type>jar</type> </dependency> </dependencies> |