Skip to content

Commit

Permalink
build(deps): bump com.rameshkp:openapi-merger-app from 1.0.4 to 1.0.5
Browse files Browse the repository at this point in the history
Bumps [com.rameshkp:openapi-merger-app](https://github.com/kpramesh2212/openapi-merger-plugin) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/kpramesh2212/openapi-merger-plugin/releases)
- [Commits](kpramesh2212/openapi-merger-plugin@1.0.4...1.0.5)

---
updated-dependencies:
- dependency-name: com.rameshkp:openapi-merger-app
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 14, 2023
1 parent 4c46b25 commit efa2af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/openapi-merger/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
// contains the actual merger task
implementation("com.rameshkp:openapi-merger-gradle-plugin:1.0.5")
// needed for the OpenApiDataInvalidException:
implementation("com.rameshkp:openapi-merger-app:1.0.4")
implementation("com.rameshkp:openapi-merger-app:1.0.5")
}

gradlePlugin {
Expand Down

0 comments on commit efa2af8

Please sign in to comment.