This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new 5de3c7eed7 Update SWT dependency, fixes #5882 (#5883)
5de3c7eed7 is described below
commit 5de3c7eed705253e342922cdd40093637b4e71dc
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Fri Oct 24 09:40:58 2025 +0200
Update SWT dependency, fixes #5882 (#5883)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c88761acd5..501537ba7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
<maven.compiler.target>${target.jdk.version}</maven.compiler.target>
<mockito-core.version>5.12.0</mockito-core.version>
<objenesis.version>3.4</objenesis.version>
- <org.eclipse.platform.version>3.129.0</org.eclipse.platform.version>
+ <org.eclipse.platform.version>3.131.0</org.eclipse.platform.version>
<project.build.outputTimestamp>1695310533</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>