From 95d2e7f722a3514b0facb0cacdaf45632f5dd3d7 Mon Sep 17 00:00:00 2001 From: kasemir Date: Fri, 3 May 2024 15:05:40 -0400 Subject: [PATCH] Update jython The update from 7.0.3 to 7.0.4b1 seems minor, but it fixes an Eclipse compiler error because org.w3c.dom.html is found both in the JDK and in the jython 7.0.3 jar, resulting in the error ``` org.w3c.dom.html is accessible from more than one module: , jdk.xml.dom ``` https://github.com/jython/jython/commit/28008a3ff42811402257410eb5dd81eb2d996bf7 Also good to see that there's at least some housekeeping going on with jython --- dependencies/phoebus-target/.classpath | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies/phoebus-target/.classpath b/dependencies/phoebus-target/.classpath index 6f34d798eb..d6f097ae91 100644 --- a/dependencies/phoebus-target/.classpath +++ b/dependencies/phoebus-target/.classpath @@ -112,7 +112,7 @@ - + diff --git a/pom.xml b/pom.xml index 2e06b14378..a7323f741c 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ 32.1.1-jre 2.17.1 10.16.1.1 - 2.7.3 + 2.7.4b1 6.7.0.202309050840-r 17