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 a026e1054c build(deps): bump mockito.version from 5.20.0 to 5.21.0
(#2389)
a026e1054c is described below
commit a026e1054cd9834f750eed484d09e4abefe5a8a5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 10 09:44:19 2025 +0100
build(deps): bump mockito.version from 5.20.0 to 5.21.0 (#2389)
Bumps `mockito.version` from 5.20.0 to 5.21.0.
Updates `org.mockito:mockito-core` from 5.20.0 to 5.21.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.20.0...v5.21.0)
Updates `org.mockito:mockito-junit-jupiter` from 5.20.0 to 5.21.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.20.0...v5.21.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-version: 5.21.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
dependency-version: 5.21.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 e8e5e0a58f..9bf03049d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
<logback.version>1.5.21</logback.version>
<maven.clean.plugin.version>3.2.0</maven.clean.plugin.version>
<milo.version>0.6.16</milo.version>
- <mockito.version>5.20.0</mockito.version>
+ <mockito.version>5.21.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>