Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@
},
{
// intentionally using Java 11 in some examples
// not using matchUpdateTypes "major", because renovate wants to bump "11-jre" to "11.0.19_7-jre"
"matchPackageNames": ["eclipse-temurin"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
Expand Down
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.3"
id("io.quarkus") version "3.18.2"
}

dependencies {
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.15.3"))
implementation(enforcedPlatform("io.quarkus:quarkus-bom:3.18.2"))
implementation("io.quarkus:quarkus-rest")
}

Expand Down
Loading