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-parent from 2.7.1 to 2.8.0 #202

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 2, 2021

Bumps kotlin-parent from 2.7.1 to 2.8.0.

Release notes

Sourced from kotlin-parent's releases.

2.8.0

Changes:

  • #207: Bump kotlin-logging from 1.10.7 to 1.12.0
  • #209: Bump jacoco-maven-plugin from 0.8.5 to 0.8.6
  • #208: Bump checkstyle from 8.36 to 8.36.1
  • #210: Bump mockito.version from 3.5.10 to 3.5.11
  • #211: Bump junit-bom from 5.6.2 to 5.7.0
  • #212: Bump mockito.version from 3.5.11 to 3.5.13
  • #213: Bump mockk.version from 1.10.0 to 1.10.2
  • #214: Bump spotbugs-maven-plugin from 4.0.4 to 4.1.3
  • #215: Bump checkstyle from 8.36.1 to 8.36.2
  • #216: Bump reproducible-build-maven-plugin from 0.12 to 0.13
  • #217: Bump jib-maven-plugin from 2.5.2 to 2.6.0
  • #218: Bump lombok from 1.18.12 to 1.18.14
  • #219: [Security] Bump junit from 4.13 to 4.13.1
  • #220: Bump lombok from 1.18.14 to 1.18.16
  • #221: Bump mockito.version from 3.5.13 to 3.5.15
  • #222: Bump spotbugs-maven-plugin from 4.1.3 to 4.1.4
  • #223: Bump mockito.version from 3.5.15 to 3.6.0
  • #224: Bump assertj-core from 3.17.2 to 3.18.0
  • #225: Bump ktlint-maven-plugin from 1.6.1 to 1.7.0
  • #226: Bump checkstyle from 8.36.2 to 8.37
  • #227: Bump assertj-core from 3.18.0 to 3.18.1
  • #228: Bump kotlin.version from 1.4.10 to 1.4.20
  • #229: Bump mockito.version from 3.6.0 to 3.6.28
  • #230: Bump mockk.version from 1.10.2 to 1.10.3-jdk8
  • #231: Bump checkstyle from 8.37 to 8.38
  • #232: Bump jib-maven-plugin from 2.6.0 to 2.7.0
  • #233: Bump kotlin.version from 1.4.20 to 1.4.21
  • #234: Switch to GitHub Actions
  • #235: Simplify build workflow
Commits

Dependabot compatibility score

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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 2, 2021
@freemanjp
Copy link
Member

@dependabot rebase

Bumps [kotlin-parent](https://github.com/gantsign/maven-parent-poms) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/gantsign/maven-parent-poms/releases)
- [Commits](gantsign/maven-parent-poms@2.7.1...2.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/maven/com.github.gantsign.parent-kotlin-parent-2.8.0 branch from 05e1b75 to 2e75b21 Compare January 2, 2021 14:15
@codecov
Copy link

codecov bot commented Jan 2, 2021

Codecov Report

Merging #202 (2e75b21) into master (1da3afd) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##              master      #202   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       136       136           
===========================================
  Files             70        70           
  Lines            589       589           
  Branches          33        33           
===========================================
  Hits             589       589           

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 1da3afd...2e75b21. Read the comment docs.

@freemanjp freemanjp merged commit 332846e into master Jan 2, 2021
@freemanjp freemanjp deleted the dependabot/maven/com.github.gantsign.parent-kotlin-parent-2.8.0 branch January 2, 2021 14:20
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