Skip to content

Commit

Permalink
Bump io.javalin:javalin from 4.5.0.RC0 to 4.5.0 (#4136)
Browse files Browse the repository at this point in the history
Bumps [io.javalin:javalin](https://github.com/tipsy/javalin) from 4.5.0.RC0 to 4.5.0.
- [Commits](javalin/javalin@4.5.0.RC0...javalin-parent-4.5.0)

---
updated-dependencies:
- dependency-name: io.javalin:javalin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 5, 2023
1 parent 8d96591 commit 739d8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ httpcomponents-async = { module = "org.apache.httpcomponents:httpasyncclient", v
httpcomponents-client = { module = "org.apache.httpcomponents:httpclient", version.ref = "httpcomponents-client" }
hystrix = { module = "com.netflix.hystrix:hystrix-core", version.ref = "hystrix" }
jacksonDatabind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson-databind" }
javalin = { module = "io.javalin:javalin", version = "4.5.0.RC0" }
javalin = { module = "io.javalin:javalin", version = "4.5.0" }
javax-cacheApi = { module = "javax.cache:cache-api", version.ref = "javax-cache" }
javax-inject = { module = "javax.inject:javax.inject", version.ref = "javax-inject" }
jaxbApi = { module = "javax.xml.bind:jaxb-api", version.ref = "jaxb" }
Expand Down

0 comments on commit 739d8ce

Please sign in to comment.