scalameta / metabrowse

Static site generator for code search with IDE features for Scala
https://scalameta.org/metabrowse/#/scalafix/scalafix-core/src/main/scala/scalafix/patch/Patch.scala
Apache License 2.0
107 stars 26 forks source link

Update selenium-java to 4.22.0 #492

Closed scalameta-bot closed 3 months ago

scalameta-bot commented 4 months ago

About this PR

📦 Updates org.seleniumhq.selenium:selenium-java from 4.21.0 to 4.22.0

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 = "org.seleniumhq.selenium", artifactId = "selenium-java" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.seleniumhq.selenium", artifactId = "selenium-java" } }] ```

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

scalameta-bot commented 3 months ago

Superseded by #498.