Skip to content

Commit 67292e2

Browse files
committed
Upgrade to Mockito 5.19.0.
Closes #2651
1 parent c2b0e14 commit 67292e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Preconfigures the following:
1414
1515
- Logging dependencies: SLF4j + Commons Logging bridge and Logback as test dependency
16-
- Test dependencies: JUnit 5 / Mockito
16+
- Test dependencies: JUnit / Mockito
1717
- Dependency versions for commonly used dependencies
1818
1919
-->
@@ -127,7 +127,7 @@
127127
<microbenchmark>1.0.0-RC1</microbenchmark>
128128
<micrometer>1.16.0-M2</micrometer>
129129
<micrometer-tracing>1.6.0-M2</micrometer-tracing>
130-
<mockito>5.18.0</mockito>
130+
<mockito>5.19.0</mockito>
131131
<mockk>1.14.5</mockk>
132132
<nullaway>0.12.4</nullaway>
133133
<querydsl>5.1.0</querydsl>

0 commit comments

Comments
 (0)