Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update postgresql to 42.3.6 #2184

Merged
merged 1 commit into from May 24, 2022

Conversation

scala-steward
Copy link
Contributor

Updates org.postgresql:postgresql from 42.3.5 to 42.3.6.
Changelog

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 (42.3.5).
You might want to review and update them manually.

docs/release-notes.md
Adjust future updates

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

updates.ignore = [ { groupId = "org.postgresql", artifactId = "postgresql" } ]

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

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

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

@codecov
Copy link

codecov bot commented May 24, 2022

Codecov Report

Merging #2184 (811bd56) into master (f46c139) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2184      +/-   ##
==========================================
+ Coverage   82.62%   82.64%   +0.01%     
==========================================
  Files         308      308              
  Lines       12284    12284              
  Branches      772      772              
==========================================
+ Hits        10150    10152       +2     
+ Misses       2134     2132       -2     
Impacted Files Coverage Δ
...rframe/http/grpc/internal/GrpcRequestHandler.scala 76.74% <0.00%> (+1.55%) ⬆️

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 f46c139...811bd56. Read the comment docs.

@xerial
Copy link
Member

xerial commented May 24, 2022

It's a bug fix release

@xerial xerial merged commit 37d09b1 into wvlet:master May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants