Skip to content

Commit

Permalink
Update dependency org.knowm.xchart:xchart to v3.8.6 (#570)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2023
1 parent c947020 commit d27e037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ dependencies {
exclude("org.apache.logging.log4j")
}

implementation("org.knowm.xchart", "xchart", "3.8.5")
implementation("org.knowm.xchart", "xchart", "3.8.6")

// unit testing
testImplementation(platform("org.junit:junit-bom:5.10.1"))
testImplementation("org.junit.jupiter", "junit-jupiter")
testImplementation("org.knowm.xchart", "xchart", "3.8.5")
testImplementation("org.knowm.xchart", "xchart", "3.8.6")
}

java {
Expand Down

0 comments on commit d27e037

Please sign in to comment.