Skip to content

Commit bb020e9

Browse files
Merge branch 'main' into fix/setup-state
2 parents 864d4fe + c77c56b commit bb020e9

2 files changed

Lines changed: 4 additions & 4 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:3.8.8")
90+
implementation("org.knowm.xchart:xchart:4.0.0")
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:3.8.8")
103+
testImplementation("org.knowm.xchart:xchart:4.0.0")
104104
testImplementation(testlibs.sadu.testing)
105105
testImplementation(testlibs.bundles.database.postgres)
106106
testImplementation(testlibs.slf4j.simple)

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ dependencyResolutionManagement {
3434
bundle("commonmark", listOf("commonmark", "commonmark-ext-gfm-tables", "commonmark-ext-heading-anchor", "commonmark-ext-autolink"))
3535

3636
// plugins
37-
plugin("spotless", "com.diffplug.spotless").version("8.5.1")
38-
plugin("shadow", "com.gradleup.shadow").version("9.4.1")
37+
plugin("spotless", "com.diffplug.spotless").version("8.6.0")
38+
plugin("shadow", "com.gradleup.shadow").version("9.4.2")
3939
}
4040

4141
create("testlibs") {

0 commit comments

Comments
 (0)