diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-02-20 15:06:33 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-02-20 15:06:41 +0100 |
commit | 1f9feb613ac14cf44289d51d821f479584b3d456 (patch) | |
tree | 3caaf7658774d7d5e34d424ad50b1275d4b95ec3 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target | |
parent | f4f992cdcbcdad677b92e6dc1606bd670937b919 (diff) | |
download | jgit-1f9feb613ac14cf44289d51d821f479584b3d456.tar.gz jgit-1f9feb613ac14cf44289d51d821f479584b3d456.zip |
Update byte-buddy to 1.14.12
Change-Id: Idc56efd1ee6d9d1e039ccfffd5e16803b727f6dc
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target index cfff3cc2e1..a576837fe8 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.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.24" sequenceNumber="1705682983"> +<target name="jgit-4.24" sequenceNumber="1708437927"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/> @@ -187,13 +187,13 @@ <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy</artifactId> - <version>1.14.10</version> + <version>1.14.12</version> <type>jar</type> </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-agent</artifactId> - <version>1.14.10</version> + <version>1.14.12</version> <type>jar</type> </dependency> </dependencies> |