This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 52f4ff0c5ae chore: align jython-standalone version with jython version
52f4ff0c5ae is described below
commit 52f4ff0c5aee3048346878ea21f29c22e1118c86
Author: Aurélien Pupier <[email protected]>
AuthorDate: Thu Jan 2 10:45:44 2025 +0100
chore: align jython-standalone version with jython version
* it is already aligned in another module (camel-python
https://github.com/apache/camel/blob/3050d41878242dbb53ba0400b4bc69578fef213e/components/camel-python/pom.xml#L46
)
* there was always a corresponding version provided so far
* currently dependabot has an error when trying to upgrade
jython-standalone `updater | 2025/01/01 06:48:55 ERROR <job_941207218>
Error processing org.python:jython-standalone (RuntimeError)`
Signed-off-by: Aurélien Pupier <[email protected]>
---
components/camel-robotframework/pom.xml | 2 +-
parent/pom.xml | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/components/camel-robotframework/pom.xml
b/components/camel-robotframework/pom.xml
index 087547b7366..fe0bc160432 100644
--- a/components/camel-robotframework/pom.xml
+++ b/components/camel-robotframework/pom.xml
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.python</groupId>
<artifactId>jython-standalone</artifactId>
- <version>${jython-standalone-version}</version>
+ <version>${jython-version}</version>
</dependency>
<!-- testing -->
diff --git a/parent/pom.xml b/parent/pom.xml
index 59b4c1d1ada..14380d451bc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -314,7 +314,6 @@
<junit-pioneer-version>2.3.0</junit-pioneer-version>
<jxmpp-version>1.1.0</jxmpp-version>
<jython-version>2.7.4</jython-version>
- <jython-standalone-version>2.7.3</jython-standalone-version>
<jzlib-version>1.1.3</jzlib-version>
<kafka-version>3.8.1</kafka-version>
<knative-client-version>6.13.4</knative-client-version>