Skip to content

Commit 6d0554a

Browse files
authored
deps: update dependency org.mockito:mockito-core to v3.4.3 (#165)
1 parent f0f1e06 commit 6d0554a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google-cloud-pubsublite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>org.mockito</groupId>
120120
<artifactId>mockito-core</artifactId>
121-
<version>3.4.2</version>
121+
<version>3.4.3</version>
122122
<scope>test</scope>
123123
</dependency>
124124
<dependency>

pubsublite-beam-io/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>org.mockito</groupId>
107107
<artifactId>mockito-core</artifactId>
108-
<version>3.4.2</version>
108+
<version>3.4.3</version>
109109
<scope>test</scope>
110110
</dependency>
111111
<dependency>

0 commit comments

Comments
 (0)