There was an error while loading. Please reload this page.
1 parent cea0c5e commit e81f6d7Copy full SHA for e81f6d7
1 file changed
build.gradle.kts
@@ -87,7 +87,7 @@ dependencies {
87
exclude("org.apache.logging.log4j")
88
}
89
90
- implementation("org.knowm.xchart:xchart:4.0.1")
+ implementation("org.knowm.xchart:xchart:4.0.2")
91
92
// Mailing
93
implementation("commons-validator:commons-validator:1.10.1")
@@ -100,7 +100,7 @@ dependencies {
100
testImplementation(testlibs.bundles.junit)
101
testImplementation(platform(testlibs.junit.bom))
102
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
103
- testImplementation("org.knowm.xchart:xchart:4.0.1")
+ testImplementation("org.knowm.xchart:xchart:4.0.2")
104
testImplementation(testlibs.sadu.testing)
105
testImplementation(testlibs.bundles.database.postgres)
106
testImplementation(testlibs.slf4j.simple)
0 commit comments