Skip to content

Commit 4f28071

Browse files
Bump org.mockito:mockito-core from 5.16.0 to 5.16.1
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.16.0 to 5.16.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.16.0...v5.16.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6c00778 commit 4f28071

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

assertj-mail-jakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>org.mockito</groupId>
102102
<artifactId>mockito-core</artifactId>
103-
<version>5.16.0</version>
103+
<version>5.16.1</version>
104104
<scope>test</scope>
105105
</dependency>
106106
</dependencies>

assertj-mail/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>org.mockito</groupId>
102102
<artifactId>mockito-core</artifactId>
103-
<version>5.16.0</version>
103+
<version>5.16.1</version>
104104
<scope>test</scope>
105105
</dependency>
106106
</dependencies>

examples-jakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.mockito</groupId>
5454
<artifactId>mockito-core</artifactId>
55-
<version>5.16.0</version>
55+
<version>5.16.1</version>
5656
<scope>test</scope>
5757
</dependency>
5858
<dependency>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.mockito</groupId>
5454
<artifactId>mockito-core</artifactId>
55-
<version>5.16.0</version>
55+
<version>5.16.1</version>
5656
<scope>test</scope>
5757
</dependency>
5858
<dependency>

0 commit comments

Comments
 (0)