akka-http
akka-http copied to clipboard
build: update caffeine from 2.9.3 to 3.0.6
Updates com.github.ben-manes.caffeine:caffeine from 2.9.3 to 3.0.6. GitHub Release Notes - Version Diff
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!
Ignore future updates
Add this to your .scala-steward.conf file to ignore future updates of this dependency:
updates.ignore = [ { groupId = "com.github.ben-manes.caffeine", artifactId = "caffeine" } ]
labels: library-update, early-semver-major, semver-spec-major, commit-count:1
Caffeine 3.x is incompatible with 2.x (though at first glance the differences seem small, https://github.com/ben-manes/caffeine/releases/tag/v3.0.0), perhaps we should postpone that update to Akka HTTP 10.3.x?
Can only update when drop java 11.
@raboof @jrudolph can pin on the 2.9.x version. https://github.com/akka/akka-http/pull/4083
Can only update when drop java 11.
@He-Pin Did you mean drop Java 8? Caffeine 3 support Java 11+.
For Java 11 or above, use 3.1.x otherwise use 2.9.x.
©https://github.com/ben-manes/caffeine
Can only update when drop java 11.
Good to know, thanks. Let's revisit when we decide if we keep supporting Java 8 on 10.3.x.