Skip to content

Commit fa04cff

Browse files
committed
Relax SLF4J version constraint to allow 2.x
1 parent 9f8fad7 commit fa04cff

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
@@ -57,7 +57,7 @@ dependencies {
5757
api('org.apache.httpcomponents:httpclient:[4.5.2,5)')
5858
api('org.bouncycastle:bcpkix-jdk18on:[1.62,2)')
5959
api('org.bouncycastle:bcprov-jdk18on:[1.62,2)')
60-
api('org.slf4j:slf4j-api:[1.7.25,2)')
60+
api('org.slf4j:slf4j-api:[1.7.25,3)')
6161
}
6262
}
6363

0 commit comments

Comments
 (0)