wttech / bobcat

Bobcat is an automated testing framework for functional testing of web applications.
https://cognifide.github.io/bobcat/
Apache License 2.0
91 stars 40 forks source link

Bump greenmail from 1.5.10 to 1.5.14 #445

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps greenmail from 1.5.10 to 1.5.14.

Release notes

Sourced from greenmail's releases.

1.5.14

This release contains a long overdue rewrite of the IMAP search, fixing many search related bugs.

  • Enhancements #331 Support IMAP search key BODY #329 Rewrite IMAP search parser

  • Dependency updates #324 Update docker base image for GreenMail standalone to 8u252 #330 Update org.springframework from 4.2.9 to 4.3.27 #323 Update jersey 2.30.1 to 2.31 #322 Update commons-io:commons-io version 2.6 to 2.7 #321 Update jetty version 9.4.27.v20200227 to 9.4.30.v20200611

  • Bugfixes: #333 SearchCommandParser doesn't parse a header command properly #319 Search: IMAP Complex search issue #328 Search: Support sequence set lists #326 Search: String.contains is case sensitive so both participants needs to be lowercase #312 Deleting user does not delete all their mailboxes #234 SearchCommandParser breaks with OR #20 Implement search for arbitrary fields

Note: GreenMail requires JDK 8+ now.

For further details, check the issues fixed.

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

1.5.13

  • Bugfixes: #308 Gives POP same behaviour as IMAP when using -Dgreenmail.auth.disabled (also see #311/#268) #309 Doesn't check POP password when logging in with -Dgreenmail.auth.disabled (also see #310) #306 Fix Content-Disposition: inline not reported without parameters

Note: GreenMail requires JDK 8+ now.

For further details, check the issues fixed.

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

1.5.12

  • Improvements: #301 Support for POP3 SASL Plain #300 Support for SMTP AUTH LOGIN #305 Switch and update docker base image for greenmail standalone #304 Update jersey 2.28 -> 2.30.1 (#296) #303 Update slf4j 1.7.29 -> 1.7.30 #302 Update junit 4.12 -> 4.13
Commits
  • 23c8c30 [maven-release-plugin] prepare release release-1.5.14
  • 69764cd Doc update: Preparing 1.5.14 release
  • 9c2b4fe Doc: added roadmap
  • 9f217dd SearchCommandParser doesn't parse a header command properly (closes #333)
  • 0c87155 Doc updates: bootstrap, primjs
  • e05d4a8 SearchCommandParser breaks with OR (fixes #234)
  • 25ac3d2 Support IMAP search key BODY (closes #331)
  • 8add05e Implement search for arbitrary fields (issue #20)
  • 704f821 Update org.springframework from 4.2.9 to 4.3.27 (fixes #330)
  • 6b737a8 Rewrite IMAP search parser (fixes #329)
  • 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) - `@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](https://app.dependabot.com): - 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)
dependabot-preview[bot] commented 3 years ago

Superseded by #450.