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

Merged
merged 8 commits into from
Dec 19, 2024
Merged

chore: Minor dependency updates #3438

merged 8 commits into from
Dec 19, 2024

Conversation

daschbot
Copy link
Collaborator

@daschbot daschbot commented Dec 1, 2024

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!

🔍 Files still referring to the old version numbers

The following files still refer to the old version numbers.
You might want to review and update them manually.

CHANGELOG.md
⚙ 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" },
  { groupId = "org.eclipse.rdf4j", artifactId = "rdf4j-client" },
  { groupId = "org.eclipse.rdf4j", artifactId = "rdf4j-shacl" },
  { groupId = "org.eclipse.rdf4j", artifactId = "rdf4j-sparqlbuilder" },
  { groupId = "org.wiremock", artifactId = "wiremock" }
]

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" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.eclipse.rdf4j", artifactId = "rdf4j-client" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.eclipse.rdf4j", artifactId = "rdf4j-shacl" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.eclipse.rdf4j", artifactId = "rdf4j-sparqlbuilder" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.wiremock", artifactId = "wiremock" }
  }
]
labels: library-update, test-library-update, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:n:3

@seakayone seakayone removed their request for review December 12, 2024 16:59
@seakayone
Copy link
Contributor

Upgrade of wiremock fails because we are affected by the wiremock/wiremock#2911 (A PR is already open to fix that issue, we will have to wait for the fix to be merged and released).

In our upgrade PR I will revert the wiremock dependency upgrade so the other components can be upgraded.

@seakayone seakayone self-assigned this Dec 19, 2024
@seakayone seakayone self-requested a review December 19, 2024 10:25
@seakayone seakayone enabled auto-merge (squash) December 19, 2024 10:28
@seakayone seakayone merged commit d31a55f into main Dec 19, 2024
9 checks passed
@seakayone seakayone deleted the update/minor branch December 19, 2024 10:47
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.

2 participants