This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch maven-compiler-plugin-3.x in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/maven-compiler-plugin-3.x by this push: new a9e48dd Bump org.mockito:mockito-core from 4.8.0 to 4.11.0 a9e48dd is described below commit a9e48dd9f4a16c42e003e0e51b09c6ec290b1de9 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Feb 5 14:28:58 2025 +0000 Bump org.mockito:mockito-core from 4.8.0 to 4.11.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.8.0 to 4.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.8.0...v4.11.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1a992e3..38b7d26 100644 --- a/pom.xml +++ b/pom.xml @@ -176,7 +176,7 @@ under the License. <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>4.8.0</version> + <version>4.11.0</version> <scope>test</scope> </dependency> <dependency>