Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump wala.version from 1.6.4 to 1.6.7 (#221)
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps `wala.version` from 1.6.4 to 1.6.7. Updates `com.ibm.wala:com.ibm.wala.util` from 1.6.4 to 1.6.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/wala/WALA/releases">com.ibm.wala:com.ibm.wala.util's releases</a>.</em></p> <blockquote> <h2>Version 1.6.7</h2> <p>The major user-visible change is initial support for JDK 23 bytecodes.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/wala/WALA/compare/v1.6.6...v1.6.7">https://github.com/wala/WALA/compare/v1.6.6...v1.6.7</a></p> <h2>Version 1.6.6</h2> <h2>What's Changed</h2> <ul> <li>Support building and running on JDK 22 by <a href="https://github.com/msridhar"><code>@msridhar</code></a> in <a href="https://redirect.github.com/wala/WALA/pull/1419">wala/WALA#1419</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/wala/WALA/compare/v1.6.5...v1.6.6">https://github.com/wala/WALA/compare/v1.6.5...v1.6.6</a></p> <h2>Version 1.6.5</h2> <p>Again this release has mostly behind-the-scenes changes. <a href="https://github.com/MadhuNimmo"><code>@MadhuNimmo</code></a> contributed efficiency optimizations for bounded call graph construction for JavaScript and some improved models of JavaScript library functions.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/wala/WALA/compare/v1.6.4...v1.6.5">https://github.com/wala/WALA/compare/v1.6.4...v1.6.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wala/WALA/commit/bb5abbe11f10e91b6bb13c79ac857bae41a8b0bc"><code>bb5abbe</code></a> Prepare for release 1.6.7.</li> <li><a href="https://github.com/wala/WALA/commit/69a36b83a9541ffd3d95e60b2d7a59babed373d1"><code>69a36b8</code></a> Set the group property on the Maven publication (<a href="https://redirect.github.com/wala/WALA/issues/1445">#1445</a>)</li> <li><a href="https://github.com/wala/WALA/commit/6bf3d89ef9c8c0e2e184bb4b8b1be60b9a3991cc"><code>6bf3d89</code></a> Remove some unused entries from the version catalog</li> <li><a href="https://github.com/wala/WALA/commit/4a75f493cc4a8c885853cc6703dce6e7466a98a1"><code>4a75f49</code></a> Upgrade to Gradle 8.10.1</li> <li><a href="https://github.com/wala/WALA/commit/1ed47992df1e9a141d4d923ca51385acfacf3219"><code>1ed4799</code></a> Actually generate javadoc on latest JDK version (<a href="https://redirect.github.com/wala/WALA/issues/1442">#1442</a>)</li> <li><a href="https://github.com/wala/WALA/commit/81149df1c8eb9f7b49b4997dd7aab92e49db8110"><code>81149df</code></a> Support JDK 23 (<a href="https://redirect.github.com/wala/WALA/issues/1441">#1441</a>)</li> <li><a href="https://github.com/wala/WALA/commit/033a4c8c3ce1340ce100d99694eb134cfb461363"><code>033a4c8</code></a> Update to Error Prone 2.32.0 (<a href="https://redirect.github.com/wala/WALA/issues/1440">#1440</a>)</li> <li><a href="https://github.com/wala/WALA/commit/6367ec6f36b0b4f5edc4408d05ece3d5eb8957a0"><code>6367ec6</code></a> Update CI actions and generate Javadoc on JDK 21 (<a href="https://redirect.github.com/wala/WALA/issues/1439">#1439</a>)</li> <li><a href="https://github.com/wala/WALA/commit/53cf8f07616bb3f339028f351138e43c37a4bb0d"><code>53cf8f0</code></a> Bump Error Prone and NullAway versions to latest (<a href="https://redirect.github.com/wala/WALA/issues/1438">#1438</a>)</li> <li><a href="https://github.com/wala/WALA/commit/3aa77f67bfcb76804c06a6560bd55b78a5d99daa"><code>3aa77f6</code></a> Upgrade to Gradle 8.10</li> <li>Additional commits viewable in <a href="https://github.com/wala/WALA/compare/v1.6.4...v1.6.7">compare view</a></li> </ul> </details> <br /> Updates `com.ibm.wala:com.ibm.wala.shrike` from 1.6.4 to 1.6.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/wala/WALA/releases">com.ibm.wala:com.ibm.wala.shrike's releases</a>.</em></p> <blockquote> <h2>Version 1.6.7</h2> <p>The major user-visible change is initial support for JDK 23 bytecodes.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/wala/WALA/compare/v1.6.6...v1.6.7">https://github.com/wala/WALA/compare/v1.6.6...v1.6.7</a></p> <h2>Version 1.6.6</h2> <h2>What's Changed</h2> <ul> <li>Support building and running on JDK 22 by <a href="https://github.com/msridhar"><code>@msridhar</code></a> in <a href="https://redirect.github.com/wala/WALA/pull/1419">wala/WALA#1419</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/wala/WALA/compare/v1.6.5...v1.6.6">https://github.com/wala/WALA/compare/v1.6.5...v1.6.6</a></p> <h2>Version 1.6.5</h2> <p>Again this release has mostly behind-the-scenes changes. <a href="https://github.com/MadhuNimmo"><code>@MadhuNimmo</code></a> contributed efficiency optimizations for bounded call graph construction for JavaScript and some improved models of JavaScript library functions.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/wala/WALA/compare/v1.6.4...v1.6.5">https://github.com/wala/WALA/compare/v1.6.4...v1.6.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wala/WALA/commit/bb5abbe11f10e91b6bb13c79ac857bae41a8b0bc"><code>bb5abbe</code></a> Prepare for release 1.6.7.</li> <li><a href="https://github.com/wala/WALA/commit/69a36b83a9541ffd3d95e60b2d7a59babed373d1"><code>69a36b8</code></a> Set the group property on the Maven publication (<a href="https://redirect.github.com/wala/WALA/issues/1445">#1445</a>)</li> <li><a href="https://github.com/wala/WALA/commit/6bf3d89ef9c8c0e2e184bb4b8b1be60b9a3991cc"><code>6bf3d89</code></a> Remove some unused entries from the version catalog</li> <li><a href="https://github.com/wala/WALA/commit/4a75f493cc4a8c885853cc6703dce6e7466a98a1"><code>4a75f49</code></a> Upgrade to Gradle 8.10.1</li> <li><a href="https://github.com/wala/WALA/commit/1ed47992df1e9a141d4d923ca51385acfacf3219"><code>1ed4799</code></a> Actually generate javadoc on latest JDK version (<a href="https://redirect.github.com/wala/WALA/issues/1442">#1442</a>)</li> <li><a href="https://github.com/wala/WALA/commit/81149df1c8eb9f7b49b4997dd7aab92e49db8110"><code>81149df</code></a> Support JDK 23 (<a href="https://redirect.github.com/wala/WALA/issues/1441">#1441</a>)</li> <li><a href="https://github.com/wala/WALA/commit/033a4c8c3ce1340ce100d99694eb134cfb461363"><code>033a4c8</code></a> Update to Error Prone 2.32.0 (<a href="https://redirect.github.com/wala/WALA/issues/1440">#1440</a>)</li> <li><a href="https://github.com/wala/WALA/commit/6367ec6f36b0b4f5edc4408d05ece3d5eb8957a0"><code>6367ec6</code></a> Update CI actions and generate Javadoc on JDK 21 (<a href="https://redirect.github.com/wala/WALA/issues/1439">#1439</a>)</li> <li><a href="https://github.com/wala/WALA/commit/53cf8f07616bb3f339028f351138e43c37a4bb0d"><code>53cf8f0</code></a> Bump Error Prone and NullAway versions to latest (<a href="https://redirect.github.com/wala/WALA/issues/1438">#1438</a>)</li> <li><a href="https://github.com/wala/WALA/commit/3aa77f67bfcb76804c06a6560bd55b78a5d99daa"><code>3aa77f6</code></a> Upgrade to Gradle 8.10</li> <li>Additional commits viewable in <a href="https://github.com/wala/WALA/compare/v1.6.4...v1.6.7">compare view</a></li> </ul> </details> <br /> Updates `com.ibm.wala:com.ibm.wala.core` from 1.6.4 to 1.6.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/wala/WALA/releases">com.ibm.wala:com.ibm.wala.core's releases</a>.</em></p> <blockquote> <h2>Version 1.6.7</h2> <p>The major user-visible change is initial support for JDK 23 bytecodes.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/wala/WALA/compare/v1.6.6...v1.6.7">https://github.com/wala/WALA/compare/v1.6.6...v1.6.7</a></p> <h2>Version 1.6.6</h2> <h2>What's Changed</h2> <ul> <li>Support building and running on JDK 22 by <a href="https://github.com/msridhar"><code>@msridhar</code></a> in <a href="https://redirect.github.com/wala/WALA/pull/1419">wala/WALA#1419</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/wala/WALA/compare/v1.6.5...v1.6.6">https://github.com/wala/WALA/compare/v1.6.5...v1.6.6</a></p> <h2>Version 1.6.5</h2> <p>Again this release has mostly behind-the-scenes changes. <a href="https://github.com/MadhuNimmo"><code>@MadhuNimmo</code></a> contributed efficiency optimizations for bounded call graph construction for JavaScript and some improved models of JavaScript library functions.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/wala/WALA/compare/v1.6.4...v1.6.5">https://github.com/wala/WALA/compare/v1.6.4...v1.6.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wala/WALA/commit/bb5abbe11f10e91b6bb13c79ac857bae41a8b0bc"><code>bb5abbe</code></a> Prepare for release 1.6.7.</li> <li><a href="https://github.com/wala/WALA/commit/69a36b83a9541ffd3d95e60b2d7a59babed373d1"><code>69a36b8</code></a> Set the group property on the Maven publication (<a href="https://redirect.github.com/wala/WALA/issues/1445">#1445</a>)</li> <li><a href="https://github.com/wala/WALA/commit/6bf3d89ef9c8c0e2e184bb4b8b1be60b9a3991cc"><code>6bf3d89</code></a> Remove some unused entries from the version catalog</li> <li><a href="https://github.com/wala/WALA/commit/4a75f493cc4a8c885853cc6703dce6e7466a98a1"><code>4a75f49</code></a> Upgrade to Gradle 8.10.1</li> <li><a href="https://github.com/wala/WALA/commit/1ed47992df1e9a141d4d923ca51385acfacf3219"><code>1ed4799</code></a> Actually generate javadoc on latest JDK version (<a href="https://redirect.github.com/wala/WALA/issues/1442">#1442</a>)</li> <li><a href="https://github.com/wala/WALA/commit/81149df1c8eb9f7b49b4997dd7aab92e49db8110"><code>81149df</code></a> Support JDK 23 (<a href="https://redirect.github.com/wala/WALA/issues/1441">#1441</a>)</li> <li><a href="https://github.com/wala/WALA/commit/033a4c8c3ce1340ce100d99694eb134cfb461363"><code>033a4c8</code></a> Update to Error Prone 2.32.0 (<a href="https://redirect.github.com/wala/WALA/issues/1440">#1440</a>)</li> <li><a href="https://github.com/wala/WALA/commit/6367ec6f36b0b4f5edc4408d05ece3d5eb8957a0"><code>6367ec6</code></a> Update CI actions and generate Javadoc on JDK 21 (<a href="https://redirect.github.com/wala/WALA/issues/1439">#1439</a>)</li> <li><a href="https://github.com/wala/WALA/commit/53cf8f07616bb3f339028f351138e43c37a4bb0d"><code>53cf8f0</code></a> Bump Error Prone and NullAway versions to latest (<a href="https://redirect.github.com/wala/WALA/issues/1438">#1438</a>)</li> <li><a href="https://github.com/wala/WALA/commit/3aa77f67bfcb76804c06a6560bd55b78a5d99daa"><code>3aa77f6</code></a> Upgrade to Gradle 8.10</li> <li>Additional commits viewable in <a href="https://github.com/wala/WALA/compare/v1.6.4...v1.6.7">compare view</a></li> </ul> </details> <br /> Updates `com.ibm.wala:com.ibm.wala.cast` from 1.6.4 to 1.6.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/wala/WALA/releases">com.ibm.wala:com.ibm.wala.cast's releases</a>.</em></p> <blockquote> <h2>Version 1.6.7</h2> <p>The major user-visible change is initial support for JDK 23 bytecodes.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/wala/WALA/compare/v1.6.6...v1.6.7">https://github.com/wala/WALA/compare/v1.6.6...v1.6.7</a></p> <h2>Version 1.6.6</h2> <h2>What's Changed</h2> <ul> <li>Support building and running on JDK 22 by <a href="https://github.com/msridhar"><code>@msridhar</code></a> in <a href="https://redirect.github.com/wala/WALA/pull/1419">wala/WALA#1419</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/wala/WALA/compare/v1.6.5...v1.6.6">https://github.com/wala/WALA/compare/v1.6.5...v1.6.6</a></p> <h2>Version 1.6.5</h2> <p>Again this release has mostly behind-the-scenes changes. <a href="https://github.com/MadhuNimmo"><code>@MadhuNimmo</code></a> contributed efficiency optimizations for bounded call graph construction for JavaScript and some improved models of JavaScript library functions.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/wala/WALA/compare/v1.6.4...v1.6.5">https://github.com/wala/WALA/compare/v1.6.4...v1.6.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wala/WALA/commit/bb5abbe11f10e91b6bb13c79ac857bae41a8b0bc"><code>bb5abbe</code></a> Prepare for release 1.6.7.</li> <li><a href="https://github.com/wala/WALA/commit/69a36b83a9541ffd3d95e60b2d7a59babed373d1"><code>69a36b8</code></a> Set the group property on the Maven publication (<a href="https://redirect.github.com/wala/WALA/issues/1445">#1445</a>)</li> <li><a href="https://github.com/wala/WALA/commit/6bf3d89ef9c8c0e2e184bb4b8b1be60b9a3991cc"><code>6bf3d89</code></a> Remove some unused entries from the version catalog</li> <li><a href="https://github.com/wala/WALA/commit/4a75f493cc4a8c885853cc6703dce6e7466a98a1"><code>4a75f49</code></a> Upgrade to Gradle 8.10.1</li> <li><a href="https://github.com/wala/WALA/commit/1ed47992df1e9a141d4d923ca51385acfacf3219"><code>1ed4799</code></a> Actually generate javadoc on latest JDK version (<a href="https://redirect.github.com/wala/WALA/issues/1442">#1442</a>)</li> <li><a href="https://github.com/wala/WALA/commit/81149df1c8eb9f7b49b4997dd7aab92e49db8110"><code>81149df</code></a> Support JDK 23 (<a href="https://redirect.github.com/wala/WALA/issues/1441">#1441</a>)</li> <li><a href="https://github.com/wala/WALA/commit/033a4c8c3ce1340ce100d99694eb134cfb461363"><code>033a4c8</code></a> Update to Error Prone 2.32.0 (<a href="https://redirect.github.com/wala/WALA/issues/1440">#1440</a>)</li> <li><a href="https://github.com/wala/WALA/commit/6367ec6f36b0b4f5edc4408d05ece3d5eb8957a0"><code>6367ec6</code></a> Update CI actions and generate Javadoc on JDK 21 (<a href="https://redirect.github.com/wala/WALA/issues/1439">#1439</a>)</li> <li><a href="https://github.com/wala/WALA/commit/53cf8f07616bb3f339028f351138e43c37a4bb0d"><code>53cf8f0</code></a> Bump Error Prone and NullAway versions to latest (<a href="https://redirect.github.com/wala/WALA/issues/1438">#1438</a>)</li> <li><a href="https://github.com/wala/WALA/commit/3aa77f67bfcb76804c06a6560bd55b78a5d99daa"><code>3aa77f6</code></a> Upgrade to Gradle 8.10</li> <li>Additional commits viewable in <a href="https://github.com/wala/WALA/compare/v1.6.4...v1.6.7">compare view</a></li> </ul> </details> <br /> Updates `com.ibm.wala:com.ibm.wala.cast.java` from 1.6.4 to 1.6.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/wala/WALA/releases">com.ibm.wala:com.ibm.wala.cast.java's releases</a>.</em></p> <blockquote> <h2>Version 1.6.7</h2> <p>The major user-visible change is initial support for JDK 23 bytecodes.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/wala/WALA/compare/v1.6.6...v1.6.7">https://github.com/wala/WALA/compare/v1.6.6...v1.6.7</a></p> <h2>Version 1.6.6</h2> <h2>What's Changed</h2> <ul> <li>Support building and running on JDK 22 by <a href="https://github.com/msridhar"><code>@msridhar</code></a> in <a href="https://redirect.github.com/wala/WALA/pull/1419">wala/WALA#1419</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/wala/WALA/compare/v1.6.5...v1.6.6">https://github.com/wala/WALA/compare/v1.6.5...v1.6.6</a></p> <h2>Version 1.6.5</h2> <p>Again this release has mostly behind-the-scenes changes. <a href="https://github.com/MadhuNimmo"><code>@MadhuNimmo</code></a> contributed efficiency optimizations for bounded call graph construction for JavaScript and some improved models of JavaScript library functions.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/wala/WALA/compare/v1.6.4...v1.6.5">https://github.com/wala/WALA/compare/v1.6.4...v1.6.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/wala/WALA/commit/bb5abbe11f10e91b6bb13c79ac857bae41a8b0bc"><code>bb5abbe</code></a> Prepare for release 1.6.7.</li> <li><a href="https://github.com/wala/WALA/commit/69a36b83a9541ffd3d95e60b2d7a59babed373d1"><code>69a36b8</code></a> Set the group property on the Maven publication (<a href="https://redirect.github.com/wala/WALA/issues/1445">#1445</a>)</li> <li><a href="https://github.com/wala/WALA/commit/6bf3d89ef9c8c0e2e184bb4b8b1be60b9a3991cc"><code>6bf3d89</code></a> Remove some unused entries from the version catalog</li> <li><a href="https://github.com/wala/WALA/commit/4a75f493cc4a8c885853cc6703dce6e7466a98a1"><code>4a75f49</code></a> Upgrade to Gradle 8.10.1</li> <li><a href="https://github.com/wala/WALA/commit/1ed47992df1e9a141d4d923ca51385acfacf3219"><code>1ed4799</code></a> Actually generate javadoc on latest JDK version (<a href="https://redirect.github.com/wala/WALA/issues/1442">#1442</a>)</li> <li><a href="https://github.com/wala/WALA/commit/81149df1c8eb9f7b49b4997dd7aab92e49db8110"><code>81149df</code></a> Support JDK 23 (<a href="https://redirect.github.com/wala/WALA/issues/1441">#1441</a>)</li> <li><a href="https://github.com/wala/WALA/commit/033a4c8c3ce1340ce100d99694eb134cfb461363"><code>033a4c8</code></a> Update to Error Prone 2.32.0 (<a href="https://redirect.github.com/wala/WALA/issues/1440">#1440</a>)</li> <li><a href="https://github.com/wala/WALA/commit/6367ec6f36b0b4f5edc4408d05ece3d5eb8957a0"><code>6367ec6</code></a> Update CI actions and generate Javadoc on JDK 21 (<a href="https://redirect.github.com/wala/WALA/issues/1439">#1439</a>)</li> <li><a href="https://github.com/wala/WALA/commit/53cf8f07616bb3f339028f351138e43c37a4bb0d"><code>53cf8f0</code></a> Bump Error Prone and NullAway versions to latest (<a href="https://redirect.github.com/wala/WALA/issues/1438">#1438</a>)</li> <li><a href="https://github.com/wala/WALA/commit/3aa77f67bfcb76804c06a6560bd55b78a5d99daa"><code>3aa77f6</code></a> Upgrade to Gradle 8.10</li> <li>Additional commits viewable in <a href="https://github.com/wala/WALA/compare/v1.6.4...v1.6.7">compare view</a></li> </ul> </details> <br /> 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information