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 f49eb3a commit b5fca4bCopy full SHA for b5fca4b
build.gradle
@@ -22,8 +22,8 @@ dependencies {
22
implementation 'com.microsoft.azure:azure-storage:8.6.6'
23
implementation 'com.google.code.gson:gson:2.8.5'
24
implementation 'org.apache.qpid:proton-j:0.33.9'
25
- implementation 'org.apache.logging.log4j:log4j-api:2.16.0'
26
- implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.16.0'
+ implementation 'org.apache.logging.log4j:log4j-api:2.17.0'
+ implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.0'
27
}
28
29
0 commit comments