apache / pekko-grpc

Apache Pekko gRPC
https://pekko.apache.org/
Apache License 2.0
39 stars 17 forks source link

Update guava to 32.1.2-jre #269

Closed scala-steward-asf[bot] closed 5 months ago

scala-steward-asf[bot] commented 5 months ago

About this PR

📦 Updates com.google.guava:guava from 32.1.2-android to 32.1.2-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!

🔍 Files still referring to the old version number The following files still refer to the old version number (32.1.2-android). You might want to review and update them manually. ``` gradle-plugin/build.gradle ```
⚙ 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, early-semver-pre-release, semver-spec-pre-release, old-version-remains, commit-count:1

raboof commented 5 months ago

@pjfanning did you have a reason to depend on guava-android instead of guava-jre in 9fad0376d7c48f18abe0974c8ee9ce48d03d19df ?

pjfanning commented 5 months ago

one of our dependencies prefers the android version of guava

now that we have upgraded dependencies, we can stop forcing guava ourselves and just rely on the transitive dependency

pjfanning commented 5 months ago

I've created https://github.com/apache/pekko-grpc/pull/279