We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e975536 commit d45f628Copy full SHA for d45f628
instrumentation/quarkus-resteasy-reactive/quarkus2-testing/build.gradle.kts
@@ -1,15 +1,15 @@
1
plugins {
2
id("otel.javaagent-testing")
3
4
- id("io.quarkus") version "2.16.7.Final"
+ id("io.quarkus") version "2.16.12.Final"
5
}
6
7
otelJava {
8
minJavaVersionSupported.set(JavaVersion.VERSION_11)
9
10
11
dependencies {
12
- implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:2.16.7.Final"))
+ implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:2.16.12.Final"))
13
// fails with junit 5.11.+
14
implementation(enforcedPlatform("org.junit:junit-bom:5.10.3"))
15
implementation("io.quarkus:quarkus-resteasy-reactive")
0 commit comments