Skip to content

Commit 7d5a280

Browse files
add mockito inline
1 parent 9536083 commit 7d5a280

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)