Skip to content

Commit 1cace1a

Browse files
Bump mockito-junit-jupiter from 5.3.1 to 5.4.0 (#39)
* Bump mockito-junit-jupiter from 5.3.1 to 5.4.0 Bumps [mockito-junit-jupiter](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-junit-jupiter dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 88e807a commit 1cace1a

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
@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
- Bump `graal-sdk` from 22.3.2 to 23.0.0 (#33)
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)
30+
- Bump `mockito-junit-jupiter` from 5.3.1 to 5.4.0 (#39)
3031

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

saic-java-mqtt-gateway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>org.mockito</groupId>
9898
<artifactId>mockito-junit-jupiter</artifactId>
99-
<version>5.3.1</version>
99+
<version>5.4.0</version>
100100
<scope>test</scope>
101101
</dependency>
102102
<dependency>

0 commit comments

Comments
 (0)