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