Skip to content

Commit 71e0f17

Browse files
Merge pull request #48 from Bisnode/dependabot/gradle/com.fasterxml.jackson.core-jackson-annotations-2.12.4
Bump jackson-annotations from 2.12.2 to 2.12.4
2 parents efd659d + 4f80237 commit 71e0f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ task createClasspathManifest {
2929

3030
dependencies {
3131
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'
32+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.12.4'
3333
implementation 'com.bisnode.opa:opa-test-result-formatter:0.1.2'
3434

3535
testImplementation gradleTestKit()

0 commit comments

Comments
 (0)