Skip to content

Commit

Permalink
build(deps): bump io.quarkus.platform:quarkus-bom
Browse files Browse the repository at this point in the history
Bumps [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) from 2.16.6.Final to 3.2.3.Final.
- [Commits](quarkusio/quarkus-platform@2.16.6.Final...3.2.3.Final)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 9, 2023
1 parent a261c99 commit 3128ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/wrapper/client-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {

val quarkusPlatformGroupId = "io.quarkus.platform"
val quarkusPlatformArtifactId = "quarkus-bom"
val quarkusPlatformVersion = "2.16.6.Final"
val quarkusPlatformVersion = "3.2.3.Final"

dependencies {
implementation(enforcedPlatform("${quarkusPlatformGroupId}:${quarkusPlatformArtifactId}:${quarkusPlatformVersion}"))
Expand Down

0 comments on commit 3128ddc

Please sign in to comment.