Skip to content

[2.9.x] Patch updates#13170

Merged
mkurz merged 3 commits into
2.9.xfrom
update/2.9.x/patches
Feb 28, 2025
Merged

[2.9.x] Patch updates#13170
mkurz merged 3 commits into
2.9.xfrom
update/2.9.x/patches

Conversation

@mkurz
Copy link
Copy Markdown
Member

@mkurz mkurz commented Feb 28, 2025

About this PR

Updates:

  • 📦 ch.qos.logback:logback-classic from 1.5.16 to 1.5.17
  • 📦 org.eu.acolyte:jdbc-driver from 1.2.9 to 1.2.10
  • 📦 org.slf4j:jcl-over-slf4j from 2.0.16 to 2.0.17
  • 📦 org.slf4j:jul-to-slf4j from 2.0.16 to 2.0.17
  • 📦 org.slf4j:slf4j-api from 2.0.16 to 2.0.17
  • 📦 org.slf4j:slf4j-simple from 2.0.16 to 2.0.17

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 = "ch.qos.logback", artifactId = "logback-classic" },
  { groupId = "org.eu.acolyte", artifactId = "jdbc-driver" },
  { groupId = "org.slf4j", artifactId = "jcl-over-slf4j" },
  { groupId = "org.slf4j", artifactId = "jul-to-slf4j" },
  { groupId = "org.slf4j", artifactId = "slf4j-api" },
  { groupId = "org.slf4j", artifactId = "slf4j-simple" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.qos.logback", artifactId = "logback-classic" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.eu.acolyte", artifactId = "jdbc-driver" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.slf4j", artifactId = "jcl-over-slf4j" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.slf4j", artifactId = "jul-to-slf4j" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.slf4j", artifactId = "slf4j-api" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.slf4j", artifactId = "slf4j-simple" }
  }
]
labels: library-update, test-library-update, early-semver-patch, semver-spec-patch, commit-count:n:3

@mkurz mkurz merged commit f35c9e0 into 2.9.x Feb 28, 2025
@mkurz mkurz deleted the update/2.9.x/patches branch February 28, 2025 10:55
@mkurz mkurz added this to the 2.9.7 milestone Mar 13, 2025
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.

1 participant