Skip to content

Commit cb1c0bb

Browse files
authored
chore(deps): update dependency org.mockito:mockito-core to v5.7.0 (#8821)
1 parent e3d1a92 commit cb1c0bb

File tree

42 files changed

+42
-42
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+42
-42
lines changed

appengine-java11-bundled-services/datastore/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>org.mockito</groupId>
100100
<artifactId>mockito-core</artifactId>
101-
<version>5.6.0</version>
101+
<version>5.7.0</version>
102102
<scope>test</scope>
103103
</dependency>
104104

appengine-java11/cloudsql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>org.mockito</groupId>
9494
<artifactId>mockito-core</artifactId>
95-
<version>5.6.0</version>
95+
<version>5.7.0</version>
9696
<scope>test</scope>
9797
</dependency>
9898
<dependency>

appengine-java17-bundled-services/datastore/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>org.mockito</groupId>
100100
<artifactId>mockito-core</artifactId>
101-
<version>5.6.0</version>
101+
<version>5.7.0</version>
102102
<scope>test</scope>
103103
</dependency>
104104

cloud-sql/mysql/servlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>org.mockito</groupId>
8080
<artifactId>mockito-core</artifactId>
81-
<version>5.6.0</version>
81+
<version>5.7.0</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>

cloud-sql/postgres/servlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.mockito</groupId>
7070
<artifactId>mockito-core</artifactId>
71-
<version>5.6.0</version>
71+
<version>5.7.0</version>
7272
<scope>test</scope>
7373
</dependency>
7474
<dependency>

cloud-sql/sqlserver/servlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.mockito</groupId>
7070
<artifactId>mockito-core</artifactId>
71-
<version>5.6.0</version>
71+
<version>5.7.0</version>
7272
<scope>test</scope>
7373
</dependency>
7474
<dependency>

container-registry/vulnerability-notification-function/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>org.mockito</groupId>
6464
<artifactId>mockito-core</artifactId>
65-
<version>5.6.0</version>
65+
<version>5.7.0</version>
6666
<scope>test</scope>
6767
</dependency>
6868
</dependencies>

content-warehouse/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.mockito</groupId>
6868
<artifactId>mockito-core</artifactId>
69-
<version>5.6.0</version>
69+
<version>5.7.0</version>
7070
<scope>test</scope>
7171
</dependency>
7272
</dependencies>

dialogflow-cx/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.mockito</groupId>
6868
<artifactId>mockito-core</artifactId>
69-
<version>5.6.0</version>
69+
<version>5.7.0</version>
7070
<scope>test</scope>
7171
</dependency>
7272
<dependency>

dialogflow/basic-webhook/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.mockito</groupId>
7272
<artifactId>mockito-core</artifactId>
73-
<version>5.6.0</version>
73+
<version>5.7.0</version>
7474
<scope>test</scope>
7575
</dependency>
7676
</dependencies>

flexible/java-11/helloworld-war/pom.xml

+1-1
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>5.6.0</version>
62+
<version>5.7.0</version>
6363
<scope>test</scope>
6464
</dependency>
6565
<dependency>

flexible/java-8/pubsub/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.mockito</groupId>
9797
<artifactId>mockito-core</artifactId>
98-
<version>5.6.0</version>
98+
<version>5.7.0</version>
9999
<scope>test</scope>
100100
</dependency>
101101
</dependencies>

functions/concepts/after-timeout/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>org.mockito</groupId>
7474
<artifactId>mockito-core</artifactId>
75-
<version>5.6.0</version>
75+
<version>5.7.0</version>
7676
<scope>test</scope>
7777
</dependency>
7878
</dependencies>

functions/concepts/env-vars/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.mockito</groupId>
5757
<artifactId>mockito-core</artifactId>
58-
<version>5.6.0</version>
58+
<version>5.7.0</version>
5959
<scope>test</scope>
6060
</dependency>
6161

functions/concepts/execution-count/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>org.mockito</groupId>
6363
<artifactId>mockito-core</artifactId>
64-
<version>5.6.0</version>
64+
<version>5.7.0</version>
6565
<scope>test</scope>
6666
</dependency>
6767
</dependencies>

functions/concepts/file-system/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.mockito</groupId>
5757
<artifactId>mockito-core</artifactId>
58-
<version>5.6.0</version>
58+
<version>5.7.0</version>
5959
<scope>test</scope>
6060
</dependency>
6161

functions/concepts/lazy-fields/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.mockito</groupId>
5757
<artifactId>mockito-core</artifactId>
58-
<version>5.6.0</version>
58+
<version>5.7.0</version>
5959
<scope>test</scope>
6060
</dependency>
6161

functions/concepts/retry-pubsub/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>org.mockito</groupId>
7474
<artifactId>mockito-core</artifactId>
75-
<version>5.6.0</version>
75+
<version>5.7.0</version>
7676
<scope>test</scope>
7777
</dependency>
7878
<dependency>

functions/concepts/retry-timeout/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>org.mockito</groupId>
7474
<artifactId>mockito-core</artifactId>
75-
<version>5.6.0</version>
75+
<version>5.7.0</version>
7676
<scope>test</scope>
7777
</dependency>
7878

functions/concepts/scopes/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.mockito</groupId>
5757
<artifactId>mockito-core</artifactId>
58-
<version>5.6.0</version>
58+
<version>5.7.0</version>
5959
<scope>test</scope>
6060
</dependency>
6161

functions/firebase/firestore-reactive/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>org.mockito</groupId>
8484
<artifactId>mockito-core</artifactId>
85-
<version>5.6.0</version>
85+
<version>5.7.0</version>
8686
<scope>test</scope>
8787
</dependency>
8888
<dependency>

functions/helloworld/groovy-helloworld/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>org.mockito</groupId>
7575
<artifactId>mockito-core</artifactId>
76-
<version>5.6.0</version>
76+
<version>5.7.0</version>
7777
<scope>test</scope>
7878
</dependency>
7979
<dependency>

functions/helloworld/hello-http-gradle/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
testImplementation 'com.google.cloud.functions:functions-framework-api:1.1.0'
3838
testImplementation 'junit:junit:4.13.2'
3939
testImplementation 'com.google.truth:truth:1.1.5'
40-
testImplementation 'org.mockito:mockito-core:5.6.0'
40+
testImplementation 'org.mockito:mockito-core:5.7.0'
4141
}
4242

