dependabot[bot] opened a new pull request, #740: URL: https://github.com/apache/struts/pull/740
Bumps [org.jfree:jfreechart](https://github.com/jfree/jfreechart) from 1.5.1 to 1.5.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jfree/jfreechart/releases">org.jfree:jfreechart's releases</a>.</em></p> <blockquote> <h2>JFreeChart 1.5.4</h2> <h5>Version 1.5.4 (8 January 2023)</h5> <ul> <li>add new methods to access maps for datasets, renderers and axes in plots (<a href="https://redirect.github.com/jfree/jfreechart/issues/201">#201</a>);</li> <li>add option to truncate item labels and compute contrast colors (PR <a href="https://redirect.github.com/jfree/jfreechart/pull/225">#225</a>)</li> <li>add new annotations (PR <a href="https://redirect.github.com/jfree/jfreechart/pull/226">#226</a>)</li> <li>add new panel for background rendering of charts (PR <a href="https://redirect.github.com/jfree/jfreechart/pull/233">#233</a>)</li> <li>fix tick label font for <code>LogAxis</code> with number format override (<a href="https://redirect.github.com/jfree/jfreechart/issues/98">#98</a>);</li> <li>added <code>valueVisible</code> flag to <code>MeterPlot</code> (<a href="https://redirect.github.com/jfree/jfreechart/pull/231">#231</a>);</li> <li>added <code>get/setWebFillAlpha()</code> methods to SpiderWebPlot (<a href="https://redirect.github.com/jfree/jfreechart/pull/279">#279</a>)</li> <li>add argument checks for annotations (<a href="https://redirect.github.com/jfree/jfreechart/issues/223">#223</a>);</li> <li>removed <code>JFreeChartResources.java</code> file (<a href="https://redirect.github.com/jfree/jfreechart/issues/239">#239</a>)</li> </ul> <h2>JFreeChart 1.5.3</h2> <h5>Version 1.5.3 (21 February 2021)</h5> <ul> <li>add new <code>FlowPlot</code> class for drawing Sankey charts;</li> <li>throw exception in <code>DefaultPieDataset</code> for invalid index (<a href="https://redirect.github.com/jfree/jfreechart/issues/212">#212</a>);</li> <li>fix <code>isJFreeSVGAvailable()</code> method (bug <a href="https://redirect.github.com/jfree/jfreechart/issues/207">#207</a>);</li> <li>replaced some usages of <code>ObjectUtils</code> with the JDK <code>Objects</code> class;</li> <li>remove unused <code>URLUtilities</code> class;</li> <li>removed <code>@since 1.0.x</code> Javadoc tags since these do not provide useful information anymore.</li> </ul> <h2>JFreeChart 1.5.2</h2> <h5>Version 1.5.2 (31 December 2020)</h5> <ul> <li>observe series visibility flag in <code>ClusteredXYBarRenderer</code> (<a href="https://redirect.github.com/jfree/jfreechart/issues/89">#89</a>);</li> <li>apply rendering hints to overlays (<a href="https://redirect.github.com/jfree/jfreechart/issues/187">#187</a>);</li> <li>don't draw disabled outlines on crosshair labels (<a href="https://redirect.github.com/jfree/jfreechart/pull/189">#189</a>);</li> <li>observe axis visibility flag in <code>PeriodAxis</code> (<a href="https://redirect.github.com/jfree/jfreechart/issues/198">#198</a>);</li> <li>ensure label offsets are used in <code>CrosshairOverlay</code> (<a href="https://redirect.github.com/jfree/jfreechart/pull/190">#190</a>);</li> <li>remove alpha channel from copy-to-clipboard (<a href="https://redirect.github.com/jfree/jfreechart/issues/182">#182</a>);</li> <li>set flag in XML parser to avoid XML eXternal Entity injection (XXE) (<a href="https://redirect.github.com/jfree/jfreechart/issues/130">#130</a>);</li> <li>update French translations (<a href="https://redirect.github.com/jfree/jfreechart/pull/186">#186</a>);</li> <li>fix "Save_as" entries in localisation files (<a href="https://redirect.github.com/jfree/jfreechart/pull/184">#184</a>);</li> <li>add flags for visibility of outliers in <code>BoxAndWhiskerRenderer</code> (<a href="https://redirect.github.com/jfree/jfreechart/pull/79">#79</a>);</li> <li>deprecated <code>PiePlot3D</code> and related methods, for 3D pie charts, use Orson Charts (<a href="https://github.com/jfree/orson-charts">https://github.com/jfree/orson-charts</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jfree/jfreechart/commit/f036702e74151768f9d685a629994d4ec843d033"><code>f036702</code></a> Prepare release</li> <li><a href="https://github.com/jfree/jfreechart/commit/b8d904f142b2093f4ee8a72a4965ac728ab32c5b"><code>b8d904f</code></a> Prepare release</li> <li><a href="https://github.com/jfree/jfreechart/commit/995fc69f0382388b0060a4263c875bffbcdea01c"><code>995fc69</code></a> Call to getHour() in compare is wasteful.</li> <li><a href="https://github.com/jfree/jfreechart/commit/b3e20e2c31a039d69dfe926ad847d310cb7cf024"><code>b3e20e2</code></a> Remove redundant clear() call.</li> <li><a href="https://github.com/jfree/jfreechart/commit/e714aa24ceeefa09d142f2032faea4665c6363d7"><code>e714aa2</code></a> Update source headers</li> <li><a href="https://github.com/jfree/jfreechart/commit/8352e307dbb8df55b71bdd71290e1566f5de8edb"><code>8352e30</code></a> Update Maven plugin versions</li> <li><a href="https://github.com/jfree/jfreechart/commit/027def418ea5c76d8a4b60ae1b7148c4c249f4d2"><code>027def4</code></a> Update JUnit version</li> <li><a href="https://github.com/jfree/jfreechart/commit/6bfbc59f1913b3a837f826cd57db1a5abf3340f8"><code>6bfbc59</code></a> Update EqualsVerifier depenendency (fixes failure with Java 19)</li> <li><a href="https://github.com/jfree/jfreechart/commit/f3974d700b6638c6617ba09aeed581e33acbb2f6"><code>f3974d7</code></a> fix: Minute.equals() not correctly taking the day into account <a href="https://redirect.github.com/jfree/jfreechart/issues/318">#318</a></li> <li><a href="https://github.com/jfree/jfreechart/commit/f7e307ed4d9df9d12ea7f883793b16f31d2f1c3f"><code>f7e307e</code></a> Add web fill alpha to SpiderWebPlot.</li> <li>Additional commits viewable in <a href="https://github.com/jfree/jfreechart/compare/v1.5.1...v1.5.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org