From 929840ab691b2f502b9958ac9483104bfd88a9ee Mon Sep 17 00:00:00 2001 From: shipkit-org Date: Mon, 24 Aug 2020 22:21:12 +0000 Subject: [PATCH] 3.5.6 release (previous 3.5.5) + release notes updated by CI build 4744 [ci skip-release] --- doc/release-notes/official.md | 5 +++++ version.properties | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/release-notes/official.md b/doc/release-notes/official.md index 103190cbf8..2e36d33b49 100644 --- a/doc/release-notes/official.md +++ b/doc/release-notes/official.md @@ -1,5 +1,10 @@ *Release notes were automatically generated by [Shipkit](http://shipkit.org/)* +#### 3.5.6 + - 2020-08-24 - [5 commits](https://github.com/mockito/mockito/compare/v3.5.5...v3.5.6) by [Rafael Winterhalter](https://github.com/raphw) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.5.6-green.svg)](https://bintray.com/mockito/maven/mockito/3.5.6) + - Only apply argument on illegal module access for inline tests if Java version is at least 9. [(#2022)](https://github.com/mockito/mockito/pull/2022) + - Constructor dispatch [(#2021)](https://github.com/mockito/mockito/pull/2021) + #### 3.5.5 - 2020-08-22 - [3 commits](https://github.com/mockito/mockito/compare/v3.5.4...v3.5.5) by [Rafael Winterhalter](https://github.com/raphw) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.5.5-green.svg)](https://bintray.com/mockito/maven/mockito/3.5.5) - Constructor dispatch [(#2020)](https://github.com/mockito/mockito/pull/2020) diff --git a/version.properties b/version.properties index 2c986e8329..b6f1ad233c 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ # Currently building Mockito version -version=3.5.6 +version=3.5.7 # Previous version used to generate release notes delta -previousVersion=3.5.5 +previousVersion=3.5.6