Skip to content

Commit

Permalink
MINOR: [Java] Bump ch.qos.logback:logback-classic from 1.2.3 to 1.2.1…
Browse files Browse the repository at this point in the history
…3 in /java (apache#39085)

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.3 to 1.2.13.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/qos-ch/logback/commit/2648b9e7fbb47426c89b9c93b411c07484e8f277"><code>2648b9e</code></a> prepare release 1.2.13</li>
<li><a href="https://github.com/qos-ch/logback/commit/bb095154be011267b64e37a1d401546e7cc2b7c3"><code>bb09515</code></a> fix CVE-2023-6378</li>
<li><a href="https://github.com/qos-ch/logback/commit/45732949bfb845df04cbe65292cf48aaa090cb1d"><code>4573294</code></a> start work on 1.2.13-SNAPSHOT</li>
<li><a href="https://github.com/qos-ch/logback/commit/a388193052c298ca87cc64192319df723288c6ab"><code>a388193</code></a> Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x</li>
<li><a href="https://github.com/qos-ch/logback/commit/de44dc422bc3da1d7808283851324d960b492d4d"><code>de44dc4</code></a> prepare release 1.2.12</li>
<li><a href="https://github.com/qos-ch/logback/commit/ca0cf172f680308938515b8a5d69348759ee947c"><code>ca0cf17</code></a> Merge pull request <a href="https://redirect.github.com/qos-ch/logback/issues/532">#532</a> from joakime/fix-jetty-requestlog</li>
<li><a href="https://github.com/qos-ch/logback/commit/e31609b1980b9ba986344aae3cab7275fa2b4935"><code>e31609b</code></a> removed unused files</li>
<li><a href="https://github.com/qos-ch/logback/commit/21e29efb284766f386781175b2ba18585b690154"><code>21e29ef</code></a> Merge pull request <a href="https://redirect.github.com/qos-ch/logback/issues/567">#567</a> from spliffone/LOGBACK-1633</li>
<li><a href="https://github.com/qos-ch/logback/commit/e869000e1d5901e6aa6f46cc6575ee2137f15b69"><code>e869000</code></a> fix: published POM file contain the wrong scm URL</li>
<li><a href="https://github.com/qos-ch/logback/commit/009ea46cb81a015f2ca312bde6e823581b93b37a"><code>009ea46</code></a> version for next dev cycle</li>
<li>Additional commits viewable in <a href="https://github.com/qos-ch/logback/compare/v_1.2.3...v_1.2.13">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.2.3&new-version=1.2.13)](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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/arrow/network/alerts).

</details>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: David Li <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent f2fb8ff commit 081b402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>1.2.13</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion java/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>1.2.13</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 081b402

Please sign in to comment.