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.2 to 3.8.3.
- [Commits](quarkusio/quarkus-platform@3.8.2...3.8.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 20, 2024
1 parent 8f948b0 commit 739238e
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.2"))
implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:3.8.3"))
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 739238e

Please sign in to comment.