From 3d7e15de8218518f3578d3fc2798c929b0c2c505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 21:58:14 -0700 Subject: [PATCH] Bump org.knowm.xchart:xchart from 3.8.3 to 3.8.4 (#11701) Bumps [org.knowm.xchart:xchart](https://github.com/knowm/XChart) from 3.8.3 to 3.8.4. - [Commits](https://github.com/knowm/XChart/compare/xchart-3.8.3...xchart-3.8.4) --- updated-dependencies: - dependency-name: org.knowm.xchart:xchart dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fc8ddc2007f..57127115c79 100644 --- a/build.gradle +++ b/build.gradle @@ -88,7 +88,7 @@ subprojects { substanceVersion = '4.5.0' wireMockJunit5Version = '1.3.1' wireMockVersion = '2.27.2' - xchartVersion = '3.8.3' + xchartVersion = '3.8.4' xmlUnitCore = '2.9.1' xmlUnitMatchers = '2.9.1' }