From ceb1d29743c1abf733c2014bb3aa0bc364cf9007 Mon Sep 17 00:00:00 2001 From: shipkit-org Date: Mon, 26 Nov 2018 16:06:01 +0000 Subject: [PATCH] 2.23.6 release (previous 2.23.5) + release notes updated by CI build 3653 [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 d41389f1e7..45f9451a7c 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/)* +#### 2.23.6 + - 2018-11-26 - [5 commits](https://github.com/mockito/mockito/compare/v2.23.5...v2.23.6) by [Szczepan Faber](https://github.com/mockitoguy) (4), [Max Grabenhorst](https://github.com/maxgrabenhorst) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-2.23.6-green.svg)](https://bintray.com/mockito/maven/mockito-development/2.23.6) + - Fixes #1541: Prevent premature garbage collection of mock objects [(#1544)](https://github.com/mockito/mockito/pull/1544) + - Mock object premature garbage collected when using 'One-liner stubs' [(#1541)](https://github.com/mockito/mockito/issues/1541) + #### 2.23.5 - 2018-11-25 - [3 commits](https://github.com/mockito/mockito/compare/v2.23.4...v2.23.5) by [Szczepan Faber](https://github.com/mockitoguy) - published to [![Bintray](https://img.shields.io/badge/Bintray-2.23.5-green.svg)](https://bintray.com/mockito/maven/mockito-development/2.23.5) - Improved sensitivity of potential stubbing problem [(#1539)](https://github.com/mockito/mockito/pull/1539) diff --git a/version.properties b/version.properties index 804df340d4..baf8beb7f9 100644 --- a/version.properties +++ b/version.properties @@ -1,8 +1,8 @@ #Currently building Mockito version -version=2.23.6 +version=2.23.7 #Previous version used to generate release notes delta -previousVersion=2.23.5 +previousVersion=2.23.6 #Not published currently, see https://github.com/mockito/mockito/issues/962 mockito.testng.version=1.0