diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-09-12 09:31:00 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-09-12 09:40:01 +0200 |
commit | 06ca004ec2e0a477ebd3f0a2d2b2596d79aea0d2 (patch) | |
tree | 927c8892190f3e05fee746066fe8826a5be6287f /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.34.target | |
parent | 022a4855203a7a008b9b412e9d64fd26c7e04d92 (diff) | |
download | jgit-06ca004ec2e0a477ebd3f0a2d2b2596d79aea0d2.tar.gz jgit-06ca004ec2e0a477ebd3f0a2d2b2596d79aea0d2.zip |
Update bytebuddy to 1.15.1
Change-Id: I244dab5dec191497ad794cd16884f2392d0fa3b8
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.34.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.34.target | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.34.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.34.target index 468489f3fe..cfa05d74cb 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.34.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.34.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.34" sequenceNumber="1726124076"> +<target name="jgit-4.34" sequenceNumber="1726126784"> <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.0</version> + <version>1.15.1</version> <type>jar</type> </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-agent</artifactId> - <version>1.15.0</version> + <version>1.15.1</version> <type>jar</type> </dependency> </dependencies> |