You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/03/25 21:03:11 UTC

[hop] branch master updated: HOP-3877 Update SWT to 3.119.0

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 9137811  HOP-3877 Update SWT to 3.119.0
     new 134408e  Merge pull request #1433 from nadment/HOP-3877
9137811 is described below

commit 9137811dbab1018362081e831d53d4c68b6bd661
Author: Nicolas Adment <na...@gmail.com>
AuthorDate: Fri Mar 25 20:39:23 2022 +0100

    HOP-3877 Update SWT to 3.119.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7f0796b..5350031 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
 
         <!-- Third-party dependencies -->
         <jetty.version>9.4.35.v20201120</jetty.version>
-        <org.eclipse.platform.version>3.118.0</org.eclipse.platform.version>
+        <org.eclipse.platform.version>3.119.0</org.eclipse.platform.version>
         <org.eclipse.commands.version>3.9.600</org.eclipse.commands.version>
         <org.eclipse.equinox.version>3.10.600</org.eclipse.equinox.version>
         <rhino.version>1.7.12</rhino.version>