Skip to content

Commit b4128b6

Browse files
dependabot[bot]kidager
authored andcommitted
deps: bump the minor-versions group with 2 updates
Bumps the minor-versions group with 2 updates: [org.mockito:mockito-core](https://github.com/mockito/mockito) and [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito). Updates `org.mockito:mockito-core` from 5.15.2 to 5.21.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.15.2...v5.21.0) Updates `org.mockito:mockito-junit-jupiter` from 5.15.2 to 5.21.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.15.2...v5.21.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-versions - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-versions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1882fe5 commit b4128b6

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
@@ -128,13 +128,13 @@
128128
<dependency>
129129
<groupId>org.mockito</groupId>
130130
<artifactId>mockito-core</artifactId>
131-
<version>5.15.2</version>
131+
<version>5.21.0</version>
132132
<scope>test</scope>
133133
</dependency>
134134
<dependency>
135135
<groupId>org.mockito</groupId>
136136
<artifactId>mockito-junit-jupiter</artifactId>
137-
<version>5.15.2</version>
137+
<version>5.21.0</version>
138138
<scope>test</scope>
139139
</dependency>
140140
</dependencies>

0 commit comments

Comments
 (0)