Skip to content

Commit

Permalink
Bump io.javalin.community.ssl:ssl-plugin in /reposilite-backend (dzik…
Browse files Browse the repository at this point in the history
…oysk#1706)

Bumps [io.javalin.community.ssl:ssl-plugin](https://github.com/javalin/javalin-ssl) from 5.3.1 to 5.3.2.
- [Release notes](https://github.com/javalin/javalin-ssl/releases)
- [Commits](javalin/javalin-ssl@5.3.1...5.3.2)

---
updated-dependencies:
- dependency-name: io.javalin.community.ssl:ssl-plugin
  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] authored Feb 1, 2023
1 parent bd3e6cc commit fa9fe16
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 @@ -45,7 +45,7 @@ dependencies {
api("io.javalin.community.openapi:javalin-openapi-plugin:5.3.1")
kapt("io.javalin.community.openapi:openapi-annotation-processor:5.3.1")
api("com.reposilite.javalin-rfcs:javalin-routing:5.0.0-SNAPSHOT")
api("io.javalin.community.ssl:ssl-plugin:5.3.1")
api("io.javalin.community.ssl:ssl-plugin:5.3.2")

val springSecurityCrypto = "5.7.3"
implementation("org.springframework.security:spring-security-crypto:$springSecurityCrypto")
Expand Down

0 comments on commit fa9fe16

Please sign in to comment.