We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa9abc commit 534917bCopy full SHA for 534917b
application/build.gradle
@@ -75,7 +75,13 @@ dependencies {
75
76
implementation 'com.github.ben-manes.caffeine:caffeine:3.2.0'
77
78
- implementation 'org.kohsuke:github-api:1.329'
+ implementation('org.kohsuke:github-api:1.326') {
79
+ exclude group: 'com.fasterxml.jackson.core'
80
+ exclude group: 'com.fasterxml.jackson.datatype'
81
+ exclude group: 'com.fasterxml.jackson.dataformat'
82
+ exclude group: 'com.fasterxml.jackson.module'
83
+}
84
+
85
86
implementation 'org.apache.commons:commons-text:1.14.0'
87
implementation 'com.apptasticsoftware:rssreader:3.10.0'
0 commit comments