Skip to content

Commit

Permalink
fix(deps): update quarkus packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 3ad4269 commit 6b21090
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.15.1"
id("io.quarkus") version "3.16.1"
}

dependencies {
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.15.1"))
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.16.2"))
implementation("io.quarkus:quarkus-rest")
}

Expand Down

0 comments on commit 6b21090

Please sign in to comment.