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/22 17:55:44 UTC

(camel) branch main updated: Bump org.openapitools:openapi-generator from 7.1.0 to 7.2.0 (#12578)

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 0375ff9c705 Bump org.openapitools:openapi-generator from 7.1.0 to 7.2.0 (#12578)
0375ff9c705 is described below

commit 0375ff9c7055fff9cf7a7bd2c0cb54f8a269ed1f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 22 18:55:38 2023 +0100

    Bump org.openapitools:openapi-generator from 7.1.0 to 7.2.0 (#12578)
    
    Bumps [org.openapitools:openapi-generator](https://github.com/openapitools/openapi-generator) from 7.1.0 to 7.2.0.
    - [Release notes](https://github.com/openapitools/openapi-generator/releases)
    - [Changelog](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/3.0.0-release-note.md)
    - [Commits](https://github.com/openapitools/openapi-generator/compare/v7.1.0...v7.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.openapitools:openapi-generator
      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 53bc0036057..eaede39b258 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -361,7 +361,7 @@
         <olingo2-version>2.0.13</olingo2-version>
         <olingo4-version>5.0.0</olingo4-version>
         <ognl-version>3.4.2</ognl-version>
-        <openapi-generator>7.1.0</openapi-generator>
+        <openapi-generator>7.2.0</openapi-generator>
         <openjpa-version>3.2.2</openjpa-version>
         <opensearch-rest-client-version>2.11.1</opensearch-rest-client-version>
         <opensearch-java-client-version>2.8.1</opensearch-java-client-version>