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.6.1 to 3.6.2.
- [Commits](quarkusio/quarkus-platform@3.6.1...3.6.2)

---
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 Dec 13, 2023
1 parent 071b4da commit f867ffc
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 @@ -18,7 +18,7 @@ repositories {

dependencies {
//region quarkus
implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:3.6.1"))
implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:3.6.2"))
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 f867ffc

Please sign in to comment.