We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1a1352 commit 81a8802Copy full SHA for 81a8802
build.gradle
@@ -30,7 +30,7 @@ tasks.register('createClasspathManifest') {
30
31
dependencies {
32
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.16.0'
33
- implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.0'
+ implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.17.0'
34
implementation 'com.bisnode.opa:opa-test-result-formatter:0.1.2'
35
36
testImplementation gradleTestKit()
0 commit comments