Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: io.swagger.core.v3:swagger-annotations and io.swagger.codegen.v3:swagger-codegen-maven-plugin.


Updates `io.swagger.core.v3:swagger-annotations` from 2.2.17 to 2.2.18

Updates `io.swagger.codegen.v3:swagger-codegen-maven-plugin` from 3.0.49 to 3.0.50

---
updated-dependencies:
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.swagger.codegen.v3:swagger-codegen-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 4cae892 commit 98cdd2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jackson-version>2.15.3</jackson-version>
<swagger-annotations-version>2.2.17</swagger-annotations-version>
<swagger-annotations-version>2.2.18</swagger-annotations-version>
<jackson-threetenbp-version>2.6.4</jackson-threetenbp-version>
<maven-plugin-version>1.0.0</maven-plugin-version>
<junit-version>4.13.1</junit-version>
Expand Down Expand Up @@ -107,7 +107,7 @@
<plugin>
<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
<version>3.0.49</version>
<version>3.0.50</version>
<executions>
<execution>
<id>api.2b2t.vc</id>
Expand Down

0 comments on commit 98cdd2e

Please sign in to comment.