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 530ee3a1 Bump org.mockito:mockito-core from 5.18.0 to 5.19.0 (#519)
530ee3a1 is described below
commit 530ee3a13021a41ed4f8324142154dd438dbf188
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 18 07:45:51 2025 +0200
Bump org.mockito:mockito-core from 5.18.0 to 5.19.0 (#519)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from
5.18.0 to 5.19.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.18.0...v5.19.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-version: 5.19.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 b644f9c3..092e09d0 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.18.0</version>
+ <version>5.19.0</version>
<scope>test</scope>
</dependency>
<dependency>