diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-09-15 00:48:47 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-09-15 00:48:47 +0200 |
commit | 8d62e5d04d354683dc34c9a8e65d08bc09c414fd (patch) | |
tree | 3d90d7d60fb70813d0f2076bcfca3635fac3ff00 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target | |
parent | 642f160236817ff1392ac96085cd5a3f3a96bc1f (diff) | |
download | jgit-8d62e5d04d354683dc34c9a8e65d08bc09c414fd.tar.gz jgit-8d62e5d04d354683dc34c9a8e65d08bc09c414fd.zip |
Update bytebuddy to 1.14.8
Change-Id: I60ad9ea9300099eeabbb5023d7a5264593e60dc0
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 2c1d9617fe..549f8f7818 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="1693839266"> +<target name="jgit-4.24" sequenceNumber="1694730719"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="com.jcraft.jsch" version="0.1.55.v20221112-0806"/> @@ -187,13 +187,13 @@ <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy</artifactId> - <version>1.14.7</version> + <version>1.14.8</version> <type>jar</type> </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-agent</artifactId> - <version>1.14.7</version> + <version>1.14.8</version> <type>jar</type> </dependency> </dependencies> |