7mind / izumi

Productivity-oriented collection of lightweight fancy stuff for Scala toolchain
https://izumi.7mind.io
BSD 2-Clause "Simplified" License
613 stars 66 forks source link

Update byte-buddy to 1.14.18 #2149

Closed scala-steward closed 1 month ago

scala-steward commented 2 months ago

About this PR

📦 Updates net.bytebuddy:byte-buddy from 1.14.17 to 1.14.18

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!

âš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "net.bytebuddy", artifactId = "byte-buddy" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "net.bytebuddy", artifactId = "byte-buddy" } }] ```

labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1