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

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 12fd1363c9adcd5517aa81d0424ac49f6ec8bde5
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Tue Apr 2 08:07:03 2024 +0100

    Fix Splunk container image to 9.2.0 tag
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 17bc1eae89..ab0ed30313 100644
--- a/pom.xml
+++ b/pom.xml
@@ -247,7 +247,7 @@
         
<rabbitmq.container.image>docker.io/rabbitmq:3.9.29-management-alpine</rabbitmq.container.image>
         <redis.container.image>docker.io/redis:7.0.12</redis.container.image>
         
<smb.container.image>quay.io/jamesnetherton/camel-smb-test-server:1.0.0</smb.container.image>
-        
<splunk.container.image>docker.io/splunk/splunk:9.0</splunk.container.image>
+        
<splunk.container.image>docker.io/splunk/splunk:9.2.0</splunk.container.image>
         
<sql-server.container.image>mcr.microsoft.com/mssql/server:2017-CU12</sql-server.container.image>
 
         <!-- Plugin configuration through properties  -->

Reply via email to