Skip to content

Commit e81f6d7

Browse files
Update dependency org.knowm.xchart:xchart to v4.0.2
1 parent cea0c5e commit e81f6d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dependencies {
8787
exclude("org.apache.logging.log4j")
8888
}
8989

90-
implementation("org.knowm.xchart:xchart:4.0.1")
90+
implementation("org.knowm.xchart:xchart:4.0.2")
9191

9292
// Mailing
9393
implementation("commons-validator:commons-validator:1.10.1")
@@ -100,7 +100,7 @@ dependencies {
100100
testImplementation(testlibs.bundles.junit)
101101
testImplementation(platform(testlibs.junit.bom))
102102
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
103-
testImplementation("org.knowm.xchart:xchart:4.0.1")
103+
testImplementation("org.knowm.xchart:xchart:4.0.2")
104104
testImplementation(testlibs.sadu.testing)
105105
testImplementation(testlibs.bundles.database.postgres)
106106
testImplementation(testlibs.slf4j.simple)

0 commit comments

Comments
 (0)