File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed
hibernate-validator-postgres-it Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
25
25
implementation " io.vertx:vertx-sql-client:${ vertxSqlClientVersion} "
26
26
27
27
// Testing
28
- testImplementation ' org.assertj:assertj-core:3.26 .3'
28
+ testImplementation ' org.assertj:assertj-core:3.27 .3'
29
29
testImplementation " io.vertx:vertx-junit5:${ vertxSqlClientVersion} "
30
30
31
31
// Drivers
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ description = 'Bytecode enhancements integration tests'
17
17
18
18
ext {
19
19
log4jVersion = ' 2.20.0'
20
- assertjVersion = ' 3.26 .3'
20
+ assertjVersion = ' 3.27 .3'
21
21
}
22
22
23
23
dependencies {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ description = 'Quarkus QE integration tests'
17
17
18
18
ext {
19
19
log4jVersion = ' 2.20.0'
20
- assertjVersion = ' 3.26 .3'
20
+ assertjVersion = ' 3.27 .3'
21
21
}
22
22
23
23
dependencies {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ description = 'TechEmpower integration tests'
14
14
ext {
15
15
jacksonDatabindVersion = ' 2.15.2'
16
16
jbossLoggingVersion = ' 3.5.0.Final'
17
- assertjVersion = ' 3.26 .3'
17
+ assertjVersion = ' 3.27 .3'
18
18
vertxWebVersion = project. hasProperty( ' vertxWebVersion' )
19
19
? project. property( ' vertxWebVersion' )
20
20
: vertxSqlClientVersion
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ description = 'Bytecode enhancements integration tests'
14
14
ext {
15
15
jacksonDatabindVersion = ' 2.15.2'
16
16
jbossLoggingVersion = ' 3.5.0.Final'
17
- assertjVersion = ' 3.26 .3'
17
+ assertjVersion = ' 3.27 .3'
18
18
vertxWebVersion = project. hasProperty( ' vertxWebVersion' )
19
19
? project. property( ' vertxWebVersion' )
20
20
: vertxSqlClientVersion
Original file line number Diff line number Diff line change 8
8
//DEPS io.vertx:vertx-pg-client:$\{vertx.version:4.5.15}
9
9
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.15}
10
10
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:3.0.0.Beta1}
11
- //DEPS org.assertj:assertj-core:3.26 .3
11
+ //DEPS org.assertj:assertj-core:3.27 .3
12
12
//DEPS junit:junit:4.13.2
13
13
//DEPS org.testcontainers:cockroachdb:1.21.0
14
14
//DEPS org.slf4j:slf4j-simple:2.0.7
Original file line number Diff line number Diff line change 8
8
//DEPS io.vertx:vertx-db2-client:$\{vertx.version:4.5.15}
9
9
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.15}
10
10
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:3.0.0.Beta1}
11
- //DEPS org.assertj:assertj-core:3.26 .3
11
+ //DEPS org.assertj:assertj-core:3.27 .3
12
12
//DEPS junit:junit:4.13.2
13
13
//DEPS org.testcontainers:db2:1.21.0
14
14
//DEPS org.slf4j:slf4j-simple:2.0.7
Original file line number Diff line number Diff line change 8
8
//DEPS io.vertx:vertx-mysql-client:$\{vertx.version:4.5.15}
9
9
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.15}
10
10
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:3.0.0.Beta1}
11
- //DEPS org.assertj:assertj-core:3.26 .3
11
+ //DEPS org.assertj:assertj-core:3.27 .3
12
12
//DEPS junit:junit:4.13.2
13
13
//DEPS org.testcontainers:mariadb:1.21.0
14
14
//DEPS org.slf4j:slf4j-simple:2.0.7
Original file line number Diff line number Diff line change 8
8
//DEPS io.vertx:vertx-mysql-client:$\{vertx.version:4.5.15}
9
9
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.15}
10
10
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:3.0.0.Beta1}
11
- //DEPS org.assertj:assertj-core:3.26 .3
11
+ //DEPS org.assertj:assertj-core:3.27 .3
12
12
//DEPS junit:junit:4.13.2
13
13
//DEPS org.testcontainers:mysql:1.21.0
14
14
//DEPS org.slf4j:slf4j-simple:2.0.7
Original file line number Diff line number Diff line change 8
8
//DEPS io.vertx:vertx-pg-client:$\{vertx.version:4.5.15}
9
9
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.15}
10
10
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:3.0.0.Beta1}
11
- //DEPS org.assertj:assertj-core:3.26 .3
11
+ //DEPS org.assertj:assertj-core:3.27 .3
12
12
//DEPS junit:junit:4.13.2
13
13
//DEPS org.testcontainers:postgresql:1.21.0
14
14
//DEPS org.slf4j:slf4j-simple:2.0.7
You can’t perform that action at this time.
0 commit comments