airframe icon indicating copy to clipboard operation
airframe copied to clipboard

Update logback-core to 1.4.1

Open xerial-bot opened this issue 3 years ago • 1 comments

Updates ch.qos.logback:logback-core from 1.2.11 to 1.4.1.

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Files still referring to the old version number

The following files still refer to the old version number (1.2.11). You might want to review and update them manually.

docs/release-notes.md
Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "ch.qos.logback", artifactId = "logback-core" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "@monthly" },
  dependency = { groupId = "ch.qos.logback", artifactId = "logback-core" }
}]

labels: library-update, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:1

xerial-bot avatar Sep 14 '22 20:09 xerial-bot

Codecov Report

Merging #2410 (c2b3415) into master (b9bc27c) will decrease coverage by 0.01%. The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2410      +/-   ##
==========================================
- Coverage   82.44%   82.42%   -0.02%     
==========================================
  Files         348      348              
  Lines       13920    13920              
  Branches     2167     2167              
==========================================
- Hits        11476    11474       -2     
- Misses       2444     2446       +2     
Impacted Files Coverage Δ
...in/scala/wvlet/airframe/http/grpc/GrpcClient.scala 83.14% <0.00%> (-3.38%) :arrow_down:
...frame-rx/src/main/scala/wvlet/airframe/rx/Rx.scala 85.18% <0.00%> (+1.23%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b9bc27c...c2b3415. Read the comment docs.

codecov[bot] avatar Sep 14 '22 20:09 codecov[bot]