We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7be494 + 085db63 commit 4fdf5e7Copy full SHA for 4fdf5e7
build.gradle
@@ -18,7 +18,7 @@ repositories {
18
}
19
20
dependencies {
21
- testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
+ testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
22
testImplementation platform('org.junit:junit-bom:5.10.2')
23
testImplementation 'org.junit.jupiter:junit-jupiter'
24
testImplementation 'org.reflections:reflections:0.10.2'
0 commit comments