diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-12-09 23:58:25 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-12-22 23:20:40 +0100 |
commit | 3cefca094084a171e26cf46fcf97a6ae64db8434 (patch) | |
tree | 3e476c9da01cd0854a104b5dbe1f9e9489a08f21 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target | |
parent | a00afad545f22603da2d24dd3d9ffc368f30fba2 (diff) | |
download | jgit-3cefca094084a171e26cf46fcf97a6ae64db8434.tar.gz jgit-3cefca094084a171e26cf46fcf97a6ae64db8434.zip |
Add 4.31 target platform and update orbit to 4.31
and update bytebuddy to 1.14.10.
Change-Id: I145776a31d806f7e6dcc90263650109b3eb19067
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target index 3579da43b5..fadd5530e3 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.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.27" sequenceNumber="1701211970"> +<target name="jgit-4.27" sequenceNumber="1702162549"> <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.9</version> + <version>1.14.10</version> <type>jar</type> </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-agent</artifactId> - <version>1.14.9</version> + <version>1.14.10</version> <type>jar</type> </dependency> </dependencies> |