From 9a5d52a6688d2926d41f472afed24cac7a4c4853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 06:36:58 +0000 Subject: [PATCH] build(deps): Bump org.knowm.xchart:xchart from 3.8.8 to 4.0.4 Bumps [org.knowm.xchart:xchart](https://github.com/knowm/XChart) from 3.8.8 to 4.0.4. - [Commits](https://github.com/knowm/XChart/compare/xchart-3.8.8...xchart-4.0.4) --- updated-dependencies: - dependency-name: org.knowm.xchart:xchart dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ab0e3af..ca0a63a 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,7 @@ dependencies { implementation 'com.github.TheAltening:TheAltening4j:d0771f42d3' implementation 'com.github.TheAltening:API-Java-AuthLib:63a9702615' - implementation("org.knowm.xchart:xchart:3.8.8") + implementation("org.knowm.xchart:xchart:4.0.4") // HTTP Client implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.14") {