This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/flex-blazeds.git
commit 81e236220d0d44ad4dcebf736cedc7126575fe51 Author: Josh Tynjala <[email protected]> AuthorDate: Mon Mar 30 10:08:18 2026 -0700 remoting: update deps --- remoting/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/remoting/pom.xml b/remoting/pom.xml index a628ade..0cdb971 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -37,14 +37,14 @@ limitations under the License. <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> - <version>11.0.14</version> + <version>11.0.26</version> <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> - <version>11.0.14</version> + <version>11.0.26</version> <scope>test</scope> </dependency>
