davidmoten / subethasmtp

SubEtha SMTP is a Java library for receiving SMTP mail
Other
149 stars 40 forks source link

Bump guava-mini from 0.1.3 to 0.1.4 #57

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps guava-mini from 0.1.3 to 0.1.4.

Release notes

Sourced from guava-mini's releases.

0.1.4

Enhancements

  • add Maps builder
  • migrate CI to github actions
  • suppress warning in Lists
  • add jacoco plugin
  • add preconditions to Maps
  • bump maven-bundle-plugin from 4.2.1 to 5.1.1
  • bump maven-project-info-reports-plugin frm 2.7 to 3.1.1
  • bump maven-jxr-plugin from 2.5 to 3.0.0
  • bump maven-javadoc-plugin from 2.10.3 to 3.2.0
  • bump maven-compiler-plugin from 3.5.1 to 3.8.1
  • bump mockito-core from 1.10.8 to 4.0.0
  • bump junit-extras from 0.3 to 0.4
  • remove obsolete plugins
  • Bump maven-pmd-plugin from 3.4 to 3.15.0
  • Bump maven-checkstyle-plugin from 2.13 to 3.1.2
  • Bump maven-site-plugin from 3.4 to 3.9.1
  • Bump junit from 4.12 to 4.13.2
  • update badges in README.md

Full Changelog: https://github.com/davidmoten/guava-mini/compare/0.1.3...0.1.4

Commits
  • db889b7 [maven-release-plugin] prepare release 0.1.4
  • b21eeb8 add test
  • 5434794 suppress warning in Lists
  • c512d18 add jacoco plugin
  • ea0c6f0 add preconditions to Maps
  • 4715474 Update README.md
  • 1d79ee8 bump maven-bundle-plugin from 4.2.1 to 5.1.1
  • c33739b bump maven-project-info-reports-plugin frm 2.7 to 3.1.1
  • 035542c bump maven-jxr-plugin from 2.5 to 3.0.0
  • d35e5d3 bump maven-javadoc-plugin from 2.10.3 to 3.2.0
  • 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 2 years ago

Codecov Report

Merging #57 (21978f5) into master (84532fd) will decrease coverage by 0.08%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #57      +/-   ##
============================================
- Coverage     70.27%   70.19%   -0.09%     
+ Complexity      458      457       -1     
============================================
  Files            72       72              
  Lines          2372     2372              
  Branches        248      248              
============================================
- Hits           1667     1665       -2     
- Misses          583      584       +1     
- Partials        122      123       +1     
Impacted Files Coverage Δ
...thamail/smtp/server/TimeBasedSessionIdFactory.java 77.77% <0.00%> (-22.23%) :arrow_down:

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 84532fd...21978f5. Read the comment docs.