Skip to content

Bump greenmail from 1.5.5 to 1.5.10#93

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/com.icegreen-greenmail-1.5.10
Closed

Bump greenmail from 1.5.5 to 1.5.10#93
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/com.icegreen-greenmail-1.5.10

Conversation

@dependabot-preview
Copy link

Bumps greenmail from 1.5.5 to 1.5.10.

Release notes

Sourced from greenmail's releases.

GreenMail 1.5.10

  • Bugfixes:
    #271 ConcurrentModificationException in getAllMessages
    #273 Always use US_ASCII when reading from a SMTP connection bug
    #267 ServerSetupTest.setPortOffset has no impact on the port configuration

  • Improvements:
    #272 Update greenmail-standalone docker base image to openjdk:7u201-jre-alpine3.9
    #269 Allow to extend GreenMail

For further details, check the issues fixed.

Download also available in Maven Central with GAV coordinates com.icegreen:greenmail:1.5.10 .

GreenMail 1.5.9

  • Bugfixes:
    #264 Empty SEARCH response is invalid according to RFC 3501
    #255 Fix vmlens detected threading issues

  • Improvements:
    #263 Support smaller/larger search terms
    #239 Changed behaviour while delivering corrupted messages / PR #262 Allow malformed addresses

For further details, check the issues fixed.

Download also available in Maven Central with GAV coordinates com.icegreen:greenmail:1.5.9 .

GreenMail 1.5.8

  • Bugfixes:
    #247 UIDVALIDITY nz-number is defined as a non-zero 32bit unsigned integer, not 64bit
    #246 Fixed command continuation request not getting recognised
    #245 Concurrency issues when creating/deleting users
    #243 Retriever using SMTPS TLS
    #242 Retriever accepts null server causing NPE later

  • Improvements:
    #189 Support SMTP AUTH command with PLAIN mechanism
    #253 Update greenmail-standalone docker base image from openjdk:7u151-jre-alpine to latest openjdk:7u181-jdk-alpine3.8
    #251 Append Message is so slow (append got optimized and should be faster now)
    #248 Dependency updates (commons-io, slf4j, ...)
    #233 Search implementation of SentDateTerm/ReceivedDateTerm

For further details, check the issues fixed.

Download also available in Maven Central with GAV coordinates com.icegreen:greenmail:1.5.8 .

GreenMail 1.5.7

  • Bugfixes:
    #229 Return Content-ID header in bodystructure response
    #232 InterruptedException should not be ignored
... (truncated)
Commits
  • 1c6b406 [maven-release-plugin] prepare release release-1.5.10
  • bfdbb0a Doc updated for next release 1.5.10
  • 7080ec1 Always use US_ASCII when reading from a SMTP connection (fixed #273)
  • 6d900dc Doc : update bootstrap from 3.3.7 to 3.4.1
  • 813a88d Updated copyright
  • 6aeacb5 Update greenmail-standalone docker base image (fixes #272)
  • 7800f0e Maven plugin updates
  • e950955 Minor spotbugs and sonar fixes
  • f97c1a0 ConcurrentModificationException in getAllMessages (fixes #271)
  • ef906d4 Why static?
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [greenmail](https://github.com/greenmail-mail-test/greenmail) from 1.5.5 to 1.5.10.
- [Release notes](https://github.com/greenmail-mail-test/greenmail/releases)
- [Commits](greenmail-mail-test/greenmail@release-1.5.5...release-1.5.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 3, 2019
@codecov
Copy link

codecov bot commented Oct 3, 2019

Codecov Report

Merging #93 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #93   +/-   ##
=========================================
  Coverage     86.64%   86.64%           
  Complexity      476      476           
=========================================
  Files            89       89           
  Lines          1400     1400           
  Branches         30       30           
=========================================
  Hits           1213     1213           
  Misses          168      168           
  Partials         19       19

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 1a29e87...0b99fae. Read the comment docs.

@dependabot-preview
Copy link
Author

Superseded by #101.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/com.icegreen-greenmail-1.5.10 branch October 22, 2019 22:16
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.

0 participants