diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-07-02 00:26:44 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-07-02 00:26:44 +0200 |
commit | 077a7139f9a4ad19d24ca066380c924ae46fc133 (patch) | |
tree | 1f4c6114dbc9d9816735778d0922a0f6820c128c /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.31.target | |
parent | 3aff253e9d9f6c217221e80c3968019c7829c856 (diff) | |
download | jgit-077a7139f9a4ad19d24ca066380c924ae46fc133.tar.gz jgit-077a7139f9a4ad19d24ca066380c924ae46fc133.zip |
Update bytebuddy to 1.14.17
Change-Id: I082c3726aa1b4f5bf97ac619b8265c734fc1d196
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.31.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.31.target | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.31.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.31.target index c5a13aaa16..643228856b 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.31.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.31.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.31" sequenceNumber="1719871398"> +<target name="jgit-4.31" sequenceNumber="1719872117"> <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.16</version> + <version>1.14.17</version> <type>jar</type> </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-agent</artifactId> - <version>1.14.16</version> + <version>1.14.17</version> <type>jar</type> </dependency> </dependencies> |