Skip to content

Commit c7cbc3f

Browse files
authored
test(deps): update dependency org.mockito:mockito-core to v3.7.0 (#389)
1 parent f484754 commit c7cbc3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>org.mockito</groupId>
6161
<artifactId>mockito-core</artifactId>
62-
<version>3.6.0</version>
62+
<version>3.7.0</version>
6363
<scope>test</scope>
6464
</dependency>
6565
<dependency>

pubsublite-spark-sql-streaming/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<groupId>org.mockito</groupId>
139139
<artifactId>mockito-core</artifactId>
140140
<scope>test</scope>
141-
<version>3.6.0</version>
141+
<version>3.7.0</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)