Skip to content

Commit

Permalink
Bump io.quarkus.platform:quarkus-bom in /quarkus-reactive
Browse files Browse the repository at this point in the history
Bumps [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) from 3.8.3 to 3.9.1.
- [Commits](quarkusio/quarkus-platform@3.8.3...3.9.1)

---
updated-dependencies:
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent 6af92ac commit 0a110be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quarkus-reactive/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {

dependencies {
//region quarkus
implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:3.8.3"))
implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:3.9.1"))
implementation("io.quarkus:quarkus-resteasy-reactive-jackson")
implementation("io.quarkus:quarkus-reactive-pg-client")
implementation("io.quarkus:quarkus-config-yaml")
Expand Down

0 comments on commit 0a110be

Please sign in to comment.