scio icon indicating copy to clipboard operation
scio copied to clipboard

Update beam-runners-direct-java, ... to 2.57.0

Open scala-steward opened this issue 1 week ago • 1 comments

About this PR

📦 Updates

  • org.apache.beam:beam-runners-direct-java
  • org.apache.beam:beam-runners-flink-1.17
  • org.apache.beam:beam-runners-google-cloud-dataflow-java
  • org.apache.beam:beam-runners-spark-3
  • org.apache.beam:beam-sdks-java-core
  • org.apache.beam:beam-sdks-java-extensions-avro
  • org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core
  • org.apache.beam:beam-sdks-java-extensions-protobuf
  • org.apache.beam:beam-sdks-java-extensions-sketching
  • org.apache.beam:beam-sdks-java-extensions-sorter
  • org.apache.beam:beam-sdks-java-extensions-sql
  • org.apache.beam:beam-sdks-java-extensions-zetasketch
  • org.apache.beam:beam-sdks-java-io-google-cloud-platform
  • org.apache.beam:beam-sdks-java-io-hadoop-common
  • org.apache.beam:beam-sdks-java-io-hadoop-format
  • org.apache.beam:beam-sdks-java-io-jdbc
  • org.apache.beam:beam-sdks-java-io-neo4j
  • org.apache.beam:beam-sdks-java-io-redis

from 2.56.0 to 2.57.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!

🔍 Files still referring to the old version number

The following files still refer to the old version number (2.56.0). You might want to review and update them manually.

build.sbt
site/src/main/paradox/releases/Apache-Beam.md
⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.apache.beam" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.apache.beam" }
}]
labels: library-update, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:1

scala-steward avatar Jun 26 '24 19:06 scala-steward