Skip to content

Commit 1c4b942

Browse files
build(deps): Bump the maven group with 2 updates (#186)
[skip ci] Bumps the maven group with 2 updates: [org.junit:junit-bom](https://github.com/junit-team/junit-framework) and [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito). Updates `org.junit:junit-bom` from 5.14.2 to 5.14.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.14.2...r5.14.3) Updates `org.mockito:mockito-junit-jupiter` from 5.22.0 to 5.23.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.22.0...v5.23.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.23.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 282d87f commit 1c4b942

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.junit</groupId>
6969
<artifactId>junit-bom</artifactId>
70-
<version>5.14.2</version>
70+
<version>5.14.3</version>
7171
<type>pom</type>
7272
<scope>import</scope>
7373
</dependency>
@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>org.mockito</groupId>
104104
<artifactId>mockito-junit-jupiter</artifactId>
105-
<version>5.22.0</version>
105+
<version>5.23.0</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>org.redisson</groupId>

0 commit comments

Comments
 (0)