Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
fix(deps): update quarkus packages to v3.6.3 (open-telemetry#10057)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and elbiocaetano committed Dec 19, 2023
1 parent 3cb79e4 commit 75fccc5
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.6.2"
id("io.quarkus") version "3.6.3"
}

dependencies {
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.6.2"))
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.6.3"))
implementation("io.quarkus:quarkus-resteasy")
}

Expand Down

0 comments on commit 75fccc5

Please sign in to comment.