Skip to content

Commit 02ce68f

Browse files
fix(deps): bump org.mockito:mockito-core in /mylyn.docs (#630)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.1 to 5.14.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.14.1...v5.14.2) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68aa052 commit 02ce68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mylyn.docs/wikitext/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>org.mockito</groupId>
144144
<artifactId>mockito-core</artifactId>
145-
<version>5.14.1</version>
145+
<version>5.14.2</version>
146146
<scope>test</scope>
147147
</dependency>
148148
</dependencies>

0 commit comments

Comments
 (0)