File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com)
1515- #3333 - Use lodash embedded by ACS AEM Commons
1616- #3323 - Add Provider Type Checker Plugin
1717- #3338 - Prevent URL modification on dismiss
18+ - #3327 - update mockito dependencies
1819
1920### Fixed
2021
Original file line number Diff line number Diff line change @@ -673,13 +673,13 @@ Bundle-DocURL: https://adobe-consulting-services.github.io/acs-aem-commons/
673673 <dependency >
674674 <groupId >org.mockito</groupId >
675675 <artifactId >mockito-core</artifactId >
676- <version >4 .11.0</version > <!-- >= 5.x requires Java 11 -- >
676+ <version >5 .11.0</version >
677677 <scope >test</scope >
678678 </dependency >
679679 <dependency >
680680 <groupId >org.mockito</groupId >
681681 <artifactId >mockito-junit-jupiter</artifactId >
682- <version >4 .11.0</version > <!-- >= 5.x requires Java 11 -- >
682+ <version >5 .11.0</version >
683683 <scope >test</scope >
684684 </dependency >
685685 <dependency >
You can’t perform that action at this time.
0 commit comments