diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-08-28 02:05:00 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-08-28 11:36:05 +0200 |
commit | d66de619ad395d65be6ac38c01bba96606eb9e25 (patch) | |
tree | 9b0f982d7813686b1e72561f360a91a3b0891c29 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.29.target | |
parent | 3f06dd9519a2283e68de73959a25b4aeb612f362 (diff) | |
download | jgit-d66de619ad395d65be6ac38c01bba96606eb9e25.tar.gz jgit-d66de619ad395d65be6ac38c01bba96606eb9e25.zip |
Update bytebuddy to 1.15.0
Change-Id: Idec6369bb5da997e532b912c2984b51e77a3ac0d
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 | 6 |
1 files changed, 3 insertions, 3 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 a16dac1ebd..3a9c230376 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="1724837629"> +<target name="jgit-4.29" sequenceNumber="1724837743"> <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.14.17</version> + <version>1.15.0</version> <type>jar</type> </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-agent</artifactId> - <version>1.14.17</version> + <version>1.15.0</version> <type>jar</type> </dependency> </dependencies> |