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 d59bb5c33db Upgrade mongodb container to 7.0.9 (#14157)
d59bb5c33db is described below

commit d59bb5c33db341d7f668a03a570d7c4e58a29520
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed May 15 15:46:49 2024 +0200

    Upgrade mongodb container to 7.0.9 (#14157)
    
    * Upgrade mongodb container to 7.0.9
    
    * Make incremental-build action generic
    
    * Ref is required when $repo/$project is specified
    
    * camel-core - Isolate some tests that are flaky on CI (#14156)
    
    ---------
    
    Co-authored-by: Croway <federico.mariani.1...@gmail.com>
---
 .../org/apache/camel/test/infra/mongodb/services/container.properties   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/test-infra/camel-test-infra-mongodb/src/test/resources/org/apache/camel/test/infra/mongodb/services/container.properties
 
b/test-infra/camel-test-infra-mongodb/src/test/resources/org/apache/camel/test/infra/mongodb/services/container.properties
index b16550cc4dc..1fe8fe2c114 100644
--- 
a/test-infra/camel-test-infra-mongodb/src/test/resources/org/apache/camel/test/infra/mongodb/services/container.properties
+++ 
b/test-infra/camel-test-infra-mongodb/src/test/resources/org/apache/camel/test/infra/mongodb/services/container.properties
@@ -14,4 +14,4 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-mongodb.container=mongo:7.0.4-jammy
\ No newline at end of file
+mongodb.container=mongo:7.0.9-jammy
\ No newline at end of file

Reply via email to