Skip to content

Commit a6afc60

Browse files
authored
deps: update dependency org.mockito:mockito-core to v3.5.5 (#217)
1 parent a70a60f commit a6afc60

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
@@ -130,7 +130,7 @@
130130
<dependency>
131131
<groupId>org.mockito</groupId>
132132
<artifactId>mockito-core</artifactId>
133-
<version>3.5.2</version>
133+
<version>3.5.5</version>
134134
<scope>test</scope>
135135
</dependency>
136136
<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.5.2</version>
108+
<version>3.5.5</version>
109109
<scope>test</scope>
110110
</dependency>
111111
<dependency>

0 commit comments

Comments
 (0)