4343
jar {

functions/helloworld/hello-http/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<dependency>
100100
<groupId>org.mockito</groupId>
101101
<artifactId>mockito-core</artifactId>
102-
<version>5.6.0</version>
102+
<version>5.7.0</version>
103103
<scope>test</scope>
104104
</dependency>
105105

functions/helloworld/helloworld-gradle/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
testImplementation 'com.google.cloud.functions:functions-framework-api:1.1.0'
3939
testImplementation 'junit:junit:4.13.2'
4040
testImplementation 'com.google.truth:truth:1.1.5'
41-
testImplementation 'org.mockito:mockito-core:5.6.0'
41+
testImplementation 'org.mockito:mockito-core:5.7.0'
4242

4343
// [START functions_example_pom_dependencies]
4444
// [START functions_gradle_add_dependencies]

functions/helloworld/helloworld/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>org.mockito</groupId>
8484
<artifactId>mockito-core</artifactId>
85-
<version>5.6.0</version>
85+
<version>5.7.0</version>
8686
<scope>test</scope>
8787
</dependency>
8888
<!-- [START functions_example_pom] -->

functions/helloworld/kotlin-helloworld/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>org.mockito</groupId>
8080
<artifactId>mockito-core</artifactId>
81-
<version>5.6.0</version>
81+
<version>5.7.0</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>

functions/helloworld/scala-helloworld/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.mockito</groupId>
7373
<artifactId>mockito-core</artifactId>
74-
<version>5.6.0</version>
74+
<version>5.7.0</version>
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>

functions/http/cors-enabled-auth/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>org.mockito</groupId>
6363
<artifactId>mockito-core</artifactId>
64-
<version>5.6.0</version>
64+
<version>5.7.0</version>
6565
<scope>test</scope>
6666
</dependency>
6767
</dependencies>

functions/http/cors-enabled/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>org.mockito</groupId>
6363
<artifactId>mockito-core</artifactId>
64-
<version>5.6.0</version>
64+
<version>5.7.0</version>
6565
<scope>test</scope>
6666
</dependency>
6767
</dependencies>

functions/http/http-form-data/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>org.mockito</groupId>
8080
<artifactId>mockito-core</artifactId>
81-
<version>5.6.0</version>
81+
<version>5.7.0</version>
8282
<scope>test</scope>
8383
</dependency>
8484
</dependencies>

functions/http/http-method/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.mockito</groupId>
6262
<artifactId>mockito-core</artifactId>
63-
<version>5.6.0</version>
63+
<version>5.7.0</version>
6464
<scope>test</scope>
6565
</dependency>
6666
</dependencies>

functions/http/parse-content-type/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>org.mockito</groupId>
7979
<artifactId>mockito-core</artifactId>
80-
<version>5.6.0</version>
80+
<version>5.7.0</version>
8181
<scope>test</scope>
8282
</dependency>
8383
</dependencies>

functions/http/parse-xml/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>org.mockito</groupId>
7575
<artifactId>mockito-core</artifactId>
76-
<version>5.6.0</version>
76+
<version>5.7.0</version>
7777
<scope>test</scope>
7878
</dependency>
7979
</dependencies>

functions/http/send-http-request/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>org.mockito</groupId>
6363
<artifactId>mockito-core</artifactId>
64-
<version>5.6.0</version>
64+
<version>5.7.0</version>
6565
<scope>test</scope>
6666
</dependency>
6767
</dependencies>

functions/pubsub/publish-message/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>org.mockito</groupId>
7979
<artifactId>mockito-core</artifactId>
80-
<version>5.6.0</version>
80+
<version>5.7.0</version>
8181
<scope>test</scope>
8282
</dependency>
8383
</dependencies>

functions/slack/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>org.mockito</groupId>
9090
<artifactId>mockito-core</artifactId>
91-
<version>5.6.0</version>
91+
<version>5.7.0</version>
9292
<scope>test</scope>
9393
</dependency>
9494

functions/spanner/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.mockito</groupId>
6868
<artifactId>mockito-core</artifactId>
69-
<version>5.6.0</version>
69+
<version>5.7.0</version>
7070
<scope>test</scope>
7171
</dependency>
7272
<dependency>

functions/v2/concepts/retry-pubsub/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>org.mockito</groupId>
7171
<artifactId>mockito-core</artifactId>
72-
<version>5.6.0</version>
72+
<version>5.7.0</version>
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>

functions/v2/firebase/firestore-reactive/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>org.mockito</groupId>
100100
<artifactId>mockito-core</artifactId>
101-
<version>5.6.0</version>
101+
<version>5.7.0</version>
102102
<scope>test</scope>
103103
</dependency>
104104
</dependencies>

functions/v2/response-streaming/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>org.mockito</groupId>
6565
<artifactId>mockito-core</artifactId>
66-
<version>5.6.0</version>
66+
<version>5.7.0</version>
6767
<scope>test</scope>
6868
</dependency>
6969
</dependencies>

storage-transfer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.mockito</groupId>
9797
<artifactId>mockito-core</artifactId>
98-
<version>5.6.0</version>
98+
<version>5.7.0</version>
9999
<scope>test</scope>
100100
</dependency>
101101

0 commit comments

Comments
 (0)