This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new 8e6cb5fff Bump org.eclipse.platform:org.eclipse.equinox.console
8e6cb5fff is described below
commit 8e6cb5fffc2e0f1d5e6cc87ebdc81a709d2edae2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 8 17:58:17 2025 +0000
Bump org.eclipse.platform:org.eclipse.equinox.console
Bumps
[org.eclipse.platform:org.eclipse.equinox.console](https://github.com/eclipse-equinox/equinox)
from 1.4.1000 to 1.4.1100.
- [Commits](https://github.com/eclipse-equinox/equinox/commits)
---
updated-dependencies:
- dependency-name: org.eclipse.platform:org.eclipse.equinox.console
dependency-version: 1.4.1100
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
tutorials/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tutorials/pom.xml b/tutorials/pom.xml
index bc510ea37..802a0b449 100644
--- a/tutorials/pom.xml
+++ b/tutorials/pom.xml
@@ -58,7 +58,7 @@
<org.apache.felix.gogo.command.version>1.1.2</org.apache.felix.gogo.command.version>
<org.apache.felix.gogo.jline.version>1.1.8</org.apache.felix.gogo.jline.version>
<org.apache.felix.gogo.runtime.version>1.1.6</org.apache.felix.gogo.runtime.version>
-
<org.eclipse.equinox.console.version>1.4.1000</org.eclipse.equinox.console.version>
+
<org.eclipse.equinox.console.version>1.4.1100</org.eclipse.equinox.console.version>
<org.eclipse.osgi.version>3.23.100</org.eclipse.osgi.version>
<org.osgi.version>3.0.0</org.osgi.version>
<pax-logging.version>2.2.10</pax-logging.version>