diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-13 01:52:12 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-05-13 16:18:06 +0200 |
commit | dbf45058cb45c55c80bd754e7de51c3585f3d4c9 (patch) | |
tree | 3c92ef53f75975626fe761ed38b10705b4c66137 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target | |
parent | 127762ba8b25d811fa1bb915b80eccb32e82aebc (diff) | |
download | jgit-dbf45058cb45c55c80bd754e7de51c3585f3d4c9.tar.gz jgit-dbf45058cb45c55c80bd754e7de51c3585f3d4c9.zip |
Update byte-buddy to 1.14.15
Change-Id: Ie5192a7c02c60e26c7c76f618b05f24307afcc63
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 836dd58ccc..303a053214 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="1715557221"> +<target name="jgit-4.24" sequenceNumber="1715557844"> <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.12</version> + <version>1.14.15</version> <type>jar</type> </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-agent</artifactId> - <version>1.14.12</version> + <version>1.14.15</version> <type>jar</type> </dependency> </dependencies> |