We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58da633 + 5b7776f commit a6482c9Copy full SHA for a6482c9
build.gradle
@@ -18,7 +18,7 @@ repositories {
18
}
19
20
dependencies {
21
- testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
+ testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
22
testImplementation platform('org.junit:junit-bom:5.11.3')
23
testImplementation 'org.junit.jupiter:junit-jupiter'
24
testImplementation 'org.reflections:reflections:0.10.2'
0 commit comments