Skip to content

Commit

Permalink
update quarkus version (#8846)
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Jul 1, 2023
1 parent a10d8ac commit 409882f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smoke-tests/images/quarkus/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ plugins {
id("otel.java-conventions")

id("com.google.cloud.tools.jib")
id("io.quarkus") version "3.1.2.Final"
id("io.quarkus") version "3.2.0.Final"
}

dependencies {
implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:3.1.3.Final"))
implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:3.2.0.CR1"))
implementation("io.quarkus:quarkus-resteasy")
}

Expand Down

0 comments on commit 409882f

Please sign in to comment.