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 #2955

Merged
merged 5 commits into from Dec 5, 2023
Merged

chore: Minor dependency updates #2955

merged 5 commits into from Dec 5, 2023

Conversation

daschbot
Copy link
Collaborator

@daschbot daschbot commented Dec 1, 2023

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 = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-spray" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-zio" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-pekko-http-server" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-swagger-ui-bundle" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-zio-http-server" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-zio-metrics" },
  { groupId = "org.apache.commons", artifactId = "commons-lang3" },
  { groupId = "org.springframework.security", artifactId = "spring-security-core" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-spray" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-zio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-pekko-http-server" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-swagger-ui-bundle" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-zio-http-server" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-zio-metrics" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.commons", artifactId = "commons-lang3" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.springframework.security", artifactId = "spring-security-core" }
  }
]
labels: library-update, early-semver-minor, semver-spec-minor, commit-count:n:3

Copy link

codecov bot commented Dec 1, 2023

Codecov Report

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

Comparison is base (44e6bdc) 11.63% compared to head (352fddf) 11.60%.
Report is 5 commits behind head on main.

Files Patch % Lines
...knora/webapi/messages/util/rdf/RdfFormatUtil.scala 15.38% 66 Missing ⚠️
...cala/org/knora/webapi/slice/common/api/ApiV2.scala 0.00% 47 Missing ⚠️
...nora/webapi/slice/search/api/SearchEndpoints.scala 0.00% 25 Missing ⚠️
...org/knora/webapi/messages/util/rdf/JenaModel.scala 4.16% 23 Missing ⚠️
...knora/webapi/responders/v2/SearchResponderV2.scala 0.00% 19 Missing ⚠️
...c/main/scala/org/knora/webapi/OntologySchema.scala 25.00% 18 Missing ⚠️
...n/scala/org/knora/webapi/routing/RouteUtilV2.scala 0.00% 17 Missing ⚠️
.../knora/webapi/slice/common/api/BaseEndpoints.scala 0.00% 17 Missing ⚠️
...rg/knora/webapi/messages/util/rdf/JsonLDUtil.scala 0.00% 12 Missing ⚠️
...plestore/upgrade/plugins/UpgradePluginPR1307.scala 0.00% 10 Missing ⚠️
... and 25 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2955      +/-   ##
==========================================
- Coverage   11.63%   11.60%   -0.03%     
==========================================
  Files         246      247       +1     
  Lines       22880    22893      +13     
==========================================
- Hits         2661     2657       -4     
- Misses      20219    20236      +17     

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@mpro7 mpro7 enabled auto-merge (squash) December 5, 2023 14:39
@mpro7 mpro7 merged commit 8c2afcd into main Dec 5, 2023
15 checks passed
@mpro7 mpro7 deleted the update/minor branch December 5, 2023 15:02
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