Skip to content

Commit

Permalink
Backport to branch (3.9), [3.7~3.11] Fix error in integration test wi…
Browse files Browse the repository at this point in the history
…th Java 21 as runtime (#2004)
  • Loading branch information
Torch3333 authored Jun 28, 2024
1 parent 310005c commit 3f940b2
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 3f940b2

Please sign in to comment.