From 6700f9e2c503a67597f928d3d0d2be0739cfa4d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 14:09:27 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 3.11.2 to 5.3.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 3.11.2 to 5.3.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.11.2...v5.3.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dbe0c45ab7..206aee3cc2 100644 --- a/build.gradle +++ b/build.gradle @@ -419,7 +419,7 @@ dependencies { testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2' // For mocking features during unit tests - testImplementation group: 'org.mockito', name: 'mockito-core', version: '3.11.2' + testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.3.0' // flexmark markdown parsing / conversion implementation 'com.vladsch.flexmark:flexmark-all:0.62.2'