Update airframe-log to 2025.1.14 by xerial-bot ยท Pull Request #668 ยท xerial/snappy-java

About this PR

๐Ÿ“ฆ Updates org.wvlet.airframe:airframe-log from 2025.1.1 to 2025.1.14

๐Ÿ“œ GitHub Release Notes - Version Diff

Usage

โœ… Please merge!

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 (2025.1.1).
You might want to review and update them manually.

โš™ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.wvlet.airframe", artifactId = "airframe-log" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.wvlet.airframe", artifactId = "airframe-log" }
}]

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