Update most dependecies to latest version (#5269)

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
Fabio Di Fabio
2023-04-04 16:52:25 +02:00
committed by GitHub
parent ad43d0d9e4
commit 557c568c18
6 changed files with 1174 additions and 1590 deletions

View File

@@ -40,7 +40,7 @@ dependencies {
testImplementation 'junit:junit'
testImplementation 'org.assertj:assertj-core'
testImplementation 'org.junit.jupiter:junit-jupiter'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine'
}