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

chore: Minor dependency updates #3048

Merged
merged 6 commits into from
Feb 15, 2024
Merged

chore: Minor dependency updates #3048

merged 6 commits into from
Feb 15, 2024

Conversation

daschbot
Copy link
Collaborator

About this PR

Updates:

Usage

Please merge!

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

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!

⚙ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "dev.zio", artifactId = "zio-logging" },
  { groupId = "dev.zio", artifactId = "zio-logging-slf4j2-bridge" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-logging" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-logging-slf4j2-bridge" }
  }
]
labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1

@seakayone seakayone self-requested a review February 15, 2024 09:11
@seakayone seakayone enabled auto-merge (squash) February 15, 2024 09:11
Copy link

codecov bot commented Feb 15, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (eac5751) 11.74% compared to head (78780a8) 11.99%.
Report is 72 commits behind head on main.

Files Patch % Lines
.../src/main/scala/org/knora/webapi/util/Logger.scala 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3048      +/-   ##
==========================================
+ Coverage   11.74%   11.99%   +0.24%     
==========================================
  Files         246      262      +16     
  Lines       22907    22739     -168     
==========================================
+ Hits         2690     2727      +37     
+ Misses      20217    20012     -205     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@seakayone seakayone merged commit aa9b718 into main Feb 15, 2024
13 checks passed
@seakayone seakayone deleted the update/minor branch February 15, 2024 22:41
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.

3 participants