Skip to content

Commit e5c3954

Browse files
Update mockito monorepo to v5.21.0 (#272)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1216c55 commit e5c3954

File tree

2 files changed

+4
-4
lines changed
  • tooling/conga-aem-maven-plugin/src/it
    • wcmio-archetype-aem65/parent
    • wcmio-archetype-cloud/parent

2 files changed

+4
-4
lines changed

tooling/conga-aem-maven-plugin/src/it/wcmio-archetype-aem65/parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,12 +285,12 @@
285285
<dependency>
286286
<groupId>org.mockito</groupId>
287287
<artifactId>mockito-core</artifactId>
288-
<version>5.20.0</version>
288+
<version>5.21.0</version>
289289
</dependency>
290290
<dependency>
291291
<groupId>org.mockito</groupId>
292292
<artifactId>mockito-junit-jupiter</artifactId>
293-
<version>5.20.0</version>
293+
<version>5.21.0</version>
294294
</dependency>
295295

296296
</dependencies>

tooling/conga-aem-maven-plugin/src/it/wcmio-archetype-cloud/parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,12 +232,12 @@
232232
<dependency>
233233
<groupId>org.mockito</groupId>
234234
<artifactId>mockito-core</artifactId>
235-
<version>5.20.0</version>
235+
<version>5.21.0</version>
236236
</dependency>
237237
<dependency>
238238
<groupId>org.mockito</groupId>
239239
<artifactId>mockito-junit-jupiter</artifactId>
240-
<version>5.20.0</version>
240+
<version>5.21.0</version>
241241
</dependency>
242242

243243
</dependencies>

0 commit comments

Comments
 (0)