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 642258f commit b612ba4Copy full SHA for b612ba4
build.gradle
@@ -20,7 +20,7 @@ repositories {
20
}
21
22
dependencies {
23
- testImplementation platform('org.junit:junit-bom:5.9.1')
+ testImplementation platform('org.junit:junit-bom:5.9.2')
24
testImplementation 'org.junit.jupiter:junit-jupiter'
25
implementation 'com.google.code.findbugs:jsr305:3.0.2'
26
api 'com.fasterxml.jackson.core:jackson-databind:2.15.0'
0 commit comments