We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da81896 commit e6fcbe6Copy full SHA for e6fcbe6
build.gradle.kts
@@ -11,7 +11,7 @@ repositories {
11
12
dependencies {
13
// Quarkus dependencies
14
- implementation(platform("io.quarkus:quarkus-bom:3.9.0"))
+ implementation(platform("io.quarkus:quarkus-bom:3.28.1"))
15
implementation("io.quarkus:quarkus-resteasy-reactive-jackson")
16
implementation("io.quarkus:quarkus-resteasy-reactive")
17
// Security dependency removed for this example application
0 commit comments