Skip to content

Commit

Permalink
fix(deps): bump org.mongodb:bson from 4.11.0 to 4.11.1 (#114)
Browse files Browse the repository at this point in the history
Bumps [org.mongodb:bson](https://github.com/mongodb/mongo-java-driver) from 4.11.0 to 4.11.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/f7715c1c80ac32f133695208081fbe7ea9ff79a2"><code>f7715c1</code></a> Version: bump 4.11.1</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/5409610b5d55d08b7e664239cc847d42c937b9fc"><code>5409610</code></a> Remove write and read concern from Atlas Search Index commands. (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1241">#1241</a>)</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/db66a7cf59f5709dacd7d18abd3105396c5efe10"><code>db66a7c</code></a> Update logger name to align with naming conventions (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1237">#1237</a>)</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/d2cd51ec268ab7a6681f79dd030075b746e1613e"><code>d2cd51e</code></a> Add explicit automatic module name configuration. (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1236">#1236</a>)</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/81ad6a1c247bac3298ad4de60c564435db01ef06"><code>81ad6a1</code></a> Support decoding nulls for non-primitive fields in Java records (<a href="https://redirect.github.com/mongodb/mongo-java-driver/issues/1223">#1223</a>)</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/0fb1bb432991df9fc8b3b6b914f5de8836f93dde"><code>0fb1bb4</code></a> Fix Evergreen issues</li>
<li><a href="https://github.com/mongodb/mongo-java-driver/commit/b9c4863bdb2bbd5abfa7b4653f0f0ebaf4a74cc6"><code>b9c4863</code></a> Version: bump 4.11.1-SNAPSHOT</li>
<li>See full diff in <a href="https://github.com/mongodb/mongo-java-driver/compare/r4.11.0...r4.11.1">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=4.11.0&new-version=4.11.1)](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 Nov 13, 2023
1 parent 738ea98 commit 1d318bb
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.66.4,2.0.0)")
testImplementation("tech.relaycorp:awala-testing:1.5.24")

implementation("org.mongodb:bson:4.11.0")
implementation("org.mongodb:bson:4.11.1")

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

0 comments on commit 1d318bb

Please sign in to comment.