Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit b8a6db0

Browse files
chore(deps): bump slf4j-api from 1.7.36 to 2.0.7 (#44)
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.7. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/qos-ch/slf4j/commit/d6a21ae68f8a996bc24526f82ec46907e6688bc0"><code>d6a21ae</code></a> update javadoc plugin to version 3.0.5</li> <li><a href="https://github.com/qos-ch/slf4j/commit/13950e51a62893eae6a5f6d9f842fe5554b7d4f4"><code>13950e5</code></a> prepare release 2.0.7</li> <li><a href="https://github.com/qos-ch/slf4j/commit/122e0c18dd59c1c7ef425e89e6097c07ee2358b9"><code>122e0c1</code></a> add LICENSE.txt files to all modules, rename LICENSE as LICENSE.txt when appr...</li> <li><a href="https://github.com/qos-ch/slf4j/commit/2a8ca99cafe8a20c2dc57ed7297ec68c574b0b94"><code>2a8ca99</code></a> add license file to jar</li> <li><a href="https://github.com/qos-ch/slf4j/commit/b363bb31ed08d3ad9761ccdca5e51bb2327c3287"><code>b363bb3</code></a> SLF4J-579: Export client packages of slf4j-api in version 1</li> <li><a href="https://github.com/qos-ch/slf4j/commit/2235d3c69829caf19e38ea980a86042cc3ffd1f3"><code>2235d3c</code></a> Fully automate OSGi metadata creation and fix brocken OSGi-metadata in slf4j-...</li> <li><a href="https://github.com/qos-ch/slf4j/commit/a5540ad51066b4b15132fdf27ead630519541d35"><code>a5540ad</code></a> setup-java v3</li> <li><a href="https://github.com/qos-ch/slf4j/commit/1ed084cbc061f0bcbc9250867771550684be25fa"><code>1ed084c</code></a> add missing distribution instruction to github action</li> <li><a href="https://github.com/qos-ch/slf4j/commit/b2cb0174225d1163730a209a6a433068fa281903"><code>b2cb017</code></a> update github action versions</li> <li><a href="https://github.com/qos-ch/slf4j/commit/fa6721a53eb4b2d13491400908f9ca76c7997300"><code>fa6721a</code></a> add JDK 19 to CI build</li> <li>Additional commits viewable in <a href="https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.slf4j:slf4j-api&package-manager=maven&previous-version=1.7.36&new-version=2.0.7)](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>
1 parent b1530c2 commit b8a6db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<properties>
3636
<junit.version>5.9.2</junit.version>
37-
<slf4j.version>1.7.36</slf4j.version>
37+
<slf4j.version>2.0.7</slf4j.version>
3838
<log4j.version>2.20.0</log4j.version>
3939
<awaitility.version>4.2.0</awaitility.version>
4040
<fabric8-client.version>6.5.1</fabric8-client.version>

0 commit comments

Comments
 (0)