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
commit 1bf905880ada84b8220dad1b7ed8bc4880dbe155 Author: Aurélien Pupier <apup...@redhat.com> AuthorDate: Fri Jul 25 10:34:49 2025 +0200 Upgrade test container to Solr 9.9.0 Signed-off-by: Aurélien Pupier <apup...@redhat.com> --- .../org/apache/camel/test/infra/solr/services/container.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-infra/camel-test-infra-solr/src/main/resources/org/apache/camel/test/infra/solr/services/container.properties b/test-infra/camel-test-infra-solr/src/main/resources/org/apache/camel/test/infra/solr/services/container.properties index 93a8d7bb9dc..3015ba24a65 100644 --- a/test-infra/camel-test-infra-solr/src/main/resources/org/apache/camel/test/infra/solr/services/container.properties +++ b/test-infra/camel-test-infra-solr/src/main/resources/org/apache/camel/test/infra/solr/services/container.properties @@ -14,4 +14,4 @@ ## See the License for the specific language governing permissions and ## limitations under the License. ## --------------------------------------------------------------------------- -solr.container=mirror.gcr.io/solr:9.8.0-slim +solr.container=mirror.gcr.io/solr:9.9.0-slim