diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-11-05 01:42:16 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-11-05 01:42:16 +0100 |
commit | 6042cbc12960f4b2d6deb924705238717de0d6fd (patch) | |
tree | 109134811e7cc286a2c8946d978422307d511a02 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.33.target | |
parent | 78b3dd01eaf1e0cde8489a5e907beab7f7aee625 (diff) | |
download | jgit-6042cbc12960f4b2d6deb924705238717de0d6fd.tar.gz jgit-6042cbc12960f4b2d6deb924705238717de0d6fd.zip |
Update bytebuddy to 1.15.10
Change-Id: I49cd5bedd86601380a26f7a7213fc78ebd091393
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 4cc1959d01..c99e59d7a9 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="1729767722"> +<target name="jgit-4.33" sequenceNumber="1730767308"> <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.7</version> + <version>1.15.10</version> <type>jar</type> </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-agent</artifactId> - <version>1.15.7</version> + <version>1.15.10</version> <type>jar</type> </dependency> </dependencies> |