We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b15f43 commit 03ed81bCopy full SHA for 03ed81b
build.gradle
@@ -22,8 +22,8 @@ dependencies {
22
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0'
23
24
testImplementation 'org.slf4j:slf4j-simple:2.0.17'
25
- testImplementation "org.junit.jupiter:junit-jupiter:5.13.4"
26
- testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.13.4"
+ testImplementation "org.junit.jupiter:junit-jupiter:6.0.0"
+ testRuntimeOnly "org.junit.platform:junit-platform-launcher:6.0.0"
27
testImplementation 'org.assertj:assertj-core:3.27.6'
28
testImplementation 'com.approvaltests:approvaltests:25.4.3'
29
testImplementation 'org.mockito:mockito-core:5.20.0'
0 commit comments