Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
build(deps): bump logback-classic from 1.4.0 to 1.4.3 in /api-editor (#…
Browse files Browse the repository at this point in the history
…1061)

Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.4.0 to
1.4.3.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/qos-ch/logback/commit/7a7ffa63d705509f0c5d0b7aa91e0b23900e45c7"><code>7a7ffa6</code></a>
prepare release 1.4.3</li>
<li><a
href="https://github.com/qos-ch/logback/commit/b2476240ce301e2e6efd5c18d9527259904ba252"><code>b247624</code></a>
fix LOGBACK-LOGBACK-1690</li>
<li><a
href="https://github.com/qos-ch/logback/commit/6f588feb2f5fdcd1eb1e7ad3b3e81d18f0f83355"><code>6f588fe</code></a>
start work on 1.4.3-SNAPSHOT</li>
<li><a
href="https://github.com/qos-ch/logback/commit/22822738d517378ad79653741b7f2e3aad9859e9"><code>2282273</code></a>
prepare release 1.4.2</li>
<li><a
href="https://github.com/qos-ch/logback/commit/fc78b867aa25efe324cb3e185f171c8bd029d8ce"><code>fc78b86</code></a>
fix LOGBACK-1689</li>
<li><a
href="https://github.com/qos-ch/logback/commit/967d736f72ac875e6c58d983dc3530e3c54206eb"><code>967d736</code></a>
logback-access cannot be modularized at this stage</li>
<li><a
href="https://github.com/qos-ch/logback/commit/74a44b922168d86363b6bbc3322543ed66ae5d39"><code>74a44b9</code></a>
move disabled tests to logback-classic-blackbox</li>
<li><a
href="https://github.com/qos-ch/logback/commit/c3d75b27d8d3076fa25b5d554231f11424f6ff51"><code>c3d75b2</code></a>
re-enabling temporarily disabled tests by virtue of their move to
logback-cla...</li>
<li><a
href="https://github.com/qos-ch/logback/commit/c3363071fb62aefa312e8e565b283dbbc463d980"><code>c336307</code></a>
started black box testing</li>
<li><a
href="https://github.com/qos-ch/logback/commit/f22db3f8a4546b3a13449292a2b2def6dc7b08bd"><code>f22db3f</code></a>
all tests pass with Junit 5, Janino tests were disabled</li>
<li>Additional commits viewable in <a
href="https://github.com/qos-ch/logback/compare/v_1.4.0...v_1.4.3">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=gradle&previous-version=1.4.0&new-version=1.4.3)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2022
1 parent 56c4e02 commit 33dc203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-editor/backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tasks.withType<ShadowJar> {
val ktorVersion = "2.1.0"

dependencies {
implementation("ch.qos.logback:logback-classic:1.4.0")
implementation("ch.qos.logback:logback-classic:1.4.3")
implementation("io.ktor:ktor-serialization-kotlinx-json:$ktorVersion")
implementation("io.ktor:ktor-server:$ktorVersion")
implementation("io.ktor:ktor-server-netty:$ktorVersion")
Expand Down

0 comments on commit 33dc203

Please sign in to comment.