Skip to content

Commit

Permalink
fix(deps): bump org.mongodb:bson from 5.0.1 to 5.1.0 (#133)
Browse files Browse the repository at this point in the history
Bumps [org.mongodb:bson](https://github.com/mongodb/mongo-java-driver) from 5.0.1 to 5.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mongodb/mongo-java-driver/releases">org.mongodb:bson's releases</a>.</em></p>
<blockquote>
<h2>Java Driver 5.1.0 (May 2, 2024)</h2>
<h2>What's Changed</h2>
<ul>
<li>Ensure durations are included on connection pool events by <a href="https://github.com/stIncMale"><code>@​stIncMale</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1370">mongodb/mongo-java-driver#1370</a></li>
<li>Test on Java 21 by <a href="https://github.com/stIncMale"><code>@​stIncMale</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1326">mongodb/mongo-java-driver#1326</a></li>
<li>Test against GraalVM native image technology by <a href="https://github.com/stIncMale"><code>@​stIncMale</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1338">mongodb/mongo-java-driver#1338</a></li>
<li>Ensure Operations uses the supplied document class when creating BsonDocumentWrapper by <a href="https://github.com/rozza"><code>@​rozza</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1327">mongodb/mongo-java-driver#1327</a></li>
<li>JAVA-5319: Allow Decoding Data Into <code>TreeSet</code> by <a href="https://github.com/ramasai1"><code>@​ramasai1</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1306">mongodb/mongo-java-driver#1306</a></li>
<li>Allow configuring the monitoring protocol to use; use the polling protocol in a FaaS environment by default by <a href="https://github.com/stIncMale"><code>@​stIncMale</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1313">mongodb/mongo-java-driver#1313</a></li>
<li>Convert Bson to BsonDocument for hint by <a href="https://github.com/jyemin"><code>@​jyemin</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1335">mongodb/mongo-java-driver#1335</a></li>
<li>Change mapreduce to mapReduce by <a href="https://github.com/jyemin"><code>@​jyemin</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1337">mongodb/mongo-java-driver#1337</a></li>
<li>Support discriminators not being the first field when decoding in Kotlin by <a href="https://github.com/rozza"><code>@​rozza</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1324">mongodb/mongo-java-driver#1324</a></li>
<li>Use <code>InetAddressResolverProvider</code> and add tests by <a href="https://github.com/stIncMale"><code>@​stIncMale</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1353">mongodb/mongo-java-driver#1353</a></li>
<li>Force unique clusterTime values by splitting insert into two commands by <a href="https://github.com/jyemin"><code>@​jyemin</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1356">mongodb/mongo-java-driver#1356</a></li>
<li>Expand bounds for distinct and MongoIterable#map by <a href="https://github.com/rozza"><code>@​rozza</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1352">mongodb/mongo-java-driver#1352</a></li>
<li>Enhanced OIDC support by <a href="https://github.com/katcharov"><code>@​katcharov</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1134">mongodb/mongo-java-driver#1134</a> and <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1371">mongodb/mongo-java-driver#1371</a></li>
<li>Replace <code>BiFunction</code> with <code>BinaryOperator</code> by <a href="https://github.com/stIncMale"><code>@​stIncMale</code></a> in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1374">mongodb/mongo-java-driver#1374</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/dylrich"><code>@​dylrich</code></a> made their first contribution in <a href="https://redirect.github.com/mongodb/mongo-java-driver/pull/1364">mongodb/mongo-java-driver#1364</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.0.0...r5.1.0">https://github.com/mongodb/mongo-java-driver/compare/r5.0.0...r5.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/662a121ed4eb927dd2ce7e2b2a67a481c981dada"><code>662a121</code></a> Version: bump 5.1.0</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/d937915ae1d6c32c15cc37d7b62485b1690a2bfa"><code>d937915</code></a> Replace <code>BiFunction</code> with <code>BinaryOperator</code> (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1374">#1374</a>)</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/f4bc1cbbb112be1e5ba2df04c179f1a45a9928e9"><code>f4bc1cb</code></a> Implement OIDC SASL mechanism (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1134">#1134</a>)</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/f9edd86a7f01daff96967a3c09729a12afa980a0"><code>f9edd86</code></a> Test that durations are included on relevant pool events (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1370">#1370</a>)</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/bec3def372c9500fbe4d347a4f2414d377679da4"><code>bec3def</code></a> Add artifact tracing on publish (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1364">#1364</a>)</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/ee69466c19be5822766c358b8c497e29c0a0aace"><code>ee69466</code></a> Alleviate the race condition in the <code>pool-checkout-maxConnecting-is-enforced</code>...</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/7bf5ec23ddac2967b5143eb903c353efaaba9a8e"><code>7bf5ec2</code></a> Exclude <code>:graalvm-native-image-app</code> from being published (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1362">#1362</a>)</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/c8ce9aeceeaa16a1a4e82b46a6d1bf819048e744"><code>c8ce9ae</code></a> Follow unacknowledged write with a find in spec tests (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1355">#1355</a>)</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/adffc61602edf2e4504e5668c1b27729fc56fedd"><code>adffc61</code></a> Replace sh with bash (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1358">#1358</a>)</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/60adbae6961b29d966b48745a31322d500f1dcd8"><code>60adbae</code></a> Evergreen: Fix scala display name so variants are unique.</li>
<li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-java-driver/compare/r5.0.1...r5.1.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.mongodb:bson&package-manager=gradle&previous-version=5.0.1&new-version=5.1.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>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 5ca7430 commit 49b89bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
api("tech.relaycorp:awala:[1.68.5,2.0.0)")
testImplementation("tech.relaycorp:awala-testing:1.5.31")

implementation("org.mongodb:bson:5.0.1")
implementation("org.mongodb:bson:5.1.0")

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion")
testImplementation("org.jetbrains.kotlin:kotlin-test")
Expand Down

0 comments on commit 49b89bb

Please sign in to comment.