We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd2d25 commit 5b7776fCopy full SHA for 5b7776f
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