Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update logback-classic to 1.4.1 #2205

Closed
wants to merge 1 commit into from
Closed

Conversation

daschbot
Copy link
Collaborator

Updates ch.qos.logback:logback-classic from 1.4.0 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.4.0).
You might want to review and update them manually.

CHANGELOG.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-classic" } ]

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

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

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

@codecov
Copy link

codecov bot commented Sep 18, 2022

Codecov Report

Base: 86.64% // Head: 86.84% // Increases project coverage by +0.20% 🎉

Coverage data is based on head (c6e6c4e) compared to base (71c772f).
Patch coverage: 73.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2205      +/-   ##
==========================================
+ Coverage   86.64%   86.84%   +0.20%     
==========================================
  Files         233      242       +9     
  Lines       28020    28177     +157     
==========================================
+ Hits        24277    24471     +194     
+ Misses       3743     3706      -37     
Impacted Files Coverage Δ
...sp-shared/src/main/scala/dsp/valueobjects/V2.scala 84.05% <0.00%> (-1.45%) ⬇️
webapi/src/main/scala/org/knora/webapi/Main.scala 0.00% <0.00%> (ø)
...sponder/projectsmessages/ProjectsMessagesADM.scala 91.19% <ø> (ø)
...tore/triplestoremessages/TriplestoreMessages.scala 74.78% <ø> (-0.22%) ⬇️
...a/org/knora/webapi/messages/util/ValueUtilV1.scala 91.26% <ø> (-0.05%) ⬇️
...api/responders/admin/PermissionsResponderADM.scala 90.22% <ø> (ø)
...webapi/responders/admin/ProjectsResponderADM.scala 92.13% <ø> (ø)
...n/scala/org/knora/webapi/routing/RouteUtilV1.scala 81.81% <ø> (ø)
.../scala/org/knora/webapi/routing/VersionRoute.scala 100.00% <ø> (ø)
...org/knora/webapi/routing/admin/FilesRouteADM.scala 85.71% <ø> (ø)
... and 80 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@BalduinLandolt
Copy link
Collaborator

resolved by #2214

@BalduinLandolt BalduinLandolt deleted the update/logback-classic-1.4.1 branch September 21, 2022 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants