Skip to content

Commit

Permalink
Bump io.sentry:sentry-bom from 7.16.0 to 7.17.0 (#4892)
Browse files Browse the repository at this point in the history
Bumps [io.sentry:sentry-bom](https://github.com/getsentry/sentry-java)
from 7.16.0 to 7.17.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-java/releases">io.sentry:sentry-bom's
releases</a>.</em></p>
<blockquote>
<h2>7.17.0</h2>
<h3>Features</h3>
<ul>
<li>Add meta option to set the maximum amount of breadcrumbs to be
logged. (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3836">#3836</a>)</li>
<li>Use a separate <code>Random</code> instance per thread to improve
SDK performance (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3835">#3835</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Using MaxBreadcrumb with value 0 no longer crashes. (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3836">#3836</a>)</li>
<li>Accept manifest integer values when requiring floating values (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3823">#3823</a>)</li>
<li>Fix standalone tomcat jndi issue (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3873">#3873</a>)
<ul>
<li>Using Sentry Spring Boot on a standalone tomcat caused the following
error:
<ul>
<li>Failed to bind properties under 'sentry.parsed-dsn' to
io.sentry.Dsn</li>
</ul>
</li>
</ul>
</li>
</ul>
<h2>7.17.0-alpha.1</h2>
<h3>Features</h3>
<ul>
<li>Android 15: Add support for 16KB page sizes (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3620">#3620</a>)
<ul>
<li>See <a
href="https://developer.android.com/guide/practices/page-sizes">https://developer.android.com/guide/practices/page-sizes</a>
for more details</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md">io.sentry:sentry-bom's
changelog</a>.</em></p>
<blockquote>
<h2>7.17.0</h2>
<h3>Features</h3>
<ul>
<li>Add meta option to set the maximum amount of breadcrumbs to be
logged. (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3836">#3836</a>)</li>
<li>Use a separate <code>Random</code> instance per thread to improve
SDK performance (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3835">#3835</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Using MaxBreadcrumb with value 0 no longer crashes. (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3836">#3836</a>)</li>
<li>Accept manifest integer values when requiring floating values (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3823">#3823</a>)</li>
<li>Fix standalone tomcat jndi issue (<a
href="https://redirect.github.com/getsentry/sentry-java/pull/3873">#3873</a>)
<ul>
<li>Using Sentry Spring Boot on a standalone tomcat caused the following
error:
<ul>
<li>Failed to bind properties under 'sentry.parsed-dsn' to
io.sentry.Dsn</li>
</ul>
</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-java/commit/4bd1aa38243dd26abd3c26af70868c2fe5e94048"><code>4bd1aa3</code></a>
release: 7.17.0</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/566da7624407dd4df6ea3a128431cc223ecc2035"><code>566da76</code></a>
Fix standalone tomcat jndi issue (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3873">#3873</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/fba10b88355deba03a45d039d8d3103d5455e2a7"><code>fba10b8</code></a>
Limit emulator size to 4096M (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3875">#3875</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/fd1151b5c7696d17711c40c2facee553a43d07c3"><code>fd1151b</code></a>
Bump gradle/actions (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3842">#3842</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/2af8d1ae1af717314bb479e07d163f6461205387"><code>2af8d1a</code></a>
Fix: Allow MaxBreadcrumb 0 / Expose MaxBreadcrumb metadata. (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3836">#3836</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/28a11a7925b8e45bec38684f2002192787f13477"><code>28a11a7</code></a>
Use <code>Random</code> through <code>ThreadLocal\&lt;Random&gt;</code>
(<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3835">#3835</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/5183da95e2282e6b581c6fc6599673fc11eba696"><code>5183da9</code></a>
test(critical): Add API Level matrix (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3810">#3810</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/c362c98b2d0a0b1d25765922c415835d1dbfbc3c"><code>c362c98</code></a>
Bump github/codeql-action from 3.26.13 to 3.27.0 (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3827">#3827</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/4c5d0ff63726f2c31a0ebf46081e9bc8ced004ee"><code>4c5d0ff</code></a>
Bump reactivecircus/android-emulator-runner from 2.32.0 to 2.33.0 (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3826">#3826</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-java/commit/58da2a3ebb66b60b1c67584060ffb2f35182f9f2"><code>58da2a3</code></a>
update benchmark devices on saucelabs (<a
href="https://redirect.github.com/getsentry/sentry-java/issues/3822">#3822</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-java/compare/7.16.0...7.17.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.sentry:sentry-bom&package-manager=maven&previous-version=7.16.0&new-version=7.17.0)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent dc40599 commit a7adaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<token-validation-spring.version>5.0.11</token-validation-spring.version>
<nav-foedselsnummer.version>1.0-SNAPSHOT.6</nav-foedselsnummer.version>
<springdoc.version>2.6.0</springdoc.version>
<sentry.version>7.16.0</sentry.version>
<sentry.version>7.17.0</sentry.version>
<kotlinx.version>1.9.0</kotlinx.version>

<!-- Må settes for å kunne kjøre opp mock-oauth2-server i unit-tester -->
Expand Down

0 comments on commit a7adaf8

Please sign in to comment.