We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efd659d + 4f80237 commit 71e0f17Copy full SHA for 71e0f17
build.gradle
@@ -29,7 +29,7 @@ task createClasspathManifest {
29
30
dependencies {
31
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.12.4'
32
- implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.12.2'
+ implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.12.4'
33
implementation 'com.bisnode.opa:opa-test-result-formatter:0.1.2'
34
35
testImplementation gradleTestKit()
0 commit comments