You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/12/07 15:58:04 UTC

(camel) branch main updated: Bump com.atlassian.oai:swagger-request-validator-core (#12365)

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 2562cf7e26b Bump com.atlassian.oai:swagger-request-validator-core (#12365)
2562cf7e26b is described below

commit 2562cf7e26b7a2a057244ece04c406f5d483f440
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 7 16:57:58 2023 +0100

    Bump com.atlassian.oai:swagger-request-validator-core (#12365)
    
    Bumps [com.atlassian.oai:swagger-request-validator-core](https://bitbucket.org/atlassian/swagger-request-validator) from 2.37.0 to 2.39.0.
    - [Changelog](https://bitbucket.org/atlassian/swagger-request-validator/src/master/RELEASE-NOTES.md)
    - [Commits](https://bitbucket.org/atlassian/swagger-request-validator/branches/compare/swagger-request-validator-2.39.0..swagger-request-validator-2.37.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.atlassian.oai:swagger-request-validator-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 893acf5fc82..55ccd175390 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -439,7 +439,7 @@
         <swagger-openapi3-version>2.2.19</swagger-openapi3-version>
         <swagger-java-parser-version>1.0.65</swagger-java-parser-version>
         <swagger-openapi3-java-parser-version>2.1.16</swagger-openapi3-java-parser-version>
-        <swagger-request-validator-version>2.37.0</swagger-request-validator-version>
+        <swagger-request-validator-version>2.39.0</swagger-request-validator-version>
         <stax-api-version>1.0.1</stax-api-version>
         <stringtemplate-version>4.3.4</stringtemplate-version>
         <testcontainers-version>1.19.3</testcontainers-version>