Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Update dependency int128/gradle-swagger-generator-plugin to v2.19.2 (#…
Browse files Browse the repository at this point in the history
…297)

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 29, 2022
1 parent d44e1d6 commit b0430f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Create a project with the following build script.

```groovy
plugins {
id 'org.hidetake.swagger.generator' version '2.19.1'
id 'org.hidetake.swagger.generator' version '2.19.2'
}
repositories {
Expand Down Expand Up @@ -94,7 +94,7 @@ Create a project with the following build script.

```groovy
plugins {
id 'org.hidetake.swagger.generator' version '2.19.1'
id 'org.hidetake.swagger.generator' version '2.19.2'
}
repositories {
Expand Down Expand Up @@ -127,7 +127,7 @@ Create a project with the following build script.

```groovy
plugins {
id 'org.hidetake.swagger.generator' version '2.19.1'
id 'org.hidetake.swagger.generator' version '2.19.2'
}
swaggerSources {
Expand All @@ -152,7 +152,7 @@ Create a project with the following build script.

```groovy
plugins {
id 'org.hidetake.swagger.generator' version '2.19.1'
id 'org.hidetake.swagger.generator' version '2.19.2'
}
repositories {
Expand Down
2 changes: 1 addition & 1 deletion template-project/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
plugins {
id 'org.hidetake.swagger.generator' version '2.19.1'
id 'org.hidetake.swagger.generator' version '2.19.2'
}

0 comments on commit b0430f4

Please sign in to comment.