Skip to content

Commit e322d37

Browse files
committed
fix hibernate-reactive latest dep tests
1 parent 8439c01 commit e322d37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

instrumentation/hibernate/hibernate-reactive-1.0/javaagent/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ testing {
3333
implementation("org.testcontainers:testcontainers")
3434
if (latestDepTest) {
3535
implementation("org.hibernate.reactive:hibernate-reactive-core:1.+")
36-
implementation("io.vertx:vertx-pg-client:+")
36+
implementation("io.vertx:vertx-pg-client:4.+")
3737
} else {
3838
implementation("org.hibernate.reactive:hibernate-reactive-core:1.0.0.Final")
3939
implementation("io.vertx:vertx-pg-client:4.1.5")
@@ -46,8 +46,8 @@ testing {
4646
dependencies {
4747
implementation("org.testcontainers:testcontainers")
4848
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")
5151
} else {
5252
implementation("org.hibernate.reactive:hibernate-reactive-core:2.0.0.Final")
5353
implementation("io.vertx:vertx-pg-client:4.4.2")

0 commit comments

Comments
 (0)