Skip to content

Commit 64c7874

Browse files
Bump io.quarkus.platform:quarkus-bom in /quarkus-reactive
Bumps [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) from 3.24.3 to 3.24.5. - [Commits](quarkusio/quarkus-platform@3.24.3...3.24.5) --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-version: 3.24.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d8efe0b commit 64c7874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quarkus-reactive/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313

1414
dependencies {
1515
//region quarkus
16-
implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:3.24.3"))
16+
implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:3.24.5"))
1717
implementation("io.quarkus:quarkus-rest-jackson")
1818
implementation("io.quarkus:quarkus-reactive-pg-client")
1919
implementation("io.quarkus:quarkus-config-yaml")

0 commit comments

Comments
 (0)