We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc7899 commit 5e68203Copy full SHA for 5e68203
services/build.gradle
@@ -15,7 +15,7 @@ dependencies {
15
* https://github.com/jfrog/artifactory-client-java/issues/43
16
* https://github.com/jfrog/artifactory-client-java/issues/232
17
*/
18
- testRuntimeOnly group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.16'
+ testRuntimeOnly group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.36'
19
}
20
21
task createReleasePropertiesFile(type: Exec) {
0 commit comments