Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ subprojects {
prometheusVersion = '0.16.0'
jettyVersion = '9.4.57.v20241219'
assertjVersion = '3.27.3'
junitVersion = '5.13.1'
junitPlatformVersion = '1.13.1'
junitVersion = '5.13.2'
junitPlatformVersion = '1.13.2'
Comment on lines +33 to +34

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Updating JUnit versions is a good practice to leverage the latest features and bug fixes. However, ensure that all subprojects and dependent modules are compatible with the new versions to avoid unexpected issues. Consider running compatibility tests after the update. If compatibility issues arise, consider reverting the change or addressing the incompatibilities.

mockitoVersion = '4.11.0'
errorproneVersion = '2.10.0'
errorproneJavacVersion = '9+181-r4173-1'
Expand Down