davidmoten / aws-lightweight-client-java

A lightweight java client for the AWS API. Signs requests with AWS Version 4 and offers helpful builders.
Apache License 2.0
29 stars 1 forks source link

Bump kool from 0.1.17 to 0.1.18 #12

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps kool from 0.1.17 to 0.1.18.

Release notes

Sourced from kool's releases.

0.1.18

Enhancements

  • add Maybe.filter
  • add Stream.doWithIndex
  • Bump jackson-databind from 2.12.3 to 2.12.4
  • Bump maven-pmd-plugin from 3.10.0 to 3.14.0
  • Bump maven-javadoc-plugin from 3.0.1 to 3.3.0
  • Bump jacoco-maven-plugin from 0.8.2 to 0.8.7
  • Bump exec-maven-plugin from 1.6.0 to 3.0.0
  • Bump junit-extras from 0.3 to 0.4
  • Bump maven-checkstyle-plugin from 3.0.0 to 3.1.2
  • Bump maven-jxr-plugin from 2.5 to 3.1.1
  • Bump maven-compiler-plugin from 3.7.0 to 3.8.1
  • Bump maven-site-plugin from 3.7.1 to 3.9.1
  • Bump maven-jar-plugin from 3.1.0 to 3.2.0
  • use GitHub Actions for CI
  • upgrade jmh from 1.26 to 1.32
  • Create codeql-analysis.yml
  • upgrade junit from 4.13.1 to 4.13.2
Commits
  • 930af55 [maven-release-plugin] prepare release 0.1.18
  • 162d520 add Maybe.filter
  • b941dfc Bump jackson-databind from 2.12.3 to 2.12.4
  • 57fe839 Bump maven-pmd-plugin from 3.10.0 to 3.14.0
  • cc0bd5c Bump maven-javadoc-plugin from 3.0.1 to 3.3.0
  • f2d4430 Bump jacoco-maven-plugin from 0.8.2 to 0.8.7
  • d30a7ca Bump exec-maven-plugin from 1.6.0 to 3.0.0
  • 33a56c7 Bump junit-extras from 0.3 to 0.4
  • 34088c2 Bump maven-checkstyle-plugin from 3.0.0 to 3.1.2
  • 4c68dfd Bump maven-jxr-plugin from 2.5 to 3.1.1
  • Additional commits viewable in compare view


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)
codecov-commenter commented 3 years ago

Codecov Report

Merging #12 (8d20f53) into master (205373a) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##              master       #12   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       341       341           
===========================================
  Files             24        24           
  Lines            978       978           
  Branches         117       117           
===========================================
  Hits             978       978           

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 205373a...8d20f53. Read the comment docs.