This is an automated email from the ASF dual-hosted git repository.

davsclaus 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 ce68e6d  Jetty you yet again is not backwards compatible, solr must 
test with 9.4.44
ce68e6d is described below

commit ce68e6de18dc807cbabc196a43059c794a6a9049
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Feb 11 07:23:30 2022 +0100

    Jetty you yet again is not backwards compatible, solr must test with 9.4.44
---
 components/camel-solr/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml
index 7b92934..9db444b 100644
--- a/components/camel-solr/pom.xml
+++ b/components/camel-solr/pom.xml
@@ -127,13 +127,13 @@
         <dependency>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-server</artifactId>
-            <version>${jetty-version}</version>
+            <version>9.4.44.v20210927</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-servlet</artifactId>
-            <version>${jetty-version}</version>
+            <version>9.4.44.v20210927</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Reply via email to