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

Bump kotlin.version from 1.4.31 to 1.4.32 #509

Merged
merged 1 commit into from
Mar 23, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps kotlin.version from 1.4.31 to 1.4.32.
Updates kotlin-maven-plugin from 1.4.31 to 1.4.32

Updates kotlin-stdlib from 1.4.31 to 1.4.32

Commits

Updates kotlin-stdlib-common from 1.4.31 to 1.4.32

Commits

Updates kotlin-test-junit from 1.4.31 to 1.4.32

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps `kotlin.version` from 1.4.31 to 1.4.32.

Updates `kotlin-maven-plugin` from 1.4.31 to 1.4.32

Updates `kotlin-stdlib` from 1.4.31 to 1.4.32
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-stdlib-common` from 1.4.31 to 1.4.32
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-test-junit` from 1.4.31 to 1.4.32
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 23, 2021
@codecov
Copy link

codecov bot commented Mar 23, 2021

Codecov Report

Merging #509 (6f65c81) into main (43669ad) will increase coverage by 0.20%.
The diff coverage is n/a.

❗ Current head 6f65c81 differs from pull request most recent head 7dc2fe4. Consider uploading reports for the commit 7dc2fe4 to get more accurate results
Impacted file tree graph

@@             Coverage Diff              @@
##               main     #509      +/-   ##
============================================
+ Coverage     89.89%   90.10%   +0.20%     
- Complexity     3000     3009       +9     
============================================
  Files           382      382              
  Lines         11597    11597              
  Branches       1446     1448       +2     
============================================
+ Hits          10425    10449      +24     
+ Misses          604      581      -23     
+ Partials        568      567       -1     
Impacted Files Coverage Δ Complexity Δ
...ava/io/smallrye/mutiny/helpers/HalfSerializer.java 77.77% <0.00%> (-11.12%) 8.00% <0.00%> (-1.00%)
...mallrye/mutiny/operators/multi/FlatMapManager.java 95.83% <0.00%> (-2.78%) 19.00% <0.00%> (-1.00%)
...a/io/smallrye/mutiny/helpers/BlockingIterable.java 88.77% <0.00%> (-1.03%) 10.00% <0.00%> (ø%)
...mallrye/mutiny/operators/multi/MultiFlatMapOp.java 85.98% <0.00%> (ø) 3.00% <0.00%> (ø%)
...erators/multi/builders/SerializedMultiEmitter.java 82.27% <0.00%> (+1.26%) 26.00% <0.00%> (+1.00%)
...lrye/mutiny/subscription/SerializedSubscriber.java 90.56% <0.00%> (+1.88%) 28.00% <0.00%> (ø%)
...y/operators/multi/builders/IterableBasedMulti.java 84.04% <0.00%> (+2.12%) 4.00% <0.00%> (ø%)
...java/io/smallrye/mutiny/helpers/Subscriptions.java 80.11% <0.00%> (+2.76%) 48.00% <0.00%> (+2.00%)
.../io/smallrye/mutiny/helpers/queues/DrainUtils.java 82.22% <0.00%> (+6.66%) 13.00% <0.00%> (+2.00%)
...perators/multi/processors/SerializedProcessor.java 89.10% <0.00%> (+15.84%) 24.00% <0.00%> (+6.00%)

@jponge jponge added this to the 0.15.0 milestone Mar 23, 2021
@jponge jponge merged commit dad7f1b into main Mar 23, 2021
@jponge jponge deleted the dependabot/maven/kotlin.version-1.4.32 branch March 23, 2021 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant