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.6.1 #467

Open dependabot-preview[bot] opened 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps greenmail from 1.5.10 to 1.6.1.

Release notes

Sourced from greenmail's releases.

1.6.1

This release contains minor enhancements and dependency updates.

  • Enhancements

    • #349 Simplified (and documented) dynamically selecting free port
    • #345 Support using full email address as login name in standalone version
  • Dependency updates

    • #353 Update docker base image to openjdk:8u272-jre-slim-buster (greenmail-standalone)
    • #352 Update junit5 to 5.7.0
    • #351 Update assertj to 3.18.0 (internal)
    • #350,#346 Update jetty to 9.4.34.v20201102 (greenmail-webapp)
    • #348 Bump junit from 4.13 to 4.13.1
    • #347 Update jersey 2.31 -> 2.32

Note: GreenMail 1.6 requires JDK 8+ now, and used Jakarta Mail 1.6.x

For further details, check the issues fixed.

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

1.6.0

Major changes for GreenMail 1.6 include switch from JavaMail 1.5.x to Jakarta Mail 1.6.x and support for Junit 5.

  • Enhancements

    • #219 Support for JUnit 5 / #241 Add junit5 extension module
    • #332 JUnit 5 : Add the ability to instantiate GreenMail per-class in addition to per-method
    • #334 Deprecated greenmail-core JUnit4 GreenMailRule / add new greenmail-junit4 module
    • #320 Support mail.mime.allowutf8
    • #216 Upgrade to Jakarta Mail 1.6
    • #222 Migrate from hamcrest to assertj test (GreenMail internally)
  • Dependency updates

    • #340 Update docker base image for GreenMail standalone to 8u265
    • #339 Update jetty 9.4.30.v20200611 to 9.4.31.v20200723
  • Breaking changes

    • #281 Require minimum JDK 8 (now officially, before GreenMail 1.5.x versions had a mix)
    • #115 Remove deprecations due for 1.6 release :
      • GreenMail#util()
      • GreenMailOperations#getReceviedMessagesForDomain(domain)
      • GreenMailProxy#getReceviedMessagesForDomain(domain)
      • GreenMail#getReceviedMessagesForDomain(domain)
      • EncodingUtil#readTillNullChar
      • GreenMailUtil#instance()
      • Retriever#logout()
    • #83 Retire greenmail-jboss-service module

Note: GreenMail 1.6 requires JDK 8+ now, and used Jakarta Mail 1.6.x

Commits
  • a988571 [maven-release-plugin] prepare release release-1.6.1
  • e0fc57f Doc: Updated circleci link
  • c68d3e1 Docs: Update for 1.6.1 release
  • e7ea6a8 Build: Removed obsolete site profile
  • 5525424 Build: Update JDK 8/11 to latest patch versions
  • 4a72b9f Build: Use enforcer plugin for enforcing required Maven version
  • d950c7a Docs: Update syntax highlighter prism to 1.22
  • cd9154e Docs: fix table hiding sidebar nav
  • 999f189 Docs: Updated bootstrap to latest 4.5.3
  • c3b1cd7 Update docker base image to openjdk:8u272-jre-slim-buster (fixes #353)
  • 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)