featran icon indicating copy to clipboard operation
featran copied to clipboard

Update flink-clients, flink-scala to 1.14.5

Open scala-steward opened this issue 2 years ago • 1 comments

Updates

from 1.14.4 to 1.14.5. 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!

Adjust future updates

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

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

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

dependencyOverrides = [{
  pullRequests = { frequency = "@monthly" },
  dependency = { groupId = "org.apache.flink" }
}]

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

scala-steward avatar Jul 07 '22 01:07 scala-steward

Codecov Report

Merging #629 (1a6c611) into main (87aae23) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #629   +/-   ##
=======================================
  Coverage   97.32%   97.32%           
=======================================
  Files          57       57           
  Lines        1684     1684           
  Branches       80       80           
=======================================
  Hits         1639     1639           
  Misses         45       45           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 87aae23...1a6c611. Read the comment docs.

codecov[bot] avatar Jul 07 '22 02:07 codecov[bot]

Superseded by #648.

scala-steward avatar Oct 18 '22 02:10 scala-steward