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 2d175bbe44 build(deps): bump mockito.version from 5.22.0 to 5.23.0
(#2484)
2d175bbe44 is described below
commit 2d175bbe4433bb9985ed17b2d4bb1225e5d60cf1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 12 09:17:30 2026 +0100
build(deps): bump mockito.version from 5.22.0 to 5.23.0 (#2484)
Bumps `mockito.version` from 5.22.0 to 5.23.0.
Updates `org.mockito:mockito-core` from 5.22.0 to 5.23.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.22.0...v5.23.0)
Updates `org.mockito:mockito-junit-jupiter` from 5.22.0 to 5.23.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.22.0...v5.23.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-version: 5.23.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
dependency-version: 5.23.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 0678212517..24afec7d66 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.22.0</mockito.version>
+ <mockito.version>5.23.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>