You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by gi...@apache.org on 2022/04/15 05:07:28 UTC

[archiva-parent] branch master updated: Bump swagger-codegen-maven-plugin from 3.0.33 to 3.0.34

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

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new d11988a  Bump swagger-codegen-maven-plugin from 3.0.33 to 3.0.34
d11988a is described below

commit d11988aed2c78545cd8a43cc525b410e693cc4ed
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Apr 14 12:49:48 2022 +0000

    Bump swagger-codegen-maven-plugin from 3.0.33 to 3.0.34
    
    Bumps swagger-codegen-maven-plugin from 3.0.33 to 3.0.34.
    
    ---
    updated-dependencies:
    - dependency-name: io.swagger.codegen.v3:swagger-codegen-maven-plugin
      dependency-type: direct:production
      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 22215df..37abdf5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
     <plexusUtilsPluginsVersion>3.0.15</plexusUtilsPluginsVersion>
 
     <swagger.plugin.version>2.1.13</swagger.plugin.version>
-    <swagger.codegen.plugin.version>3.0.33</swagger.codegen.plugin.version>
+    <swagger.codegen.plugin.version>3.0.34</swagger.codegen.plugin.version>
     <io.swagger.version>2.1.10</io.swagger.version>
     <!-- This is a transitive dependency of swagger.codegen plugin -->
     <handlebar.version>4.3.0</handlebar.version>