Skip to content

Commit af7ad47

Browse files
committed
[hibernate#2030] Upgrade AssertJ to 3.26.3
1 parent 41ff9ef commit af7ad47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-reactive-core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
implementation "io.vertx:vertx-sql-client:${vertxSqlClientVersion}"
2626

2727
// Testing
28-
testImplementation 'org.assertj:assertj-core:3.24.2'
28+
testImplementation 'org.assertj:assertj-core:3.26.3'
2929
testImplementation "io.vertx:vertx-junit5:${vertxSqlClientVersion}"
3030

3131
// Drivers

0 commit comments

Comments
 (0)