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 63a57c832a08860f323f86e194cd547f95bae175 Author: Aurélien Pupier <[email protected]> AuthorDate: Wed Sep 11 09:40:10 2024 +0200 Upgrade solr container image used in test to 9.7.0 Signed-off-by: Aurélien Pupier <[email protected]> --- .../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/test/resources/org/apache/camel/test/infra/solr/services/container.properties b/test-infra/camel-test-infra-solr/src/test/resources/org/apache/camel/test/infra/solr/services/container.properties index 74dd9843627..7d6cc6885f4 100644 --- a/test-infra/camel-test-infra-solr/src/test/resources/org/apache/camel/test/infra/solr/services/container.properties +++ b/test-infra/camel-test-infra-solr/src/test/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=solr:9.6.1-slim +solr.container=solr:9.7.0-slim
