You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/06/17 04:24:37 UTC

[camel-quarkus] branch main updated: Bump wiremock from 3.0.0-beta-9 to 3.0.0-beta-10

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


The following commit(s) were added to refs/heads/main by this push:
     new bf603e4fe0 Bump wiremock from 3.0.0-beta-9 to 3.0.0-beta-10
bf603e4fe0 is described below

commit bf603e4fe0142adca88d9a4b8539fdb41755b72b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 16 22:42:16 2023 +0000

    Bump wiremock from 3.0.0-beta-9 to 3.0.0-beta-10
    
    Bumps [wiremock](https://github.com/wiremock/wiremock) from 3.0.0-beta-9 to 3.0.0-beta-10.
    - [Release notes](https://github.com/wiremock/wiremock/releases)
    - [Commits](https://github.com/wiremock/wiremock/compare/3.0.0-beta-9...3.0.0-beta-10)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.tomakehurst:wiremock
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c1b7210fa0..b6302b7c42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
         <pdfbox.version>${pdfbox-version}</pdfbox.version>
         <sshd.version>2.9.2</sshd.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.apache.sshd:sshd-common -->
         <unboundid-ldapsdk.version>6.0.9</unboundid-ldapsdk.version>
-        <wiremock.version>3.0.0-beta-9</wiremock.version>
+        <wiremock.version>3.0.0-beta-10</wiremock.version>
         <zt-exec.version>1.12</zt-exec.version>
 
         <!-- Tooling dependency versions (keep sorted alphabetically) -->