Skip to content

Commit

Permalink
MINOR: [Java] Bump logback.version from 1.5.10 to 1.5.11 in /java (#4…
Browse files Browse the repository at this point in the history
…4489)

Bumps `logback.version` from 1.5.10 to 1.5.11.
Updates `ch.qos.logback:logback-classic` from 1.5.10 to 1.5.11
<details>
<summary>Commits</summary>
<ul>
<li><a href="https:/qos-ch/logback/commit/3aa07304c1cfcbcc15321e814a2a015390401ce2"><code>3aa0730</code></a> prepare release of version 1.5.11</li>
<li><a href="https:/qos-ch/logback/commit/8bcfd9a09af71dfe505026ff4c3be990db031d45"><code>8bcfd9a</code></a> allow for InsertFromJNDIModelHandler to be callable from logback-tyler</li>
<li><a href="https:/qos-ch/logback/commit/75bee860c8cf4f75261adc6e8f6906c9bd0ed322"><code>75bee86</code></a> refactorings in support of logback-tyler</li>
<li><a href="https:/qos-ch/logback/commit/8749edc15a4e407f4edb192ecff77875b540f1a0"><code>8749edc</code></a> start work on 1.5.11-SNAPSHOT</li>
<li>See full diff in <a href="https:/qos-ch/logback/compare/v_1.5.10...v_1.5.11">compare view</a></li>
</ul>
</details>
<br />

Updates `ch.qos.logback:logback-core` from 1.5.10 to 1.5.11
<details>
<summary>Commits</summary>
<ul>
<li><a href="https:/qos-ch/logback/commit/3aa07304c1cfcbcc15321e814a2a015390401ce2"><code>3aa0730</code></a> prepare release of version 1.5.11</li>
<li><a href="https:/qos-ch/logback/commit/8bcfd9a09af71dfe505026ff4c3be990db031d45"><code>8bcfd9a</code></a> allow for InsertFromJNDIModelHandler to be callable from logback-tyler</li>
<li><a href="https:/qos-ch/logback/commit/75bee860c8cf4f75261adc6e8f6906c9bd0ed322"><code>75bee86</code></a> refactorings in support of logback-tyler</li>
<li><a href="https:/qos-ch/logback/commit/8749edc15a4e407f4edb192ecff77875b540f1a0"><code>8749edc</code></a> start work on 1.5.11-SNAPSHOT</li>
<li>See full diff in <a href="https:/qos-ch/logback/compare/v_1.5.10...v_1.5.11">compare view</a></li>
</ul>
</details>
<br />

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>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 84ef84b commit c667da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ under the License.
<mockito.core.version>5.11.0</mockito.core.version>
<mockito.inline.version>5.2.0</mockito.inline.version>
<checker.framework.version>3.48.1</checker.framework.version>
<logback.version>1.5.10</logback.version>
<logback.version>1.5.11</logback.version>
<doclint>none</doclint>
<additionalparam>-Xdoclint:none</additionalparam>
<!-- List of add-opens arg line arguments for tests -->
Expand Down

0 comments on commit c667da3

Please sign in to comment.