Skip to content

Commit 569fbf7

Browse files
committed
Fix Jackson dependency conflict
1 parent 534917b commit 569fbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies {
7575

7676
implementation 'com.github.ben-manes.caffeine:caffeine:3.2.0'
7777

78-
implementation('org.kohsuke:github-api:1.326') {
78+
implementation('org.kohsuke:github-api:1.329') {
7979
exclude group: 'com.fasterxml.jackson.core'
8080
exclude group: 'com.fasterxml.jackson.datatype'
8181
exclude group: 'com.fasterxml.jackson.dataformat'

0 commit comments

Comments
 (0)