This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new bf40057496 build(deps): bump mockito.version from 5.21.0 to 5.22.0
(#2473)
bf40057496 is described below
commit bf400574967fce91b751cb8927aaa0a29334ce3e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 16:09:44 2026 +0100
build(deps): bump mockito.version from 5.21.0 to 5.22.0 (#2473)
Bumps `mockito.version` from 5.21.0 to 5.22.0.
Updates `org.mockito:mockito-core` from 5.21.0 to 5.22.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.21.0...v5.22.0)
Updates `org.mockito:mockito-junit-jupiter` from 5.21.0 to 5.22.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.21.0...v5.22.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-version: 5.22.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
dependency-version: 5.22.0
dependency-type: direct:production
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2725eab0c4..9d68401711 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
<logback.version>1.5.32</logback.version>
<maven.clean.plugin.version>3.2.0</maven.clean.plugin.version>
<milo.version>0.6.16</milo.version>
- <mockito.version>5.21.0</mockito.version>
+ <mockito.version>5.22.0</mockito.version>
<!-- Netty 4.2.x seems to break the serial transports -->
<netty.version>4.1.123.Final</netty.version>
<pcap4j.version>1.8.2</pcap4j.version>