From efe59e4c18c2f1c8cb10cda1a71f92b06d698e68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 06:36:45 +0000 Subject: [PATCH] build(deps): Bump org.knowm.xchart:xchart from 3.8.8 to 4.0.3 Bumps [org.knowm.xchart:xchart](https://github.com/knowm/XChart) from 3.8.8 to 4.0.3. - [Commits](https://github.com/knowm/XChart/compare/xchart-3.8.8...xchart-4.0.3) --- updated-dependencies: - dependency-name: org.knowm.xchart:xchart dependency-version: 4.0.3 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 3061d9d..2c3d8db 100644 --- a/build.gradle +++ b/build.gradle @@ -88,7 +88,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.3") // HTTP Client implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.14") {