Skip to content

Commit

Permalink
Backport to branch (3.8), [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 (#2005)
  • Loading branch information
Torch3333 authored Jun 28, 2024
1 parent 165b44d commit e128496
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 @@ -44,7 +44,7 @@ subprojects {
jettyVersion = '9.4.53.v20231009'
junitVersion = '5.8.2'
commonsLangVersion = '3.12.0'
assertjVersion = '3.22.0'
assertjVersion = '3.26.0'
mockitoVersion = '3.12.4'
spotbugsVersion = '4.6.0'
errorproneVersion = '2.10.0'
Expand Down

0 comments on commit e128496

Please sign in to comment.