This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git
The following commit(s) were added to refs/heads/main by this push:
new 413a62b0 Bump org.mockito:mockito-core from 5.19.0 to 5.20.0 (#542)
413a62b0 is described below
commit 413a62b0dfdb59651734f619f470a9bd7e370295
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 17 11:34:02 2025 +0200
Bump org.mockito:mockito-core from 5.19.0 to 5.20.0 (#542)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from
5.19.0 to 5.20.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.19.0...v5.20.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-version: 5.20.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
collector/jmx/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/collector/jmx/pom.xml b/collector/jmx/pom.xml
index 092e09d0..f3507b86 100644
--- a/collector/jmx/pom.xml
+++ b/collector/jmx/pom.xml
@@ -58,7 +58,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>5.19.0</version>
+ <version>5.20.0</version>
<scope>test</scope>
</dependency>
<dependency>