Skip to content

Commit

Permalink
Bump org.openjdk.jol:jol-core from 0.7.1 to 0.17 (#2828)
Browse files Browse the repository at this point in the history
Bumps [org.openjdk.jol:jol-core](https://github.com/openjdk/jol) from
0.7.1 to 0.17.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openjdk/jol/commit/400c871bd4b7542fdbba96f4081b1ec3a01b5ebe"><code>400c871</code></a>
JOL v0.17.</li>
<li><a
href="https://github.com/openjdk/jol/commit/5dde423fe3b9ed2648104c538eaf25d8086393e4"><code>5dde423</code></a>
7903412: JOL: Lilliput model should include info on compressed
classes/refs</li>
<li><a
href="https://github.com/openjdk/jol/commit/aea72b6f8e0d6b77d579a2f5c6ae0fbd66d5bea2"><code>aea72b6</code></a>
7903411: JOL: Rework Model64 to include comp ref/class attributes</li>
<li><a
href="https://github.com/openjdk/jol/commit/5be192b6ef3c9304ab613d6f4b6e8310a86ac299"><code>5be192b</code></a>
7903410: JOL: Extend &quot;estimate&quot; to heap dumps and
Lilliput</li>
<li><a
href="https://github.com/openjdk/jol/commit/482c0ee85a7767eda55defd2ebb9da74ae8e6985"><code>482c0ee</code></a>
7903366: JOL: Clean up VM configuration messages</li>
<li><a
href="https://github.com/openjdk/jol/commit/2d958ff579c4fedfb906126dc4498dacb2dc2695"><code>2d958ff</code></a>
7903364: JOL: Fix support for modern SA</li>
<li><a
href="https://github.com/openjdk/jol/commit/247f12ac57e58235d4232a4a766ae068b2b906bc"><code>247f12a</code></a>
7903363: JOL: Update pre-integration testing workflows</li>
<li><a
href="https://github.com/openjdk/jol/commit/153c1559cdf6b43b63ea1b0085cd09694ac82c4a"><code>153c155</code></a>
7903352: JOL: Drop support for JDK 7</li>
<li><a
href="https://github.com/openjdk/jol/commit/76c554a0f8fac92e00e4a887808201eb48c5c905"><code>76c554a</code></a>
7903262: JOL: GraphStatsWalker counts array elements incorrectly</li>
<li><a
href="https://github.com/openjdk/jol/commit/d8d374ab383674ed117fe1adc129d78222ca88db"><code>d8d374a</code></a>
7903235: JOL: Improve GHA triggers</li>
<li>Additional commits viewable in <a
href="https://github.com/openjdk/jol/compare/0.7.1...0.17">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.openjdk.jol:jol-core&package-manager=maven&previous-version=0.7.1&new-version=0.17)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent af433c8 commit dfd30b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vavr-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.openjdk.jol</groupId>
<artifactId>jol-core</artifactId>
<version>0.7.1</version>
<version>0.17</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
Expand Down

0 comments on commit dfd30b6

Please sign in to comment.