Skip to content

Commit d7439c0

Browse files
Bump mockito-core from 5.3.1 to 5.4.0 (#37)
* Bump mockito-core from 5.3.1 to 5.4.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 5.3.1 to 5.4.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.3.1...v5.4.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1cace1a commit d7439c0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828
- Bump `native-maven-plugin` from 0.9.22 to 0.9.23 (#40)
2929
- Bump `maven-shade-plugin` from 3.4.1 to 3.5.0 (#38)
3030
- Bump `mockito-junit-jupiter` from 5.3.1 to 5.4.0 (#39)
31+
- Bump `mockito-core` from 5.3.1 to 5.4.0 (#37)
3132

3233
## [0.2.1] - 2023-06-03
3334
### Fixed

saic-java-mqtt-gateway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.mockito</groupId>
9292
<artifactId>mockito-core</artifactId>
93-
<version>5.3.1</version>
93+
<version>5.4.0</version>
9494
<scope>test</scope>
9595
</dependency>
9696
<dependency>

0 commit comments

Comments
 (0)