From 90e13f461aecf91b6b79fc69ce8e79ba2de1d86e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 01:15:24 -0400 Subject: [PATCH] Bump org.knowm.xchart:xchart from 3.8.4 to 3.8.5 (#11839) Bumps [org.knowm.xchart:xchart](https://github.com/knowm/XChart) from 3.8.4 to 3.8.5. - [Commits](https://github.com/knowm/XChart/compare/xchart-3.8.4...xchart-3.8.5) --- 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 dd1bea95695..6098079e711 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.4' + xchartVersion = '3.8.5' xmlUnitCore = '2.9.1' xmlUnitMatchers = '2.9.1' }