diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-12-20 02:10:19 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-12-20 02:10:19 +0100 |
commit | 182fa818b4a343f90a9f5c2065efabc7ed443176 (patch) | |
tree | 66ed8fe10012d06c530f7f586ac06a3691986311 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.33.target | |
parent | f9104f6133d47388010c97eb46389b8d216e3c95 (diff) | |
download | jgit-182fa818b4a343f90a9f5c2065efabc7ed443176.tar.gz jgit-182fa818b4a343f90a9f5c2065efabc7ed443176.zip |
Update bytebuddy to 1.15.11
Change-Id: Ic101cbc37da273b52c8b5a334ca9ea5ecfc2bee6
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 1e402a51a3..b32355c25d 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="1734656359"> +<target name="jgit-4.33" sequenceNumber="1734657001"> <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.10</version> + <version>1.15.11</version> <type>jar</type> </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-agent</artifactId> - <version>1.15.10</version> + <version>1.15.11</version> <type>jar</type> </dependency> </dependencies> |