Skip to content

Commit e128496

Browse files
authored
Backport to branch (3.8), [3.7~3.11] Fix error in integration test with Java 21 as runtime (#2005)
1 parent 165b44d commit e128496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ subprojects {
4444
jettyVersion = '9.4.53.v20231009'
4545
junitVersion = '5.8.2'
4646
commonsLangVersion = '3.12.0'
47-
assertjVersion = '3.22.0'
47+
assertjVersion = '3.26.0'
4848
mockitoVersion = '3.12.4'
4949
spotbugsVersion = '4.6.0'
5050
errorproneVersion = '2.10.0'

0 commit comments

Comments
 (0)