Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Commit

Permalink
Bump minio from 8.3.7 to 8.3.8 (#475)
Browse files Browse the repository at this point in the history
Bumps [minio](https://github.com/minio/minio-java) from 8.3.7 to 8.3.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/minio/minio-java/releases">minio's releases</a>.</em></p>
<blockquote>
<h2>Bugfix Release</h2>
<h2>What's Changed</h2>
<ul>
<li>Upgrade com.fasterxml.jackson to v2.13.2 by <a href="https://github.com/balamurugana"><code>@​balamurugana</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-java/pull/1315">minio/minio-java#1315</a></li>
<li>fix uploadSnowballObjects() to handle object name length &gt; 100 by <a href="https://github.com/balamurugana"><code>@​balamurugana</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-java/pull/1319">minio/minio-java#1319</a></li>
<li>Upgrade com.fasterxml.jackson.jackson-databind to v2.13.2.2 by <a href="https://github.com/balamurugana"><code>@​balamurugana</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-java/pull/1316">minio/minio-java#1316</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-java/compare/8.3.7...8.3.8">https://github.com/minio/minio-java/compare/8.3.7...8.3.8</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/minio/minio-java/commit/6caf449e522900ee538dbfd14e86738b9b0ebd6a"><code>6caf449</code></a> Release version 8.3.8</li>
<li><a href="https://github.com/minio/minio-java/commit/aeb2aede6294f943ec80d1a71656ef9d98cbc364"><code>aeb2aed</code></a> Upgrade com.fasterxml.jackson.jackson-databind to v2.13.2.2 (<a href="https://github-redirect.dependabot.com/minio/minio-java/issues/1316">#1316</a>)</li>
<li><a href="https://github.com/minio/minio-java/commit/246a7d04a11fe2688f027111813265f4f374f556"><code>246a7d0</code></a> fix uploadSnowballObjects() to handle object name length &gt; 100 (<a href="https://github-redirect.dependabot.com/minio/minio-java/issues/1319">#1319</a>)</li>
<li><a href="https://github.com/minio/minio-java/commit/304b5b7dc036423d34acfdddd504ceea0098f98a"><code>304b5b7</code></a> Upgrade com.fasterxml.jackson to v2.13.2 (<a href="https://github-redirect.dependabot.com/minio/minio-java/issues/1315">#1315</a>)</li>
<li><a href="https://github.com/minio/minio-java/commit/7bbb8027c9ee8b93cb12865d2afb4e1fbc9696bd"><code>7bbb802</code></a> Update version to next release</li>
<li>See full diff in <a href="https://github.com/minio/minio-java/compare/8.3.7...8.3.8">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.minio:minio&package-manager=maven&previous-version=8.3.7&new-version=8.3.8)](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 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>
  • Loading branch information
dependabot[bot] authored Apr 11, 2022
1 parent f7707ff commit f1f45f0
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 @@ -72,7 +72,7 @@
<jedis.version>4.2.1</jedis.version>
<lettuce.version>6.1.8.RELEASE</lettuce.version>
<jongo.version>1.5.0</jongo.version>
<minio.version>8.3.7</minio.version>
<minio.version>8.3.8</minio.version>
<morphia.version>2.2.6</morphia.version>
<jdbi.version>3.28.0</jdbi.version>
<!-- File/Configuration Dependencies -->
Expand Down

0 comments on commit f1f45f0

Please sign in to comment.