File tree 5 files changed +21
-14
lines changed
hibernate/hibernate-reactive-1.0/javaagent
spring/spring-cloud-aws-3.0/javaagent
vertx-kafka-client-3.6/javaagent
vertx-rx-java-3.5/javaagent
5 files changed +21
-14
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ testing {
33
33
implementation(" org.testcontainers:testcontainers" )
34
34
if (latestDepTest) {
35
35
implementation(" org.hibernate.reactive:hibernate-reactive-core:1.+" )
36
- implementation(" io.vertx:vertx-pg-client:+" )
36
+ implementation(" io.vertx:vertx-pg-client:4. +" )
37
37
} else {
38
38
implementation(" org.hibernate.reactive:hibernate-reactive-core:1.0.0.Final" )
39
39
implementation(" io.vertx:vertx-pg-client:4.1.5" )
@@ -46,8 +46,8 @@ testing {
46
46
dependencies {
47
47
implementation(" org.testcontainers:testcontainers" )
48
48
if (latestDepTest) {
49
- implementation(" org.hibernate.reactive:hibernate-reactive-core:2.+ " )
50
- implementation(" io.vertx:vertx-pg-client:+ " )
49
+ implementation(" org.hibernate.reactive:hibernate-reactive-core:latest.release " )
50
+ implementation(" io.vertx:vertx-pg-client:latest.release " )
51
51
} else {
52
52
implementation(" org.hibernate.reactive:hibernate-reactive-core:2.0.0.Final" )
53
53
implementation(" io.vertx:vertx-pg-client:4.4.2" )
Original file line number Diff line number Diff line change @@ -12,15 +12,22 @@ muzzle {
12
12
}
13
13
14
14
dependencies {
15
- library(" io.awspring.cloud:spring-cloud-aws-starter-sqs:3.0.0" )
15
+ // current latest release 3.3.0-M1 has parent that is from central because of that we can't use
16
+ // library here and have to use compileOnly + testImplementation to avoid resolving the broken
17
+ // version
18
+ compileOnly(" io.awspring.cloud:spring-cloud-aws-starter-sqs:3.0.0" )
16
19
implementation(project(" :instrumentation:aws-sdk:aws-sdk-2.2:library" ))
17
20
18
21
testInstrumentation(project(" :instrumentation:aws-sdk:aws-sdk-2.2:javaagent" ))
19
22
20
23
testImplementation(" org.elasticmq:elasticmq-rest-sqs_2.13" )
21
24
25
+ testImplementation(" io.awspring.cloud:spring-cloud-aws-starter-sqs:3.0.0" )
22
26
testLibrary(" org.springframework.boot:spring-boot-starter-test:3.0.0" )
23
27
testLibrary(" org.springframework.boot:spring-boot-starter-web:3.0.0" )
28
+
29
+ // current latest release 3.3.0-M1 has parent that is from central
30
+ latestDepTestLibrary(" io.awspring.cloud:spring-cloud-aws-starter-sqs:3.2.1" )
24
31
}
25
32
26
33
otelJava {
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ testing {
34
34
35
35
// the "library" configuration is not recognized by the test suite plugin
36
36
if (latestDepTest) {
37
- implementation(" io.vertx:vertx-kafka-client:+ " )
38
- implementation(" io.vertx:vertx-codegen:+ " )
37
+ implementation(" io.vertx:vertx-kafka-client:latest.release " )
38
+ implementation(" io.vertx:vertx-codegen:latest.release " )
39
39
} else {
40
40
implementation(" io.vertx:vertx-kafka-client:3.6.0" )
41
41
implementation(" io.vertx:vertx-codegen:3.6.0" )
Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ testing {
44
44
dependencies {
45
45
implementation(" org.hsqldb:hsqldb:2.3.4" )
46
46
47
- implementation(" io.vertx:vertx-web:+ " )
48
- implementation(" io.vertx:vertx-rx-java2:+ " )
49
- implementation(" io.vertx:vertx-web-client:+ " )
50
- implementation(" io.vertx:vertx-jdbc-client:+ " )
51
- implementation(" io.vertx:vertx-circuit-breaker:+ " )
47
+ implementation(" io.vertx:vertx-web:latest.release " )
48
+ implementation(" io.vertx:vertx-rx-java2:latest.release " )
49
+ implementation(" io.vertx:vertx-web-client:latest.release " )
50
+ implementation(" io.vertx:vertx-jdbc-client:latest.release " )
51
+ implementation(" io.vertx:vertx-circuit-breaker:latest.release " )
52
52
}
53
53
}
54
54
}
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ testing {
37
37
dependencies {
38
38
implementation(project(" :instrumentation:vertx:vertx-web-3.0:testing" ))
39
39
40
- implementation(" io.vertx:vertx-web:+ " )
41
- implementation(" io.vertx:vertx-jdbc-client:+ " )
42
- implementation(" io.vertx:vertx-codegen:+ " )
40
+ implementation(" io.vertx:vertx-web:latest.release " )
41
+ implementation(" io.vertx:vertx-jdbc-client:latest.release " )
42
+ implementation(" io.vertx:vertx-codegen:latest.release " )
43
43
}
44
44
}
45
45
}
You can’t perform that action at this time.
0 commit comments