Skip to content

Commit b85ecbf

Browse files
committed
fix(deps): update dependency org.jfree:jfreechart to v1.5.5
1 parent d4fb0a7 commit b85ecbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434

3535
implementation("com.itextpdf:itextpdf:5.5.13.4")
3636
implementation("com.jcraft:jsch:0.1.55")
37-
implementation("org.jfree:jfreechart:1.5.4")
37+
implementation("org.jfree:jfreechart:1.5.5")
3838

3939
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
4040
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

0 commit comments

Comments
 (0)