Skip to content

Commit

Permalink
Bump javalinOpenApi from 5.6.2 to 5.6.2-2 in /reposilite-backend (#1942)
Browse files Browse the repository at this point in the history
Bumps `javalinOpenApi` from 5.6.2 to 5.6.2-2.

Updates `io.javalin.community.openapi:javalin-openapi-plugin` from 5.6.2 to 5.6.2-2
- [Release notes](https://github.com/javalin/javalin-openapi/releases)
- [Commits](https://github.com/javalin/javalin-openapi/commits)

Updates `io.javalin.community.openapi:openapi-annotation-processor` from 5.6.2 to 5.6.2-2
- [Release notes](https://github.com/javalin/javalin-openapi/releases)
- [Commits](https://github.com/javalin/javalin-openapi/commits)

---
updated-dependencies:
- dependency-name: io.javalin.community.openapi:javalin-openapi-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.javalin.community.openapi:openapi-annotation-processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 3, 2023
1 parent c5f2f4f commit b42fb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposilite-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
api("io.javalin:javalin:$javalin")
api("io.javalin.community.ssl:ssl-plugin:$javalin")

val javalinOpenApi = "5.6.2"
val javalinOpenApi = "5.6.2-2"
api("io.javalin.community.openapi:javalin-openapi-plugin:$javalinOpenApi")
kapt("io.javalin.community.openapi:openapi-annotation-processor:$javalinOpenApi")

Expand Down

1 comment on commit b42fb80

@vercel
Copy link

@vercel vercel bot commented on b42fb80 Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.