Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update most dependecies to latest version #5269

Merged
merged 15 commits into from
Apr 4, 2023
Merged
Prev Previous commit
Next Next commit
Revert Mockito upgrade due to failing tests
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
  • Loading branch information
fab-10 committed Apr 3, 2023
commit 816d4f2859a36ace21862a2fab12d755e457edcd
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ dependencyManagement {
entry 'org.jupnp'
}

dependencySet(group: 'org.mockito', version:'5.2.0') {
dependencySet(group: 'org.mockito', version:'4.6.1') {
entry 'mockito-core'
entry 'mockito-junit-jupiter'
}
Expand Down