Skip to content

Commit

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Dec 21, 2021
1 parent 3ca1770 commit 3183bfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -53,7 +53,7 @@ Create a project with the following build script.

```groovy
plugins {
id 'org.hidetake.swagger.generator' version '2.19.0'
id 'org.hidetake.swagger.generator' version '2.19.1'
}
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.0'
id 'org.hidetake.swagger.generator' version '2.19.1'
}
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.0'
id 'org.hidetake.swagger.generator' version '2.19.1'
}
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.0'
id 'org.hidetake.swagger.generator' version '2.19.1'
}
repositories {
Expand Down
2 changes: 1 addition & 1 deletion template-project/build.gradle
@@ -1,3 +1,3 @@
plugins {
id 'org.hidetake.swagger.generator' version '2.19.0'
id 'org.hidetake.swagger.generator' version '2.19.1'
}

0 comments on commit 3183bfc

Please sign in to comment.