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 4bba434 commit 1551e1cCopy full SHA for 1551e1c
build.gradle
@@ -36,7 +36,7 @@ dependencies {
36
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
37
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2'
38
39
- testImplementation(platform('org.junit:junit-bom:5.9.3'))
+ testImplementation(platform('org.junit:junit-bom:5.10.0'))
40
testImplementation('org.junit.jupiter:junit-jupiter')
41
testImplementation 'org.springframework:spring-test:5.3.28'
42
testImplementation 'org.hamcrest:java-hamcrest:2.0.0.0'
0 commit comments