Closed scala-steward closed 5 months ago
📦 Updates com.google.guava:guava from 29.0-jre to 33.2.0-jre
29.0-jre
33.2.0-jre
✅ 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.
.scala-steward.conf
Have a fantastic day writing Scala!
labels: library-update, commit-count:1
Issues 0 New issues 0 Accepted issues
Measures 0 Security Hotspots No data about Coverage 0.0% Duplication on New Code
See analysis details on SonarCloud
Superseded by #80.
About this PR
📦 Updates com.google.guava:guava from
29.0-jre
to33.2.0-jre
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 = "com.google.guava", artifactId = "guava" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.google.guava", artifactId = "guava" } }] ```labels: library-update, commit-count:1