Skip to content

Commit 5b73489

Browse files
Bump ch.qos.logback:logback-classic from 1.5.26 to 1.5.27 (#573)
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.26 to 1.5.27. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/qos-ch/logback/releases">ch.qos.logback:logback-classic's releases</a>.</em></p> <blockquote> <h2>Logback 1.5.27</h2> <p><strong>2026-01-30 Release of logback version 1.5.27</strong></p> <p>• Updated license to Eclipse Public License version 2.0 from version 1.0, retaining the GPL 2.1 dual-license.</p> <p>• Fixed missing MDC data transmitted by <code>SocketAppender</code> reported in <a href="https://redirect.github.com/qos-ch/logback/issues/1010">issues/1010</a> by Lars Vogel.</p> <p>• Removed all <code>Receiver</code> classes and components which were already disabled for several years.</p> <p>• Refactored file scanning code for improved clarity.</p> <p>• In <code>SizeAndTimeBasedRollingPolicy</code> modified <code>totalSizeCap</code> and <code>maxFileSize</code> comparison to taking into account file compression. This fixes <a href="https://redirect.github.com/qos-ch/logback/issues/1007">issues/1007</a>.</p> <p>• A bit-wise identical binary of this version can be reproduced by building from source code at commit 3618eb01aad6672f9cd250dccf7546a69cbe982f associated with the tag v_1.5.27. Release built using Java &quot;21&quot; 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/qos-ch/logback/commit/3618eb01aad6672f9cd250dccf7546a69cbe982f"><code>3618eb0</code></a> increase timeout delay to 2000 millis</li> <li><a href="https://github.com/qos-ch/logback/commit/db150c3c92656ed01c66dbd8ec2a0f1548637663"><code>db150c3</code></a> prepare release 1.5.27</li> <li><a href="https://github.com/qos-ch/logback/commit/0370b137a47a6148c3f2d527f6bfdbd22d3136a8"><code>0370b13</code></a> fix missing MDC transmission in SocketAppender. Fixes issues/1010</li> <li><a href="https://github.com/qos-ch/logback/commit/8100acd4e49f7d3c78520efacfd98bd398f0e810"><code>8100acd</code></a> remove RemoteAppender*</li> <li><a href="https://github.com/qos-ch/logback/commit/2b67210613628b8610f44063c4e739b71ce83190"><code>2b67210</code></a> remove Receiver related classes</li> <li><a href="https://github.com/qos-ch/logback/commit/d84b58686b3e04661bb47e7260d1fdcb731826ac"><code>d84b586</code></a> remove ReceiverModelHandler - project still builds indicating no active usage</li> <li><a href="https://github.com/qos-ch/logback/commit/44049ed38ff396bc45a98d9b536da8f179547132"><code>44049ed</code></a> remove support for receivers in SerializedModelConfigurator and JoranConfigur...</li> <li><a href="https://github.com/qos-ch/logback/commit/56085d898665d6e99489591333a4ddf381465443"><code>56085d8</code></a> fix test</li> <li><a href="https://github.com/qos-ch/logback/commit/e7764f47e51921abe9635b32c2fa80e65d29efba"><code>e7764f4</code></a> refactor file change scanning for clarity</li> <li><a href="https://github.com/qos-ch/logback/commit/e56a12f865751ce6a599963187b4a861854c7e8a"><code>e56a12f</code></a> bump assertj version</li> <li>Additional commits viewable in <a href="https://github.com/qos-ch/logback/compare/v_1.5.26...v_1.5.27">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.5.26&new-version=1.5.27)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ddf6a03 commit 5b73489

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

java-avoiding-fake-drift/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>ch.qos.logback</groupId>
7878
<artifactId>logback-classic</artifactId>
79-
<version>1.5.26</version>
79+
<version>1.5.27</version>
8080
<scope>runtime</scope>
8181
</dependency>
8282
<dependency>

java-reactor-context-propagation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>ch.qos.logback</groupId>
5353
<artifactId>logback-classic</artifactId>
54-
<version>1.5.26</version>
54+
<version>1.5.27</version>
5555
<scope>runtime</scope>
5656
</dependency>
5757
<dependency>

java-wiremock-timetravel/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>ch.qos.logback</groupId>
3939
<artifactId>logback-classic</artifactId>
40-
<version>1.5.26</version>
40+
<version>1.5.27</version>
4141
<scope>runtime</scope>
4242
</dependency>
4343
<dependency>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>ch.qos.logback</groupId>
6060
<artifactId>logback-classic</artifactId>
61-
<version>1.5.26</version>
61+
<version>1.5.27</version>
6262
<scope>runtime</scope>
6363
</dependency>
6464
<dependency>

0 commit comments

Comments
 (0)