Skip to content

Commit 118d48c

Browse files
authored
deps: update dependency org.mockito:mockito-core to v3.3.3 (#110)
1 parent 081c4d7 commit 118d48c

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.2.0</version>
121+
<version>3.3.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
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>org.mockito</groupId>
112112
<artifactId>mockito-core</artifactId>
113-
<version>3.2.0</version>
113+
<version>3.3.3</version>
114114
<scope>test</scope>
115115
</dependency>
116116
<dependency>

0 commit comments

Comments
 (0)