Skip to content

Commit 7b97dc4

Browse files
authored
jfreechart 1.5.2 and remove some slf4j/log4j dependency definitions (#226)
* jfreechart 1.5.2 * remove explicit slf4j log4j dependency definitions, which are anyway contained by other log4j
1 parent fa6491a commit 7b97dc4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@ repositories {
1919
}
2020

2121
dependencies {
22-
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'
2322
implementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.14.0'
24-
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.14.0'
2523
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.14.0'
2624

2725
implementation group: 'com.itextpdf', name: 'itextpdf', version: '5.5.13.2'
2826
implementation group: 'com.jcraft', name: 'jsch', version: '0.1.55'
29-
implementation group: 'org.jfree', name: 'jfreechart', version: '1.5.1'
27+
implementation group: 'org.jfree', name: 'jfreechart', version: '1.5.2'
3028
testImplementation 'junit:junit:4.13.1'
3129
}
3230

0 commit comments

Comments
 (0)