diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-10-01 16:18:04 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-10-01 16:18:04 +0200 |
commit | e355c0e492918c55bf50ed6df59db40f233c1398 (patch) | |
tree | 33f03cd7cf746fcc677d4dc452e24b617c3e0af5 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.32.target | |
parent | fc53ca06e4e9d145ed30d164388f52a49f72c952 (diff) | |
download | jgit-e355c0e492918c55bf50ed6df59db40f233c1398.tar.gz jgit-e355c0e492918c55bf50ed6df59db40f233c1398.zip |
Update bytebuddy to 1.15.3
Change-Id: Ib17b92d6f413f706ff97fb4ccf07847f4b5808ad
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.32.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.32.target | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.32.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.32.target index dcc2c49ee7..c3c95e609f 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.32.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.32.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.32" sequenceNumber="1727791456"> +<target name="jgit-4.32" sequenceNumber="1727792183"> <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.1</version> + <version>1.15.3</version> <type>jar</type> </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-agent</artifactId> - <version>1.15.1</version> + <version>1.15.3</version> <type>jar</type> </dependency> </dependencies> |