Skip to content

Commit

Permalink
Backport to branch (3.10), [3.7~3.11] Fix error in integration test w…
Browse files Browse the repository at this point in the history
…ith Java 21 as runtime (#2003)
  • Loading branch information
Torch3333 authored Jun 28, 2024
1 parent 7921a28 commit c1896ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ subprojects {
jettyVersion = '9.4.53.v20231009'
junitVersion = '5.9.3'
commonsLangVersion = '3.12.0'
assertjVersion = '3.24.2'
assertjVersion = '3.26.0'
mockitoVersion = '4.11.0'
spotbugsVersion = '4.7.3'
errorproneVersion = '2.10.0'
Expand Down

0 comments on commit c1896ce

Please sign in to comment.